From afff836253fd21cd28704c3606761ef297773ce6 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 18 Feb 2026 12:38:33 +0100 Subject: [PATCH] install_postfix_advanced.sh: comment entries '127.0.0.1:10040_time_limit=3600' and 'policyd-spf_time_limit=3600'. --- install_postfix_advanced.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index 37d1cd0..dfdc77d 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -2731,7 +2731,7 @@ EOF if [[ -n "$(which postfwd)" ]] ; then cat <> /etc/postfix/main.cf -127.0.0.1:10040_time_limit = 3600 +#127.0.0.1:10040_time_limit = 3600 EOF else cat <> /etc/postfix/main.cf @@ -2749,7 +2749,7 @@ if [[ -n "$(which policyd-spf)" ]] ; then # policyd-spf unix - n n - 0 spawn # user=policyd-spf argv=/usr/bin/policyd-spf # -policyd-spf_time_limit = 3600 +#policyd-spf_time_limit = 3600 EOF fi