testcase
[exim.git] / test / confs / 0262
CommitLineData
afda344b
PH
1# Exim test configuration 0262
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15qualify_domain = test.ex
16
17# ----- Transports -----
18
19begin transports
20
21pipe:
22 driver = pipe
23 command = /bin/echo
24 user = CALLER
25 environment = \
26 A1=01:B1=02:C1=03:D1=04:E1=05:D1=06:E1=07:F1=08:G1=09:H1=10:\
27 A2=11:B2=12:C2=13:D2=14:E2=15:D2=16:E2=17:F2=18:G2=19:H2=20:\
28 A3=21:B3=22:C3=23:D3=24:E3=25:D3=26:E3=27:F3=28:G3=29:H3=30:\
29 A4=31:B4=32:C4=33:D4=34:E4=35:D4=36:E4=37:F4=38:G4=39:H4=40:\
30 XX=YY
31
32# ----- Routers -----
33
34begin routers
35
36good:
37 driver = accept
38 transport = pipe
39
40# ----- Retry -----
41
42begin retry
43
44* * F,5d,10s
45
46# End