Add special discard address
This commit is contained in:
parent
e15d925d00
commit
672c910691
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ smtpd_sender_login_maps = pgsql:/etc/postfix/pgsql/virtual_sender_maps.cf
|
|||
smtpd_sasl_type = dovecot
|
||||
smtpd_sasl_path = private/auth
|
||||
|
||||
# Special address that discards all mails
|
||||
transport_maps = inline:{discard@{{ inventory_hostname }}=discard:}
|
||||
|
||||
# PostSRS integration
|
||||
sender_canonical_maps = tcp:localhost:10001
|
||||
sender_canonical_classes = envelope_sender
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue