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