From 1dd4d266e27afe21e6c5ea96af01a4e1b607a37a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 24 Jan 2017 00:12:11 -0500 Subject: [PATCH] Add opendkim support to the postfix main.cf config --- postfix/main.cf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postfix/main.cf b/postfix/main.cf index 1a3d426..e47bc0d 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -44,3 +44,8 @@ smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = $myhostname smtpd_relay_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination smtpd_sender_restrictions = permit_sasl_authenticated,permit_mynetworks + +non_smtpd_milters=inet:127.0.0.1:8891 +smtpd_milters=inet:127.0.0.1:8891 + +import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C RESOLV_MULTI=on