diff options
author | tv <tv@shackspace.de> | 2015-03-13 19:19:29 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-03-13 19:19:29 +0100 |
commit | 59d73e12947875c1c9dc47bde15aaba162cc268b (patch) | |
tree | 138fd5e3ab365d212e46bd7d6b0db296be3d88f1 | |
parent | 0e9851a7ac4ef58686c7704dcb13ddfa54cc76b2 (diff) |
-rw-r--r-- | cd-system/cd-exim.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cd-system/cd-exim.conf b/cd-system/cd-exim.conf index c2f4835..085ce79 100644 --- a/cd-system/cd-exim.conf +++ b/cd-system/cd-exim.conf @@ -88,6 +88,12 @@ internet_aliases: driver = redirect data = ${lookup{$local_part@$domain}lsearch{INTERNET_ALIASES}} +host_redirect: + debug_print = "R: host_redirect for $local_part@$domain" + driver = redirect + domains = local_part;HOST_REDIR + data = $local_part@${lookup{$domain}lsearch{HOST_REDIR}} + dnslookup: debug_print = "R: dnslookup for $local_part@$domain" driver = dnslookup |