docker-mailserver/test
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
..
auth Add ldap auth for postfix and dovecot (#352) 2016-10-30 14:11:36 +01:00
bats@03608115df Add bats asserts (#463) 2017-01-10 14:15:41 +01:00
config #503 (#522) 2017-04-26 14:56:08 +02:00
docker-openldap Add ldap auth for postfix and dovecot (#352) 2016-10-30 14:11:36 +01:00
email-templates Fix #526: fatal: no SASL authentication mechanisms (#556) 2017-04-26 14:56:32 +02:00
nc_templates Include whitelist_clients.local in postgrey setup from config folder (#564) 2017-04-12 17:59:04 +02:00
test_helper Add bats asserts (#463) 2017-01-10 14:15:41 +01:00
tests.bats Fix #526: fatal: no SASL authentication mechanisms (#556) 2017-04-26 14:56:32 +02:00