From eb4b2f5fd26917c253598a27ad8dda8258410ebf Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 22 Feb 2025 21:03:51 +0000 Subject: [PATCH] Remove unnecessary opendkim milter from reinjecting smtpd OpenDKIM milter is only needed on port 25, it seems to do nothing on reinjecting port. --- cmdeploy/src/cmdeploy/postfix/master.cf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/postfix/master.cf.j2 b/cmdeploy/src/cmdeploy/postfix/master.cf.j2 index 7f67bb97..39b13b9e 100644 --- a/cmdeploy/src/cmdeploy/postfix/master.cf.j2 +++ b/cmdeploy/src/cmdeploy/postfix/master.cf.j2 @@ -81,7 +81,6 @@ filter unix - n n - - lmtp # Local SMTP server for reinjecting filered mail. localhost:{{ config.postfix_reinject_port }} inet n - n - 10 smtpd -o syslog_name=postfix/reinject - -o smtpd_milters=unix:opendkim/opendkim.sock -o cleanup_service_name=authclean # Cleanup `Received` headers for authenticated mail