User Tools

Site Tools


thunderbird

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thunderbird [2021/02/25 09:05]
val [Получение списка контактов через LDAP]
thunderbird [2024/02/16 14:55] (current)
val [Thunderbird]
Line 1: Line 1:
 ====== Thunderbird ====== ====== Thunderbird ======
  
-  * [[http://​val.bmstu.ru/​unix/​Mail/​Thunderbird%20Setup%2017.0.exe]]+  * [[https://​val.bmstu.ru/​unix/​Mail/​Thunderbird%20Setup%2017.0.exe]] 
 +  * [[https://​www.thunderbird.net/​ru/​]]
 ===== Назначение папок ===== ===== Назначение папок =====
 <​code>​ <​code>​
Line 15: Line 16:
  
 ** OpenLDAP ** ** OpenLDAP **
-Base DN: ou=users,​dc=corpX,​dc=un+Base DN: ou=People,​dc=corpX,​dc=un 
  
 ** Microsoft AD ** ** Microsoft AD **
-Base DN: cn=Users,dc=corpX,​dc=un +Hostname: server ​     (или server2, после миграции на samba4) 
-Bind DN: можно не указывать для ​GSSAPI+Base DN: dc=corpX,​dc=un 
 +Advanced -> GSSAPI 
  
 +** Communigate **
 +Base DN: cn=corpX.un
 +Bind DN: user1@corpX.un
  
-Edit->Preferences->​Composition->​Addressing->​Directory Server+Preferences->​Composition->​Addressing->​Directory Server 
 +Настройки->​Составление->​Адресация->​Сервере Каталогов
 </​code>​ </​code>​
  
Line 31: Line 39:
 При первом запуске Thunderbird отмените получение почты с указанием пароля При первом запуске Thunderbird отмените получение почты с указанием пароля
  
-Откройте свойства ​папки user1@corpX.un -> Параметры сервера->​Использовать аутентификацию GSSAPI+Откройте свойства ​учетной записи user1@corpX.un -> Параметры сервера->​Использовать аутентификацию GSSAPI
 ===== Настройка учетной записи XMPP ===== ===== Настройка учетной записи XMPP =====
  
Line 61: Line 69:
 ===== Авто конфигурация клиента ===== ===== Авто конфигурация клиента =====
  
 +  * [[https://​wiki.mozilla.org/​Thunderbird:​Autoconfiguration:​ConfigFileFormat|Thunderbird:​Autoconfiguration:​ConfigFileFormat]]
 +  * [[https://​developer.mozilla.org/​en-US/​docs/​Mozilla/​Thunderbird/​Autoconfiguration/​FileFormat/​HowTo|Autoconfig:​ How to create a configuration file
 +Definition]]
   * [[https://​developer.mozilla.org/​ru/​docs/​Mozilla/​Thunderbird/​Автоконфигурация|Автоконфигурация Thunderbird]]   * [[https://​developer.mozilla.org/​ru/​docs/​Mozilla/​Thunderbird/​Автоконфигурация|Автоконфигурация Thunderbird]]
-  * [[https://​developer.mozilla.org/​en-US/​docs/​Mozilla/​Thunderbird/​Autoconfiguration/​FileFormat/​HowTo#​Configuration_file_format_2|Autoconfig:​ How to create a configuration file]] 
   * [[http://​wiki.zionetrix.net/​informatique:​reseau:​messagerie:​autoconfig_thunderbird|Auto-configuration de Thunderbird]]   * [[http://​wiki.zionetrix.net/​informatique:​reseau:​messagerie:​autoconfig_thunderbird|Auto-configuration de Thunderbird]]
-  * [[http://​autoconfig.corpX.un/​mail/​config-v1.1.xml]] 
  
 +  * [[http://​blog.elmor.ru/​raznoe/​nastrojki-thunderbird-s-pomoshhyu-konfigov/​|Настройки Thunderbird с помощью конфигов]]
 <​code>​ <​code>​
 +autoconfig CNAME gate
 +</​code>​
 +  * [[http://​autoconfig.corpX.un/​mail/​config-v1.1.xml]]
 +<​code>​
 +# cat /​var/​lib/​roundcube/​config-v1.1.xml
 +</​code><​code>​
 <​clientConfig version="​1.1">​ <​clientConfig version="​1.1">​
   <​emailProvider id="​corpX.un">​   <​emailProvider id="​corpX.un">​
     <​domain>​corpX.un</​domain>​     <​domain>​corpX.un</​domain>​
     <​displayName>​CorpX Mail</​displayName>​     <​displayName>​CorpX Mail</​displayName>​
-    <​displayShortName>​BMSTU</​displayShortName>​+    <​displayShortName>​CorpX</​displayShortName>​
     <​incomingServer type="​imap">​     <​incomingServer type="​imap">​
-      ​<​hostname>​mail.corpX.un</​hostname>​+<!-- 
 +      ​<​hostname>​server.corpX.un</​hostname>​
       <​port>​993</​port>​       <​port>​993</​port>​
       <​socketType>​SSL</​socketType>​       <​socketType>​SSL</​socketType>​
       <​authentication>​password-cleartext</​authentication>​       <​authentication>​password-cleartext</​authentication>​
-      ​<​username>​%EMAILADDRESS%</​username>​+--> 
 + 
 +      <​hostname>​gate.corpX.un</​hostname>​ 
 +      <​port>​143</​port>​ 
 +      <​socketType>​plain</​socketType>​ 
 +      <​authentication>​GSSAPI</​authentication>​ 
 + 
 +      ​<​username>​%EMAILLOCALPART%</​username>​
     </​incomingServer>​     </​incomingServer>​
     <​outgoingServer type="​smtp">​     <​outgoingServer type="​smtp">​
-      ​<​hostname>​mail.corpX.un</​hostname>​+<!-- 
 +      ​<​hostname>​server.corpX.un</​hostname>​
       <​port>​465</​port>​       <​port>​465</​port>​
       <​socketType>​SSL</​socketType>​       <​socketType>​SSL</​socketType>​
       <​authentication>​password-cleartext</​authentication>​       <​authentication>​password-cleartext</​authentication>​
-      ​<​username>​%EMAILADDRESS%</​username>​+--> 
 + 
 +      <​hostname>​gate.corpX.un</​hostname>​ 
 +      <​port>​25</​port>​ 
 +      <​socketType>​plain</​socketType>​ 
 +      <​authentication>​GSSAPI</​authentication>​ 
 + 
 +      ​<​username>​%EMAILLOCALPART%</​username>​
     </​outgoingServer>​     </​outgoingServer>​
   </​emailProvider>​   </​emailProvider>​
thunderbird.1614233133.txt.gz · Last modified: 2021/02/25 09:05 by val