Skip to content
Snippets Groups Projects
Commit b4a217d5 authored by Helmo's avatar Helmo
Browse files

Remove more comments, #5756

parent f8ce7eea
No related branches found
No related tags found
1 merge request!1202Resolve "postconf warnings during upgrade to 3.2b2"
# Postfix configuration for version 2.10 and up
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
# This is supported in version 2.9, but lets not create another conf file for it
address_verify_sender_ttl = 15686s address_verify_sender_ttl = 15686s
# Postfix configuration for version 2.5 and up
# These will make postfix adapt more to load spikes
#{stress_adaptive} in_flow_delay = ${stress?3}${stress:1}s
#{stress_adaptive} smtp_connect_timeout = ${stress?10}${stress:30}s
#{stress_adaptive} smtp_helo_timeout = ${stress?10}${stress:60}s
#{stress_adaptive} smtp_mail_timeout = ${stress?10}${stress:60}s
#{stress_adaptive} smtpd_error_sleep_time = ${stress?1}${stress:2}s
#{stress_adaptive} smtpd_hard_error_limit = ${stress?1}${stress:10}
#{stress_adaptive} smtpd_recipient_overshoot_limit = ${stress?60}${stress:600}
#{stress_adaptive} smtpd_soft_error_limit = ${stress?2}${stress:5}
#{stress_adaptive} smtpd_timeout = ${stress?10}${stress:60}s
# Postfix configuration for version 3.0 and up
# These will make postfix adapt more to load spikes
#{stress_adaptive} in_flow_delay = ${stress?{3}:{1}}s
#{stress_adaptive} smtp_connect_timeout = ${stress?{10}:{30}}s
#{stress_adaptive} smtp_helo_timeout = ${stress?{10}:{60}}s
#{stress_adaptive} smtp_mail_timeout = ${stress?{10}:{60}}s
#{stress_adaptive} smtpd_error_sleep_time = ${stress?{1}:{2}}s
#{stress_adaptive} smtpd_hard_error_limit = ${stress?{1}:{10}}
#{stress_adaptive} smtpd_recipient_overshoot_limit = ${stress?{60}:{600}}
#{stress_adaptive} smtpd_soft_error_limit = ${stress?{2}:{5}}
#{stress_adaptive} smtpd_timeout = ${stress?{10}:{60}}s
# Postfix configuration for version 3.3 and up
# 3.2 and earlier should not have this set when using reject_unverified_recipient
enable_original_recipient = no enable_original_recipient = no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment