add opendkim support
This commit is contained in:
parent
68526bcbfc
commit
1bf1feca21
1 changed files with 12 additions and 0 deletions
|
|
@ -65,3 +65,15 @@ smtpd_sender_restrictions = reject_unknown_sender_domain
|
||||||
dovecot_destination_recipient_limit = 1
|
dovecot_destination_recipient_limit = 1
|
||||||
virtual_transport = dovecot
|
virtual_transport = dovecot
|
||||||
{% endif %}
|
{% 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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue