Nouvelle politique pour ne pas mobiliser l'alias bounce@ (notamment utile à Sympa)

This commit is contained in:
Gregory Colpart 2024-02-27 15:10:23 +01:00
parent c5cc9d21af
commit ef6545b951

View file

@ -465,10 +465,10 @@ delay_notice_recipient = delay
error_notice_recipient = error
#Pour bounce
#par defaut, = postmaster
bounce_notice_recipient = bounce
bounce_notice_recipient = 1bounce
#Pour 2bounce
#par defaut, = postmaster
2bounce_notice_recipient = bounce
2bounce_notice_recipient = 2bounce
~~~
#### Section : restrictions
@ -1081,7 +1081,7 @@ On peut ainsi ajuster cette option ainsi :
notify_classes = resource, software, bounce, 2bounce, delay
delay_notice_recipient = delay
error_notice_recipient = error
bounce_notice_recipient = bounce
bounce_notice_recipient = 1bounce
2bounce_notice_recipient = 2bounce
~~~
@ -1089,7 +1089,7 @@ Puis ajuster les alias via `/etc/alias` :
~~~
error: localadmin
bounce: postmaster
1bounce: postmaster
2bounce: postmaster
delay: alert0@example.com
~~~