base/postfix: fix typo. It's regexp not regex.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-13 17:58:36 +00:00
parent 8cd9d8750b
commit 6a0a3994ce
2 changed files with 2 additions and 2 deletions

View file

@ -696,5 +696,5 @@ local_recipient_maps = hash:/var/lib/mailman3/data/postfix_lmtp
relay_domains = hash:/var/lib/mailman3/data/postfix_domains
smtpd_sender_restrictions =
check_sender_access regex:/etc/postfix/sender_access
check_sender_access regexp:/etc/postfix/sender_access
permit

View file

@ -739,4 +739,4 @@ smtp_tls_key_file = /etc/pki/tls/private/gateway.key
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
# Deny email from some domains
smtpd_sender_restrictions = regex:/etc/postfix/sender_access
smtpd_sender_restrictions = regexp:/etc/postfix/sender_access