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