Sender verification and virtual alias map from inventory
This commit is contained in:
parent
8e25214790
commit
53aeb56e54
6 changed files with 145 additions and 2 deletions
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue