13 lines
525 B
CFEngine3
13 lines
525 B
CFEngine3
# Milter configuration - opendkim
|
|
# If the OpenDKIM milter isn't available, accept the message anyway.
|
|
milter_default_action = accept
|
|
# 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
|