From 5f5aad4d7e9f84bed45b8fcf9f9c7d7223d09dcb Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 15 May 2020 23:48:30 +0200 Subject: [PATCH] Extend OpenDKIM milter usage. --- buster/other_files/append_postfix_main.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/buster/other_files/append_postfix_main.cf b/buster/other_files/append_postfix_main.cf index b5b29f2..5ef0824 100644 --- a/buster/other_files/append_postfix_main.cf +++ b/buster/other_files/append_postfix_main.cf @@ -5,6 +5,7 @@ smtpd_tls_key_file=/etc/letsencrypt/live/${myhostname}/privkey.pem # OpenDKIM milter non_smtpd_milters = inet:localhost:8892 +smtpd_milters = inet:localhost:8892 # transport mail to dovecot; not strictly needed, as even without this # postfix will throw mail to /var/mail/USER to be found by dovecot for -- 2.30.2