Remove unnecessary opendkim milter from reinjecting smtpd

OpenDKIM milter is only needed on port 25,
it seems to do nothing on reinjecting port.
This commit is contained in:
link2xt
2025-02-22 21:03:51 +00:00
parent e928a33f95
commit eb4b2f5fd2

View File

@@ -81,7 +81,6 @@ filter unix - n n - - lmtp
# Local SMTP server for reinjecting filered mail. # Local SMTP server for reinjecting filered mail.
localhost:{{ config.postfix_reinject_port }} inet n - n - 10 smtpd localhost:{{ config.postfix_reinject_port }} inet n - n - 10 smtpd
-o syslog_name=postfix/reinject -o syslog_name=postfix/reinject
-o smtpd_milters=unix:opendkim/opendkim.sock
-o cleanup_service_name=authclean -o cleanup_service_name=authclean
# Cleanup `Received` headers for authenticated mail # Cleanup `Received` headers for authenticated mail