summaryrefslogtreecommitdiff
path: root/conf.d/010_main.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/010_main.conf')
-rw-r--r--conf.d/010_main.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf.d/010_main.conf b/conf.d/010_main.conf
index 08694c8..e693144 100644
--- a/conf.d/010_main.conf
+++ b/conf.d/010_main.conf
@@ -68,8 +68,10 @@ hostlist relay_from_hosts = localhost
68# manual for details. The lists above are used in the access control lists for 68# manual for details. The lists above are used in the access control lists for
69# checking incoming messages. The names of these ACLs are defined here: 69# checking incoming messages. The names of these ACLs are defined here:
70 70
71acl_smtp_rcpt = acl_check_rcpt 71acl_smtp_rcpt = ${if ={587}{$interface_port} {acl_mua_rcpt} {acl_mta_rcpt}
72acl_smtp_data = acl_check_data 72acl_smtp_mail = ${if ={587}{$interface_port} {acl_mua_mail} {accept}
73acl_smtp_data = ${if ={587}{$interface_port} {acl_mua_data} {acl_mta_data}
74acl_smtp_dkim = acl_check_dkim
73 75
74# You should not change those settings until you understand how ACLs work. 76# You should not change those settings until you understand how ACLs work.
75 77