This commit is contained in:
f 2019-09-27 17:51:40 -03:00
parent 8182f5ad6e
commit 833502b6dc
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -65,7 +65,10 @@ RUN postconf -e alias_maps='hash:/etc/postfix/aliases' \
&& postconf -e smtp_destination_rate_delay=1s \
&& postconf -e smtp_extra_recipient_limit=10 \
&& postconf -e append_dot_mydomain=yes \
&& postconf -e masquerade_domains='$mydomain'
&& postconf -e masquerade_domains='$mydomain' \
&& postconf -e non_smtpd_milters=inet:opendkim:8891 \
&& postconf -e smtpd_milters=inet:opendkim:8891
RUN newaliases
RUN postmap /etc/postfix/transport