opendkim
This commit is contained in:
parent
8182f5ad6e
commit
833502b6dc
1 changed files with 4 additions and 1 deletions
|
@ -65,7 +65,10 @@ RUN postconf -e alias_maps='hash:/etc/postfix/aliases' \
|
||||||
&& postconf -e smtp_destination_rate_delay=1s \
|
&& postconf -e smtp_destination_rate_delay=1s \
|
||||||
&& postconf -e smtp_extra_recipient_limit=10 \
|
&& postconf -e smtp_extra_recipient_limit=10 \
|
||||||
&& postconf -e append_dot_mydomain=yes \
|
&& 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 newaliases
|
||||||
RUN postmap /etc/postfix/transport
|
RUN postmap /etc/postfix/transport
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue