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 [2020/12/22 13:37]
val [Настройка учетной записи XMPP]
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 DNcn=Users,dc=corpX,​dc=un +Hostnameserver ​     (или server2после миграции на samba4) 
-Bind DN: cn=Administrator,​cn=Users,​dc=corpX,​dc=un ​(можно не указывать для ​GSSAPI)+Base DN: dc=corpX,​dc=un 
 +Advanced -> GSSAPI
  
  
-Edit->Preferences->​Composition->​Addressing->​Directory Server+** Communigate ** 
 +Base DN: cn=corpX.un 
 +Bind DN: user1@corpX.un 
 + 
 +Preferences->​Composition->​Addressing->​Directory Server 
 +Настройки->​Составление->​Адресация->​Сервере Каталогов
 </​code>​ </​code>​
  
 +===== Настройка на использование GSSAPI ====
 +
 +Email адрес: user1@corpX.un
 +
 +При первом запуске Thunderbird отмените получение почты с указанием пароля
 +
 +Откройте свойства учетной записи user1@corpX.un -> Параметры сервера->​Использовать аутентификацию GSSAPI
 ===== Настройка учетной записи XMPP ===== ===== Настройка учетной записи XMPP =====
  
Line 38: Line 53:
 Сервер:​ server.corpX.un Сервер:​ server.corpX.un
 </​code>​ </​code>​
 +
 +===== SIP плагин =====
 +
 +TBDialOut ​
 ===== Поддержка фотографий в LADP каталоге ===== ===== Поддержка фотографий в LADP каталоге =====
  
Line 50: 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>​
 +autoconfig CNAME gate
 +</​code>​
 +  * [[http://​autoconfig.corpX.un/​mail/​config-v1.1.xml]]
 <​code>​ <​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.1608633451.txt.gz · Last modified: 2020/12/22 13:37 by val