summaryrefslogtreecommitdiff
path: root/conf.d/050_retry.conf
diff options
context:
space:
mode:
authorroot2017-03-28 10:05:16 +0200
committerroot2017-03-28 10:05:16 +0200
commit1009459ba2cdca8e16eacfa9c995ae2f31599850 (patch)
tree345f1f0b0c4492c981a85e33ec9be8c27b52be05 /conf.d/050_retry.conf
parent3210d80e8aa85f3821951d312d56cc418d06e360 (diff)
downloadexim-1009459ba2cdca8e16eacfa9c995ae2f31599850.tar.gz
Split configuration into subfiles
Diffstat (limited to 'conf.d/050_retry.conf')
-rw-r--r--conf.d/050_retry.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf.d/050_retry.conf b/conf.d/050_retry.conf
new file mode 100644
index 0000000..e97a4c4
--- /dev/null
+++ b/conf.d/050_retry.conf
@@ -0,0 +1,22 @@
1######################################################################
2# RETRY CONFIGURATION #
3######################################################################
4
5begin retry
6
7# This single retry rule applies to all domains and all errors. It specifies
8# retries every 15 minutes for 2 hours, then increasing retry intervals,
9# starting at 1 hour and increasing each time by a factor of 1.5, up to 16
10# hours, then retries every 6 hours until 4 days have passed since the first
11# failed delivery.
12
13# WARNING: If you do not have any retry rules at all (this section of the
14# configuration is non-existent or empty), Exim will not do any retries of
15# messages that fail to get delivered at the first attempt. The effect will
16# be to treat temporary errors as permanent. Therefore, DO NOT remove this
17# retry rule unless you really don't want any retries.
18
19# Address or Domain Error Retries
20# ----------------- ----- -------
21
22* * F,2h,15m; G,16h,1h,1.5; F,4d,6h