projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86f1a24
)
exim: Keep mail for relay domains for 30 days.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 3 Jun 2009 10:41:32 +0000
(12:41 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 3 Jun 2009 10:41:32 +0000
(12:41 +0200)
This ensures we won't start throwing away mail after 4 days for the
domains we're a backup MX for.
etc/exim4/conf.d/retry/30_exim4-config
patch
|
blob
|
history
diff --git
a/etc/exim4/conf.d/retry/30_exim4-config
b/etc/exim4/conf.d/retry/30_exim4-config
index 2602cf8f1db1662037cb9f6c3b243a1684a19338..e003154e408235350929c5a656a67b717dc1a1d7 100644
(file)
--- a/
etc/exim4/conf.d/retry/30_exim4-config
+++ b/
etc/exim4/conf.d/retry/30_exim4-config
@@
-15,6
+15,10
@@
# Address or Domain Error Retries
# ----------------- ----- -------
+# Keep mails for 30 days for the domains we're backup MX for
+*@+relay_to_domains * F,2h,15m; G,16h,1h,1.5; F,4d,6h; F,30d,24h
+
+# Use default rules for all other mail
* * F,2h,15m; G,16h,1h,1.5; F,4d,6h
# vim: set sts=2 expandtab sw=2 ai: