From 14d14644e6a24663d0d09777c7988b9d32190637 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 7 Apr 2009 22:01:44 +0100 Subject: [PATCH] we also need to accept mail for local domains on 587, strangely Signed-off-by: Stephen Gran --- modules/exim/files/common/exim4.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index 86d1dba79..1d2c4481b 100644 --- a/modules/exim/files/common/exim4.conf +++ b/modules/exim/files/common/exim4.conf @@ -334,6 +334,11 @@ check_submission: ratelimit = 5 / 60m / per_rcpt / $sender_host_address message = sorry, only 5 reports per hour for submission + accept domains = +localhost + endpass + message = unknown user + verify = recipient + accept domains = +mailhubdomains endpass message = unknown user -- 2.20.1