From: Stephen Gran Date: Tue, 7 Apr 2009 21:01:44 +0000 (+0100) Subject: we also need to accept mail for local domains on 587, strangely X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=14d14644e6a24663d0d09777c7988b9d32190637;p=mirror%2Fdsa-puppet.git we also need to accept mail for local domains on 587, strangely Signed-off-by: Stephen Gran --- 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