1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-28 20:21:14 +02:00
docker-mailserver/target
alinmear 50ac2bdc07 Fix #526: fatal: no SASL authentication mechanisms (#556)
* Fix #526: fatal: no SASL authentication mechanisms

When using the container with SMTP_ONLY = 1, then the container fails
on ehlo because there is no valid sasl authentication mechanism
available. This happens because sasl has been enabled within
postfix/main.cf per default but sasl is not configured.

To fix this _setup_postfix_sasl does not depend anymore on
ENABLE_SASLAUTHD and will check in it's logic, whether to enable sasl
or not within postfix/main.cf.

* Fix #526: fatal: no SASL authentication mechanisms

When using the container with SMTP_ONLY = 1, then the container fails
on ehlo because there is no valid sasl authentication mechanism
available. This happens because sasl has been enabled within
postfix/main.cf per default but sasl is not configured.

To fix this _setup_postfix_sasl does not depend anymore on
ENABLE_SASLAUTHD and will check in it's logic, whether to enable sasl
or not within postfix/main.cf.

* Fix test
2017-04-26 14:56:32 +02:00
..
amavis/conf.d Fixes #496 enabling all domains to get spam headers and spam checks (#563) 2017-04-18 14:18:42 +02:00
bin Issue 538 (#541) 2017-04-17 18:27:28 +02:00
dovecot Hardening TLS ciphers (#492) 2017-01-25 14:10:40 +01:00
fail2ban - Fixed #152 2016-04-23 12:09:28 +02:00
fetchmail Implement fetchmail (#260) (#271) 2016-08-21 22:13:13 +02:00
opendkim Added DKIM compatibility with AWS SES 2017-01-11 22:27:01 +01:00
opendmarc improve OpenDKIM and OpenDMARC milters integration (#361) 2016-10-25 08:57:08 +02:00
postfix Fixes #451 - add incoming mail SPF policy checks (#543) 2017-03-14 17:21:17 +01:00
postgrey fixed postgrey inet parameter (#570) 2017-04-12 19:45:47 +02:00
filebeat.yml.tmpl add ELK support (#331) 2016-09-29 22:52:05 +02:00
start-mailserver.sh Fix #526: fatal: no SASL authentication mechanisms (#556) 2017-04-26 14:56:32 +02:00