Fix error: Comment '127.0.0.1:10040_time_limit = 3600' because service is not controlled by postfix.
This commit is contained in:
parent
12e2718447
commit
a4aeca7fb0
@ -1269,7 +1269,18 @@ smtpd_restriction_classes = check_greylist
|
|||||||
check_greylist = check_policy_service inet:127.0.0.1:10023
|
check_greylist = check_policy_service inet:127.0.0.1:10023
|
||||||
|
|
||||||
# The time limit for delivery to 'postfwd'
|
# 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)
|
# smtpd_delay_reject (default: yes)
|
||||||
|
Loading…
Reference in New Issue
Block a user