diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-20 16:24:59 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-20 16:24:59 +0000 |
commit | 98cd900383067034f8996ae6f1546877114b2995 (patch) | |
tree | 90c436712678252b4d4b8a39664f4d98d5e61263 /test/confs | |
parent | 11121d3d3850fe51de5fbd23acbc0bb87fa082d6 (diff) |
One final test added to the test suite.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/1009 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/test/confs/1009 b/test/confs/1009 new file mode 100644 index 000000000..a29187eae --- /dev/null +++ b/test/confs/1009 @@ -0,0 +1,42 @@ +# Exim test configuration 1009 + +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 ----- + +queue_run_in_order + + +# ----- Routers ----- + +begin routers + +r1: + driver = dnslookup + transport = t1 + self = send + + +# ----- Transports ----- + +begin transports + +t1: + driver = smtp + port = PORT_S + + +# ----- Retry ----- + +begin retry + +* * F,1d,2h + + +# End |