diff --git a/core/postfix/conf/master.cf b/core/postfix/conf/master.cf index 46ed58e9..3781384d 100644 --- a/core/postfix/conf/master.cf +++ b/core/postfix/conf/master.cf @@ -27,9 +27,9 @@ polite unix - - n - - smtp turtle unix - - n - - smtp -o syslog_name=postfix-turtle -o turtle_destination_concurrency_limit=1 - -o turtle_destination_rate_delay=1 - -o turtle_destination_recipient_limit=5 - -o turtle_destination_concurrency_failed_cohort_limit=10 + -o turtle_destination_rate_delay=5 + -o turtle_destination_recipient_limit=1 + -o turtle_destination_concurrency_failed_cohort_limit=1 # Internal postfix services pickup unix n - n 60 1 pickup diff --git a/towncrier/newsfragments/3075.bugfix b/towncrier/newsfragments/3075.bugfix new file mode 100644 index 00000000..d059daaf --- /dev/null +++ b/towncrier/newsfragments/3075.bugfix @@ -0,0 +1 @@ +Slow down the turtle policy (see #3075)