diff options
author | tv <tv@shackspace.de> | 2014-08-21 17:23:37 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2014-08-21 17:23:37 +0200 |
commit | ad6919804b89647c9db3f37c503103950be32071 (patch) | |
tree | 8f7d30ff98c6346a920e4d703fcff4c145c622a0 | |
parent | 3d50e7386178cd0392d2e1c9ba7b9e933b4c27e3 (diff) |
wu-system: relay to *.retiolum (retry forever)
-rw-r--r-- | wu-system/wu-exim.configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wu-system/wu-exim.configuration.nix b/wu-system/wu-exim.configuration.nix index 7aaf58e..632c945 100644 --- a/wu-system/wu-exim.configuration.nix +++ b/wu-system/wu-exim.configuration.nix @@ -11,7 +11,7 @@ extraConfig = '' primary_hostname = ${retiolumHostname} domainlist local_domains = @ : localhost - domainlist relay_to_domains = + domainlist relay_to_domains = *.retiolum hostlist relay_from_hosts = <; 127.0.0.1 ; ::1 acl_smtp_rcpt = acl_check_rcpt @@ -114,6 +114,7 @@ # mode = 0660 begin retry + *.retiolum * F,42d,1m * * F,2h,15m; G,16h,1h,1.5; F,4d,6h begin rewrite |