Sender verification and virtual alias map from inventory

This commit is contained in:
Julian Rother 2023-03-16 03:42:53 +01:00
parent 8e25214790
commit 53aeb56e54
No known key found for this signature in database
GPG key ID: 8F9B6AE9BAAE4899
6 changed files with 145 additions and 2 deletions

View file

@ -15,7 +15,7 @@ postfix:
transport_maps: []
sender_dependent_relayhost_maps: ''
alias_maps: ''
virtual_alias_maps: ''
virtual_alias_maps: hash:/etc/postfix/virtual
virtual_regex: []
virtual_mailbox_domains: []
mynetworks: []
@ -41,6 +41,12 @@ postfix:
mailboxes: mailMessageStore
check_dovecot_quota: false
postfixmaps: []
aliases: []
sender_verification:
enable: false # enable/disable the restriction, 'test' to warn instead of reject
match_sender_domain: ''
allow_sender_domains: []
smtpd_sender_login_maps: hash:/etc/postfix/sender_logins
add_header_checks: []
smtpd_milters: []
non_smtpd_milters: []