From: David Woodhouse Date: Mon, 23 May 2022 15:32:09 +0000 (+0100) Subject: SMTP fallback for merlin X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cb211acb0ac74b728150226bfd5743ab0dfae346;p=users%2Fdwmw2%2Feximconf.git SMTP fallback for merlin --- diff --git a/master b/master index 2544ddf..6e53d92 100644 --- a/master +++ b/master @@ -316,6 +316,9 @@ lookuphost: transport = REMOTE_OR_VERP_SMTP ignore_target_hosts = <; 0.0.0.0 ; 127.0.0.0/8 ; ::1/128 ; fe80::/10; \ fec0::/10 ; ff00::/8 +.ifdef SMTP_FALLBACK_HOST + fallback_hosts = SMTP_FALLBACK_HOST +.endif # If DNS gets screwed up to the extent that our major mail hosts disappear, # don't let mail bounce -- defer it until the problem is fixed, instead. diff --git a/sites/merlin b/sites/merlin index 6df9b27..450dafd 100644 --- a/sites/merlin +++ b/sites/merlin @@ -15,6 +15,8 @@ MAILMAN_GID=mailman DNS_VIRTUAL=CLUSTER/dns-virtual-domains +SMTP_FALLBACK_HOST=desiato.infradead.org + EXIM494=EXIM494 CRM114=CRM114 spamd_address = ${if def:acl_m_spamd_address {$acl_m_spamd_address} {127.0.0.1 783}}