From: Adam D. Barratt Date: Sun, 13 Oct 2019 19:12:06 +0000 (+0100) Subject: eximconf: only set "greylisting requested" flag for handled domains X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=16ae0195a3be60c0e58c5e17dedf1402f40f379d eximconf: only set "greylisting requested" flag for handled domains Signed-off-by: Adam D. Barratt --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index fca2bed82..f8f927c04 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -606,6 +606,7 @@ check_recipient: warn set acl_m_grey_recip = 0 warn local_parts = GREYLIST_LOCAL_PARTS + domains = +handled_domains set acl_m_grey_recip = 1 # Defer after too many bad RCPT TO's. Legit MTAs will retry later.