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/05/03 17:49] (current)
val [Настройка на использование S/MIME]
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>​
  
 +===== Настройка на использование корпоративного УЦ ====
 +
 +При первом запуске отказаться от создания УЗ, импортировать корневой сертификат,​ перезагрузить TB
 +
 +===== Настройка на использование S/MIME ====
 +
 +Импортировать p12 и все сертификаты респондентов,​ настроить S/MIME в свойствах УЗ
 ===== Настройка учетной записи XMPP ===== ===== Настройка учетной записи XMPP =====
  
Line 38: Line 53:
 Сервер:​ server.corpX.un Сервер:​ server.corpX.un
 </​code>​ </​code>​
-===== Поддержка фотографий в LADP каталоге ===== 
  
-не работает в Linux клиенте+===== SIP плагин =====
  
-не работает с GSSAPI+TBDialOut ​
  
-  * Использует атрибут thumbnailPhoto (есть в Microsoft AD) 
-  * Необходимо установить расширение LDAP Contact Photo 
-  * Можно загрузить png или jpeg файл через Apache Directory Studio (вроде не надо: [[http://​windowsitpro.com/​active-directory/​q-how-can-i-add-pictures-my-users-active-directory-ad|Replicate this attribute to the Global Catalog]]) 
  
 ===== Авто конфигурация клиента ===== ===== Авто конфигурация клиента =====
  
 +  * [[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>​ +<!-- 
-      <​port>​465</​port>​ +      ​<​hostname>​server.corpX.un</​hostname>​ 
-      <​socketType>​SSL</​socketType>​+      <​port>​587</​port>​ 
 +      <​socketType>​STARTTLS</​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>​
Line 81: Line 116:
   * [[https://​support.mozilla.org/​en-US/​kb/​add-security-exception|Решение проблемы работы с самоподписанными сертификатами в XMPP]]   * [[https://​support.mozilla.org/​en-US/​kb/​add-security-exception|Решение проблемы работы с самоподписанными сертификатами в XMPP]]
   * [[https://​bravikov.wordpress.com/​2015/​04/​30/​%D1%80%D0%B0%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D0%B0-%D0%BF%D0%B8%D1%81%D0%B5%D0%BC-%D0%BF%D0%BE-%D1%88%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%D1%83-%D1%81-%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D1%8C%D1%8E-thunderbird/​|Рассылка писем по шаблону с помощью Thunderbird и дополнения Mail Merge]]   * [[https://​bravikov.wordpress.com/​2015/​04/​30/​%D1%80%D0%B0%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D0%B0-%D0%BF%D0%B8%D1%81%D0%B5%D0%BC-%D0%BF%D0%BE-%D1%88%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%D1%83-%D1%81-%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D1%8C%D1%8E-thunderbird/​|Рассылка писем по шаблону с помощью Thunderbird и дополнения Mail Merge]]
 +
 +==== Поддержка фотографий в LADP каталоге ====
 +
 +не работает в Linux клиенте
 +
 +не работает с GSSAPI
 +
 +  * Использует атрибут thumbnailPhoto (есть в Microsoft AD)
 +  * Необходимо установить расширение LDAP Contact Photo
 +  * Можно загрузить png или jpeg файл через Apache Directory Studio (вроде не надо: [[http://​windowsitpro.com/​active-directory/​q-how-can-i-add-pictures-my-users-active-directory-ad|Replicate this attribute to the Global Catalog]])
thunderbird.1608633451.txt.gz · Last modified: 2020/12/22 13:37 by val