summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-09-17 00:57:43 +0200
committerpacien2018-09-17 00:57:43 +0200
commit989a7c86003f6ea87ea77f74cf0f8c93d115ffd0 (patch)
tree9bc09bc4bfc38b36a9b2ad9601e043d9290e31e5
parent032f5c113eafbf29a54f23424130eeb01e4e54fc (diff)
downloadexim-989a7c86003f6ea87ea77f74cf0f8c93d115ffd0.tar.gz
Allow relaying for listed hosts
-rw-r--r--conf.d/020_acl.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/020_acl.conf b/conf.d/020_acl.conf
index aea463c..bcc2861 100644
--- a/conf.d/020_acl.conf
+++ b/conf.d/020_acl.conf
@@ -130,6 +130,8 @@ acl_mta_rcpt:
130 require message = Sender verification failed. 130 require message = Sender verification failed.
131 verify = sender 131 verify = sender
132 132
133 accept hosts = +relay_from_hosts
134
133 require message = Unhandled destination. 135 require message = Unhandled destination.
134 domains = +local_domains : +relay_to_domains 136 domains = +local_domains : +relay_to_domains
135 137