From: Mark Wooding Date: Mon, 15 Jan 2018 09:36:39 +0000 (+0000) Subject: base.m4: Fix indentation of some ACL configuration. X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/commitdiff_plain/a0375fd97549cd5492cd879cc1fed9ae0e789a0b base.m4: Fix indentation of some ACL configuration. --- diff --git a/base.m4 b/base.m4 index 9e07bf7..d64f7a6 100644 --- a/base.m4 +++ b/base.m4 @@ -264,17 +264,17 @@ check_relay: ## we're the correct place to send this mail. ## Known clients and authenticated users are OK. - accept hosts = CONF_relay_clients - accept authenticated = * + accept hosts = CONF_relay_clients + accept authenticated = * ## Known domains are OK. - accept domains = +public + accept domains = +public ## Finally, domains in our table are OK, unless they say they aren't. - accept domains = \ - ${if exists{CONF_sysconf_dir/domains.conf} \ + accept domains = \ + ${if exists{CONF_sysconf_dir/domains.conf} \ {partial0-lsearch; CONF_sysconf_dir/domains.conf}} - condition = DOMKV(service, {$value}{true}) + condition = DOMKV(service, {$value}{true}) ## Nope, that's not allowed. deny