diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-07 14:13:18 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-07 14:13:18 +0000 |
commit | a2042e783d5db744eeb94d4d6ac3bc86aef45511 (patch) | |
tree | 3650f6772079e7a5046b420ebc000430e7a1b414 /test/confs/0545 | |
parent | 99ea1c866060c4ca655973128f06d41c8efe9a44 (diff) |
Stop rewriting addresses as a consequence of CNAMEs, as Exim isn't
supposed to do that (it must have crept in accidentally).
Diffstat (limited to 'test/confs/0545')
-rw-r--r-- | test/confs/0545 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/test/confs/0545 b/test/confs/0545 new file mode 100644 index 000000000..1f70fbb9f --- /dev/null +++ b/test/confs/0545 @@ -0,0 +1,32 @@ +# Exim test configuration 0545 + +exim_path = EXIM_PATH +host_lookup_order = bydns +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + + +# ----- Routers ----- + +begin routers + +dns: + driver = dnslookup + transport = smtp + self = send + + +# ----- Transports ----- + +begin transports + +smtp: + driver = smtp + + +# End |