postfix: remove unused "aliases_scope=sub" from virtual_aliases.cf (it generated warnings)
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
William Hirigoyen 2023-03-01 14:35:51 +01:00
parent e3e589d132
commit d9c5563fd6
2 changed files with 1 additions and 1 deletions

View file

@ -48,6 +48,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* clamav: set `MaxConnectionQueueLength` to its default value (200), custom (15) was way too small and caused recurrent connections fail in Postfix.
* postfix (packmail only): disable `concurrency_failed_cohort_limit` for destination smtp-amavis to prevent the suspension of this destination when Amavis fails to answer. Indeed, we configure the suspension delay quite long in `minimal_backoff_time` (2h) and `maximal_backoff_time` (6h) to reduce the risk of ban from external SMTPs.
* php: install using sury repositories on bullseye
* postfix: remove unused "aliases_scope=sub" from virtual_aliases.cf (it generated warnings)
### Removed

View file

@ -2,4 +2,3 @@ search_base = {{ ldap_suffix }}
query_filter = (&(mailacceptinggeneralid=%u@%d)(isActive=TRUE))
result_attribute = maildrop
version = 3
aliases_scope = sub