postfix/amavis: max servers is now 3 (previously 2)

This commit is contained in:
William Hirigoyen 2024-04-17 17:09:12 +02:00
parent d1410e38a1
commit 0ec343766d
3 changed files with 3 additions and 2 deletions

View file

@ -21,6 +21,7 @@ The **patch** part is incremented if multiple releases happen the same month
* evolinux-users: Add sudo mvcli for nagios user
* vrrpd : configure and restart minifirewall before starting VRRP
* nrpe: !disk1 exclude filesystem type overlay
* postfix/amavis: max servers is now 3 (previously 2)
### Fixed

View file

@ -39,7 +39,7 @@ $sa_spam_subject_tag = '[SPAM]';
$log_level = 2;
# En fonction besoin/ressources, on a juste le nbre de process
$max_servers = 2;
$max_servers = 3;
$enable_ldap = 1;
$default_ldap = {

View file

@ -134,7 +134,7 @@ localhost:10026 inet n - y - 10 smtpd
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
smtp-amavis unix - - y - 2 lmtp
smtp-amavis unix - - y - 3 lmtp
-o lmtp_data_done_timeout=1200
-o lmtp_send_xforward_command=yes