change default minimal_backoff_time (Postfix role)
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2595|6|2589|6|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/282//ansiblelint">Evolix » ansible-roles » unstable #282</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Gregory Colpart 2023-07-04 09:44:42 +02:00
parent e4436d9066
commit 1ecb463104
3 changed files with 3 additions and 2 deletions

View file

@ -29,6 +29,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* mysql: improve shell syntax for mysql_skip script
* pbbouncer: minor fixes
* varnish: Allow the systemd template to be overriden with a template outside of the role
* postfix (packmail or when postfix_slow_transport_include is True): change `minimal_backoff_time` from 2h to 15m (see HowtoPostfix)
### Fixed

View file

@ -24,7 +24,7 @@ smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_una
{% if postfix_slow_transport_include == True %}
# Slow transports configuration
minimal_backoff_time = 2h
minimal_backoff_time = 15m
maximal_backoff_time = 6h
maximal_queue_lifetime = 4d
queue_run_delay = 100s

View file

@ -418,7 +418,7 @@ smtp-amavis_destination_concurrency_failed_cohort_limit = 0
{% if postfix_slow_transport_include == True %}
# Slow transports configuration
minimal_backoff_time = 2h
minimal_backoff_time = 15m
maximal_backoff_time = 6h
maximal_queue_lifetime = 4d
queue_run_delay = 100s