add opendkim support

This commit is contained in:
nd 2019-07-28 12:08:28 +02:00
parent 68526bcbfc
commit 1bf1feca21
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -65,3 +65,15 @@ smtpd_sender_restrictions = reject_unknown_sender_domain
dovecot_destination_recipient_limit = 1
virtual_transport = dovecot
{% endif %}
# opendkim
{% if postfix.enable_opendkim|d(false) %}
milter_protocol = 6
milter_default_action = accept
smtpd_milters = inet:localhost:8891
non_smtpd_milters = inet:localhost:8891
{% endif %}