rename backup-server-state to dump-server-state #150

Closed
gcolpart wants to merge 518 commits from unstable into rename-backup-server-state
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 4d3f92df23 - Show all commits

View file

@ -51,6 +51,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* postfix: remove unused "aliases_scope=sub" from virtual_aliases.cf (it generated warnings)
* userlogrotate: fix bug introduced in commit 2e54944a246 (rotated files were not zipped)
* userlogrotate: skip zipping if .gz log already exists (prevents interactive question)
* postfix: avoid Amavis transport to be considered dead when restarted.
### Removed

View file

@ -415,6 +415,7 @@ content_filter = smtp-amavis:[127.0.0.1]:10024
smtp-amavis_destination_concurrency_failed_cohort_limit = 0
smtpd_milters = inet:[127.0.0.1]:8891
non_smtpd_milters = inet:[127.0.0.1]:8891
smtp-amavis_destination_concurrency_failed_cohort_limit = 0
{% if postfix_slow_transport_include == True %}
# Slow transports configuration
@ -431,3 +432,4 @@ slow_destination_concurrency_failed_cohort_limit = 100
slow_destination_recipient_limit = 25
transport_maps = hash:$config_directory/transport
{% endif %}