summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/010_main.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.d/010_main.conf b/conf.d/010_main.conf
index 29ff01a..f13b30c 100644
--- a/conf.d/010_main.conf
+++ b/conf.d/010_main.conf
@@ -68,10 +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 = ${if ={587}{$interface_port} {acl_mua_rcpt} {acl_mta_rcpt} 71acl_smtp_rcpt = ${if ={587}{$interface_port} {acl_mua_rcpt} {acl_mta_rcpt}}
72acl_smtp_mail = ${if ={587}{$interface_port} {acl_mua_mail} {accept} 72acl_smtp_mail = ${if ={587}{$interface_port} {acl_mua_mail} {accept}}
73acl_smtp_data = ${if ={587}{$interface_port} {acl_mua_data} {acl_mta_data} 73acl_smtp_data = ${if ={587}{$interface_port} {acl_mua_data} {acl_mta_data}}
74acl_smtp_dkim = acl_check_dkim 74acl_smtp_dkim = acl_mta_dkim
75 75
76# 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.
77 77