mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +00:00
Allow users to use different saslauthd-options. (#361)
* Update docker-compose.mail.yml * default to rimap for saslauth Co-authored-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
3f4a56a562
commit
5281fb1f03
@ -42,7 +42,8 @@ services:
|
|||||||
- SASLAUTHD_LDAP_PASSWORD=${LDAP_BIND_PW}
|
- SASLAUTHD_LDAP_PASSWORD=${LDAP_BIND_PW}
|
||||||
- SASLAUTHD_LDAP_SEARCH_BASE=${LDAP_SEARCH_BASE}
|
- SASLAUTHD_LDAP_SEARCH_BASE=${LDAP_SEARCH_BASE}
|
||||||
- SASLAUTHD_LDAP_SERVER=${LDAP_HOST}
|
- SASLAUTHD_LDAP_SERVER=${LDAP_HOST}
|
||||||
- SASLAUTHD_MECHANISMS=ldap
|
- SASLAUTHD_MECHANISMS=rimap
|
||||||
|
- SASLAUTHD_MECH_OPTIONS=kopano_gateway
|
||||||
- SMTP_ONLY=1
|
- SMTP_ONLY=1
|
||||||
- SSL_TYPE=self-signed
|
- SSL_TYPE=self-signed
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user