mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
Implement more sasl config options
Follow up of: https://github.com/tomav/docker-mailserver/pull/980 Ref: https://github.com/tomav/docker-mailserver/issues/1704
This commit is contained in:
parent
ec290acd1f
commit
17962c243a
3 changed files with 52 additions and 0 deletions
24
README.md
24
README.md
|
@ -808,6 +808,30 @@ Note: This postgrey setting needs `ENABLE_POSTGREY=1`
|
|||
- empty or 0 => `ldap://` will be used
|
||||
- 1 => `ldaps://` will be used
|
||||
|
||||
##### SASLAUTHD_LDAP_START_TLS
|
||||
|
||||
- **empty** => `no`
|
||||
- `yes` => Enable `ldap_start_tls` option
|
||||
|
||||
##### SASLAUTHD_LDAP_TLS_CHECK_PEER
|
||||
|
||||
- **empty** => `no`
|
||||
- `yes` => Enable `ldap_tls_check_peer` option
|
||||
|
||||
##### SASLAUTHD_LDAP_TLS_CACERT_DIR
|
||||
|
||||
Path to directory with CA (Certificate Authority) certificates.
|
||||
|
||||
- **empty** => Nothing is added to the configuration
|
||||
- Any value => Fills the `ldap_tls_cacert_dir` option
|
||||
|
||||
##### SASLAUTHD_LDAP_TLS_CACERT_FILE
|
||||
|
||||
File containing CA (Certificate Authority) certificate(s).
|
||||
|
||||
- **empty** => Nothing is added to the configuration
|
||||
- Any value => Fills the `ldap_tls_cacert_file` option
|
||||
|
||||
##### SASLAUTHD_LDAP_BIND_DN
|
||||
|
||||
- empty => anonymous bind
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue