exim: Add the SNT MX servers to the trusted list.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / retry / 30_exim4-config
index 87a6d5dea4fc8b44fde9386bacd67c50af6e97b6..e003154e408235350929c5a656a67b717dc1a1d7 100644 (file)
 # 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: