Fix DKIM signing
This commit is contained in:
parent
d767672f41
commit
3ded4aae28
3 changed files with 9 additions and 1 deletions
|
@ -690,3 +690,9 @@ inet_protocols = ipv4
|
|||
# This has to be set in newer postfix 3.3.0 or later or it will refuse to
|
||||
# send any email. ;(
|
||||
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
|
||||
|
||||
# Milter configuration
|
||||
milter_default_action = accept
|
||||
milter_protocol = 6
|
||||
smtpd_milters = inet:127.0.0.1:8891
|
||||
non_smtpd_milters = $smtpd_milters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue