install_postfix_advanced.sh: change some default values; fix error for parameter 'check_greylist'.
This commit is contained in:
parent
4539c4cb2f
commit
253cca17a4
@ -1307,7 +1307,7 @@ transport_maps =
|
|||||||
## - undeliverable. Defaults to 5d (5 days)
|
## - undeliverable. Defaults to 5d (5 days)
|
||||||
## - Specify 0 when mail delivery should be tried only once.
|
## - Specify 0 when mail delivery should be tried only once.
|
||||||
## -
|
## -
|
||||||
maximal_queue_lifetime = 3d
|
maximal_queue_lifetime = 12h
|
||||||
bounce_queue_lifetime = \$maximal_queue_lifetime
|
bounce_queue_lifetime = \$maximal_queue_lifetime
|
||||||
|
|
||||||
## - delay_warning_time (default: 0h)
|
## - delay_warning_time (default: 0h)
|
||||||
@ -1318,7 +1318,7 @@ bounce_queue_lifetime = \$maximal_queue_lifetime
|
|||||||
## - one-letter suffix that specifies the time unit).
|
## - one-letter suffix that specifies the time unit).
|
||||||
## - Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks).
|
## - Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks).
|
||||||
## - The default time unit is h (hours).
|
## - The default time unit is h (hours).
|
||||||
delay_warning_time = 1d
|
delay_warning_time = 4h
|
||||||
|
|
||||||
|
|
||||||
# ============ header/mime-header/body checks ============
|
# ============ header/mime-header/body checks ============
|
||||||
@ -1839,7 +1839,7 @@ duplicate_filter_limit = 50
|
|||||||
## ---
|
## ---
|
||||||
|
|
||||||
smtpd_restriction_classes = check_greylist
|
smtpd_restriction_classes = check_greylist
|
||||||
check_greylist = check_policy_service $postgrey_socket
|
check_greylist = check_policy_service unix:$postgrey_socket
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [[ -n "$postgrey_additional_options" ]]; then
|
if [[ -n "$postgrey_additional_options" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user