From 6f8d7cbdec338f191f86fd70e919f86a95d199dc Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 13 Jan 2026 11:39:22 +0100 Subject: [PATCH] postfix: stop rejecting messages without DKIM --- cmdeploy/src/cmdeploy/postfix/master.cf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/postfix/master.cf.j2 b/cmdeploy/src/cmdeploy/postfix/master.cf.j2 index 3f3a3a07..a6f33de5 100644 --- a/cmdeploy/src/cmdeploy/postfix/master.cf.j2 +++ b/cmdeploy/src/cmdeploy/postfix/master.cf.j2 @@ -86,7 +86,7 @@ filter unix - n n - - lmtp # Local SMTP server for reinjecting incoming filtered mail 127.0.0.1:{{ config.postfix_reinject_port_incoming }} inet n - n - 100 smtpd -o syslog_name=postfix/reinject_incoming - -o smtpd_milters=unix:opendkim/opendkim.sock +# -o smtpd_milters=unix:opendkim/opendkim.sock # Cleanup `Received` headers for authenticated mail # to avoid leaking client IP.