Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 0106
1 # Exim test configuration 0106
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 all:
20 driver = manualroute
21 route_list = * 127.0.0.1
22 self = send
23 transport = smtp
24 no_more
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 smtp:
32 driver = smtp
33 command_timeout = 1s
34 final_timeout = 1s
35 port = PORT_S
36
37 # ----- Retry -----
38
39
40 begin retry
41
42 * * F,1h,1s
43
44
45 # End