From a4aeca7fb0617eb13374c75a3fdd2cb05b46aaeb Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 12 Feb 2019 14:54:18 +0100 Subject: [PATCH] Fix error: Comment '127.0.0.1:10040_time_limit = 3600' because service is not controlled by postfix. --- install_postfix_advanced.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index ef06889..d02d4e4 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -1269,7 +1269,18 @@ smtpd_restriction_classes = check_greylist check_greylist = check_policy_service inet:127.0.0.1:10023 # The time limit for delivery to 'postfwd' -127.0.0.1:10040_time_limit = 3600 +# +# Note +# This Parameter is used only if you've defined a 127.0.0.1:10040 spawn service +# in master.cf to have postfix control starting/stopping of the service. +# +# If the service is started externally, such as by an init script, I +# don't believe it's used or needed. +# +# The time limit for all external commands is controlled by command_time_limit +# +# +#127.0.0.1:10040_time_limit = 3600 # smtpd_delay_reject (default: yes)