8000 Tags · dkoryto/docker-mailserver · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dkoryto/docker-mailserver

Tags

2.3

Toggle 2.3's commit message
Updated 2.3 tag with fixed version

2.2

Toggle 2.2's commit message
Fix docker-mailserver#526: fatal: no SASL authentication mechanisms (d…

…ocker-mailserver#556)

* Fix docker-mailserver#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 docker-mailserver#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

2.1

Toggle 2.1's commit message
BREAKING CHANGES: (docker-mailserver#432)

* Removed DISABLE_AMAVIS
* Renamed DISABLE_* to ENABLE_* with 0 as default value. (this must be explicit)
* Added missing tests for ENABLE_*
* Improved readme and docker-compose example

Should fix docker-mailserver#256 and docker-mailserver#386

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
tomav Thomas VIAL
Fixed badged URL to master

0