Skip to content

Commit 55ec636

Browse files
committed
#34 - Enable SASL support
1 parent 0c5d34a commit 55ec636

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
2626
dovecot-antispam \
2727
mailutils \
2828
vim \
29+
libsasl2-modules \
2930
rsyslog \
3031
dnsutils \
3132
telnet \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Related images:
1414
# Tags
1515
The following versions are available from DockerHub. The image tag matches the Postfix version.
1616

17-
* [3.7.9.0, 3.7.9, 3.7, 3, latest](https://github.com/technicalguru/docker-mailserver-postfix/tree/v3.7.9.0) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfix/blob/3.7.9.0/Dockerfile)
17+
* [3.7.9.1, 3.7.9, 3.7, 3, latest](https://github.com/technicalguru/docker-mailserver-postfix/tree/v3.7.9.1) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfix/blob/3.7.9.1/Dockerfile)
1818
* [3.5.18.0, 3.5.18, 3.5](https://github.com/technicalguru/docker-mailserver-postfix/tree/v3.5.18.0) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfix/blob/3.5.18.0/Dockerfile)
1919
* [3.4.14.0, 3.4.14, 3.4](https://github.com/technicalguru/docker-mailserver-postfix/tree/v3.4.14.0) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfix/blob/3.4.14.0/Dockerfile)
2020

0 commit comments

Comments
 (0)