From 2181b937e75f514412ddd24d33509e3a35e28282 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 25 Mar 2018 16:46:21 +0300 Subject: add sender_access filtering --- modules/postfix/templates/main.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index dd25c887..40e5d352 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -134,4 +134,5 @@ smtpd_recipient_restrictions = reject_non_fqdn_recipient <%- if classes.include?('postgrey') -%> check_policy_service unix:extern/postgrey/socket <%- end -%> + check_sender_access hash:/etc/postfix/access <%- end -%> -- cgit v1.2.1