Skip to content

Commit f04ba6e

Browse files
committed
Revert "Remove more comments, #5756"
This reverts commit b4a217d.
1 parent b4a217d commit f04ba6e

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Postfix configuration for version 2.10 and up
12
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
23

4+
# This is supported in version 2.9, but lets not create another conf file for it
35
address_verify_sender_ttl = 15686s
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Postfix configuration for version 2.5 and up
2+
3+
# These will make postfix adapt more to load spikes
4+
#{stress_adaptive} in_flow_delay = ${stress?3}${stress:1}s
5+
#{stress_adaptive} smtp_connect_timeout = ${stress?10}${stress:30}s
6+
#{stress_adaptive} smtp_helo_timeout = ${stress?10}${stress:60}s
7+
#{stress_adaptive} smtp_mail_timeout = ${stress?10}${stress:60}s
8+
#{stress_adaptive} smtpd_error_sleep_time = ${stress?1}${stress:2}s
9+
#{stress_adaptive} smtpd_hard_error_limit = ${stress?1}${stress:10}
10+
#{stress_adaptive} smtpd_recipient_overshoot_limit = ${stress?60}${stress:600}
11+
#{stress_adaptive} smtpd_soft_error_limit = ${stress?2}${stress:5}
12+
#{stress_adaptive} smtpd_timeout = ${stress?10}${stress:60}s
13+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Postfix configuration for version 3.0 and up
2+
3+
# These will make postfix adapt more to load spikes
4+
#{stress_adaptive} in_flow_delay = ${stress?{3}:{1}}s
5+
#{stress_adaptive} smtp_connect_timeout = ${stress?{10}:{30}}s
6+
#{stress_adaptive} smtp_helo_timeout = ${stress?{10}:{60}}s
7+
#{stress_adaptive} smtp_mail_timeout = ${stress?{10}:{60}}s
8+
#{stress_adaptive} smtpd_error_sleep_time = ${stress?{1}:{2}}s
9+
#{stress_adaptive} smtpd_hard_error_limit = ${stress?{1}:{10}}
10+
#{stress_adaptive} smtpd_recipient_overshoot_limit = ${stress?{60}:{600}}
11+
#{stress_adaptive} smtpd_soft_error_limit = ${stress?{2}:{5}}
12+
#{stress_adaptive} smtpd_timeout = ${stress?{10}:{60}}s
13+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# Postfix configuration for version 3.3 and up
2+
3+
# 3.2 and earlier should not have this set when using reject_unverified_recipient
14
enable_original_recipient = no

0 commit comments

Comments
 (0)