diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-05-29 09:37:56 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2023-05-29 09:37:56 -0400 |
commit | bcfa1b45ad9a568dda98de37262f867dd5528869 (patch) | |
tree | ca15e9e24163b3c5ae9f52a2b7899c9747f61a1c /emailwiz.sh | |
parent | a85e4230757ecff8c5adaf0587b329c0bfe720fe (diff) |
fix #279
Diffstat (limited to 'emailwiz.sh')
-rw-r--r-- | emailwiz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh index 3f05b98..01ff194 100644 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -129,7 +129,7 @@ submission inet n - y - - smtpd -o smtpd_enforce_tls=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sender_restrictions=reject_sender_login_mismatch - -o smtpd_sender_login_maps=hash:/etc/postfix/virtual + -o smtpd_sender_login_maps=pcre:/etc/postfix/login_maps.pcre -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject_unauth_destination smtps inet n - y - - smtpd -o syslog_name=postfix/smtps |