From a5dffdf2e6526ede94412f55d8925f4141106299 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 2 Apr 2025 11:52:43 -0700 Subject: [PATCH] Postfix master.cf: use 127.0.0.1 for consistency --- cmdeploy/src/cmdeploy/postfix/master.cf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdeploy/src/cmdeploy/postfix/master.cf.j2 b/cmdeploy/src/cmdeploy/postfix/master.cf.j2 index 3573da7b..49c745dc 100644 --- a/cmdeploy/src/cmdeploy/postfix/master.cf.j2 +++ b/cmdeploy/src/cmdeploy/postfix/master.cf.j2 @@ -77,13 +77,13 @@ scache unix - - y - 1 scache postlog unix-dgram n - n - 1 postlogd filter unix - n n - - lmtp # Local SMTP server for reinjecting outgoing filtered mail. -localhost:{{ config.postfix_reinject_port }} inet n - n - 10 smtpd +127.0.0.1:{{ 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 # Local SMTP server for reinjecting incoming filtered mail -localhost:{{ config.postfix_reinject_port_incoming }} inet n - n - 10 smtpd +127.0.0.1:{{ config.postfix_reinject_port_incoming }} inet n - n - 10 smtpd -o syslog_name=postfix/reinject_incoming -o smtpd_milters=unix:opendkim/opendkim.sock