Integrate changes from 4.92
[hcoop/config/exim.git] / conf.d / retry / 30_exim4-config
CommitLineData
725c9874 1
d2b0a567 2### retry/30_exim4-config
3#################################
4
725c9874 5# This single retry rule applies to all domains and all errors. It specifies
6# retries every 15 minutes for 2 hours, then increasing retry intervals,
7# starting at 1 hour and increasing each time by a factor of 1.5, up to 16
8# hours, then retries every 6 hours until 4 days have passed since the first
9# failed delivery.
10
d21ec910
CE
11# Please note that these rules only limit the frequency of retries, the
12# effective retry-time depends on the frequency of queue-running, too.
725c9874 13# See QUEUEINTERVAL in /etc/default/exim4.
14
54efacdd 15
96dd48c0 16# hcoop-change: Customize all of this to not penalize local users so
17# much for timeouts.
18
d2b0a567 19# Address or Domain Error Retries
20# ----------------- ----- -------
725c9874 21
96dd48c0 22# Local users who might have temporary AFS-related issues
1881aae3
CE
23localhost * F,10m,1m; F,30m,5m; G,6h,10m,1.2; G,1d,1h,1.5; F,4d,6h
24hcoop.net * F,10m,1m; F,30m,5m; G,6h,10m,1.2; G,1d,1h,1.5; F,4d,6h
25
26# gmail this is probably spam
27gmail.com data_4xx G,2d,30m,1.5
28
29# Default
7b83f2a3 30* * F,2h,15m; G,16h,1h,1.5; F,4d,6h
725c9874 31