1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-21 22:33:16 +02:00
3076: Slow down the turtle policy r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Slow down the turtle policy

### Related issue(s)
- close #3075 

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
bors-mailu[bot] 2023-11-30 20:30:32 +00:00 committed by GitHub
commit 2ee1c0698e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -27,9 +27,9 @@ polite unix - - n - - smtp
turtle unix - - n - - smtp turtle unix - - n - - smtp
-o syslog_name=postfix-turtle -o syslog_name=postfix-turtle
-o turtle_destination_concurrency_limit=1 -o turtle_destination_concurrency_limit=1
-o turtle_destination_rate_delay=1 -o turtle_destination_rate_delay=5
-o turtle_destination_recipient_limit=5 -o turtle_destination_recipient_limit=1
-o turtle_destination_concurrency_failed_cohort_limit=10 -o turtle_destination_concurrency_failed_cohort_limit=1
# Internal postfix services # Internal postfix services
pickup unix n - n 60 1 pickup pickup unix n - n 60 1 pickup

View File

@ -0,0 +1 @@
Slow down the turtle policy (see #3075)