Skip to content
Snippets Groups Projects

Sender login and virtual alias map

6 files
+ 145
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 7
1
@@ -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