From: Ian Kelling Date: Sat, 16 Apr 2022 22:55:05 +0000 (-0400) Subject: faster retries to avoid alerts X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=935d88c091765b6aafdfc9f3d62d0dc377e5ff93 faster retries to avoid alerts --- diff --git a/mail-setup b/mail-setup index a026f06..effa665 100755 --- a/mail-setup +++ b/mail-setup @@ -1077,11 +1077,11 @@ rm -fv /etc/exim4/conf.d/retry/37_retry cat >/etc/exim4/conf.d/retry/17_retry <<'EOF' # Retry fast for my own domains -iankelling.org * F,1d,10m;F,14d,1h -amnimal.ninja * F,1d,10m;F,14d,1h -expertpathologyreview.com * F,1d,10m;F,14d,1h -je.b8.nz * F,1d,10m;F,14d,1h -zroe.org * F,1d,10m;F,14d,1h +iankelling.org * F,1d,4m;F,14d,1h +amnimal.ninja * F,1d,4m;F,14d,1h +expertpathologyreview.com * F,1d,4m;F,14d,1h +je.b8.nz * F,1d,4m;F,14d,1h +zroe.org * F,1d,4m;F,14d,1h eximbackup.b8.nz * F,1d,4m;F,14d,1h # The spec says the target domain will be used for temporary host errors, @@ -1092,6 +1092,8 @@ defaultnn.b8.nz * F,1d,4m;F,14d,1h mx.iankelling.org * F,1d,4m;F,14d,1h bk.b8.nz * F,1d,4m;F,14d,1h eggs.gnu.org * F,1d,4m;F,14d,1h +fencepost.gnu.org * F,1d,4m;F,14d,1h + mail.fsf.org * F,1d,15m;F,14d,1h EOF