Testsuite: munge for non-WITH_CONTENT_SCAN builds
[exim.git] / test / confs / 0163
1 # Exim test configuration 0163
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 domainlist local_domains = test.ex : *.test.ex
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 all:
17   driver = manualroute
18   domains = ! +local_domains
19   route_list = * 127.0.0.1 byname
20   self = send
21   transport = smtp
22   no_more
23
24 # ----- Transports -----
25
26 begin transports
27
28 smtp:
29   driver = smtp
30   port = PORT_S
31   hosts_try_fastopen =  :
32
33
34 # ----- Retry -----
35
36
37 begin retry
38
39 * * F,2h,15m
40
41
42 # End