mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
5437b0e30b
Presently relay-host support modifies `main.cf` settings directly. This adjusts the default transport (`smtp`) which other transports in `master.cf` inherit from. When configuring for implicit TLS to a `relay-host` this would set `main.cf:smtp_tls_wrappermode = yes` and affect the transport `master.cf:smtp-amavis` which does not set an override like it does for `smtp_tls_security_level`. This causes Amavis to fail working which the default transport relies on due to `main.cf:content_filter`. Easy fix, by explicitly adding the override `smtp_tls_wrappermode=no`.`no` is default in `main.cf` so inheriting this setting hasn't been a problem in the past for other relay-hosts using StartTLS. |
||
---|---|---|
.. | ||
header_checks.pcre | ||
ldap-aliases.cf | ||
ldap-domains.cf | ||
ldap-groups.cf | ||
ldap-senders.cf | ||
ldap-users.cf | ||
main.cf | ||
master.cf | ||
sender_header_filter.pcre | ||
sender_login_maps.pcre |