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)