2023-04-25 10:39:41 +00:00
|
|
|
# Milter configuration - opendkim
|
|
|
|
# If the OpenDKIM milter isn't available, accept the message anyway.
|
2023-06-04 13:00:01 +00:00
|
|
|
milter_default_action = tempfail
|
2023-04-25 10:39:41 +00:00
|
|
|
# What milter communication protocol should be used to pass messages
|
|
|
|
# to and from OpenDKIM?
|
|
|
|
milter_protocol = 6
|
|
|
|
# Where should the OpenDKIM milter be contact through? Note that this
|
|
|
|
# is inside the /var/spool/postfix chroot.
|
|
|
|
smtpd_milters = inet:127.0.0.1:8891
|
|
|
|
# Send mail that doesn't arrive from the network through the same milter
|
|
|
|
# as outbound mail.
|
|
|
|
non_smtpd_milters = $smtpd_milters
|