|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
SOGoMailingMechanism = smtp; |
|
|
|
|
SOGoSMTPServer = "{{sogo_submission_server}}"; |
|
|
|
|
SOGoSMTPAuthenticationType = PLAIN; |
|
|
|
|
SOGoTimeZone = UTC; |
|
|
|
|
SOGoTimeZone = {{sogo_timezone}}; |
|
|
|
|
SOGoSentFolderName = INBOX; |
|
|
|
|
SOGoTrashFolderName = Trash; |
|
|
|
|
SOGoDraftsFolderName = Drafts; |
|
|
|
@ -37,10 +37,10 @@
|
|
|
|
|
IDFieldName = mail; |
|
|
|
|
UIDFieldName = mail; |
|
|
|
|
baseDN = "{{sogo_ldap_base_dn}}"; |
|
|
|
|
{% if sogo_ldap_bind_dn %} |
|
|
|
|
{% if sogo_ldap_bind_dn is defined %} |
|
|
|
|
bindDN = "{{sogo_ldap_bind_dn}}"; |
|
|
|
|
{% endif %} |
|
|
|
|
{% if sogo_ldap_bind_password %} |
|
|
|
|
{% if sogo_ldap_bind_password is defined %} |
|
|
|
|
bindPassword = "{{sogo_ldap_bind_password}}"; |
|
|
|
|
{% endif %} |
|
|
|
|
canAuthenticate = YES; |
|
|
|
@ -56,10 +56,10 @@
|
|
|
|
|
IDFieldName = mail; |
|
|
|
|
UIDFieldName = mail; |
|
|
|
|
baseDN = "{{sogo_ldap_base_dn}}"; |
|
|
|
|
{% if sogo_ldap_bind_dn %} |
|
|
|
|
{% if sogo_ldap_bind_dn is defined %} |
|
|
|
|
bindDN = "{{sogo_ldap_bind_dn}}"; |
|
|
|
|
{% endif %} |
|
|
|
|
{% if sogo_ldap_bind_password %} |
|
|
|
|
{% if sogo_ldap_bind_password is defined %} |
|
|
|
|
bindPassword = "{{sogo_ldap_bind_password}}"; |
|
|
|
|
{% endif %} |
|
|
|
|
canAuthenticate = NO; |
|
|
|
|