From 2fd288ecfa99495e73a984320f7ce752fd8fcf05 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Mar 2017 16:24:29 +0200 Subject: Fix ACLs selection --- conf.d/010_main.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf.d/010_main.conf') 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 # manual for details. The lists above are used in the access control lists for # checking incoming messages. The names of these ACLs are defined here: -acl_smtp_rcpt = ${if ={587}{$interface_port} {acl_mua_rcpt} {acl_mta_rcpt} -acl_smtp_mail = ${if ={587}{$interface_port} {acl_mua_mail} {accept} -acl_smtp_data = ${if ={587}{$interface_port} {acl_mua_data} {acl_mta_data} -acl_smtp_dkim = acl_check_dkim +acl_smtp_rcpt = ${if ={587}{$interface_port} {acl_mua_rcpt} {acl_mta_rcpt}} +acl_smtp_mail = ${if ={587}{$interface_port} {acl_mua_mail} {accept}} +acl_smtp_data = ${if ={587}{$interface_port} {acl_mua_data} {acl_mta_data}} +acl_smtp_dkim = acl_mta_dkim # You should not change those settings until you understand how ACLs work. -- cgit v1.2.3