add options for Amavis integration in Postfix packmail
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/283//ansiblelint">Evolix » ansible-roles » unstable #283</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Gregory Colpart 2023-07-04 09:52:47 +02:00
parent 1ecb463104
commit bb54c9209e
2 changed files with 7 additions and 2 deletions

View file

@ -30,6 +30,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* 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)
* postfix (packmail) : optimize Amavis integration
### Fixed

View file

@ -410,11 +410,15 @@ broken_sasl_auth_clients = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth-client
# Amavis and OpenDKIM
# Amavis
content_filter = smtp-amavis:[127.0.0.1]:10024
smtp-amavis_destination_concurrency_failed_cohort_limit = 0
smtp-amavis_destination_concurrency_negative_feedback = 0
smtp-amavis_destination_concurrency_limit = 2
# OpenDKIM
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