diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:34:24 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:34:24 +0000 |
commit | afda344b580b54a4513569720aec3260cd5ba546 (patch) | |
tree | 6318744c7d3f502ee72bcd20bab0f612c5dceacf /test/confs/0262 | |
parent | 9ba4af2b76958e076a0c002e53ead87ed7a47a68 (diff) |
More new test committing.
Diffstat (limited to 'test/confs/0262')
-rw-r--r-- | test/confs/0262 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/test/confs/0262 b/test/confs/0262 new file mode 100644 index 000000000..b884f80d4 --- /dev/null +++ b/test/confs/0262 @@ -0,0 +1,45 @@ +# Exim test configuration 0262 + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +qualify_domain = test.ex + +# ----- Transports ----- + +begin transports + +pipe: + driver = pipe + command = /bin/echo + user = CALLER + environment = \ + A1=01:B1=02:C1=03:D1=04:E1=05:D1=06:E1=07:F1=08:G1=09:H1=10:\ + A2=11:B2=12:C2=13:D2=14:E2=15:D2=16:E2=17:F2=18:G2=19:H2=20:\ + A3=21:B3=22:C3=23:D3=24:E3=25:D3=26:E3=27:F3=28:G3=29:H3=30:\ + A4=31:B4=32:C4=33:D4=34:E4=35:D4=36:E4=37:F4=38:G4=39:H4=40:\ + XX=YY + +# ----- Routers ----- + +begin routers + +good: + driver = accept + transport = pipe + +# ----- Retry ----- + +begin retry + +* * F,5d,10s + +# End |