Add caseless option to verify=not_blind. Bug 2356
[exim.git] / test / confs / 9900
1 # Exim test configuration 9900
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 local_interfaces = 127.0.0.1
9 primary_hostname = myhost.text.ex
10 qualify_domain = test.ex
11
12
13
14 # ----- Routers -----
15
16 begin routers
17
18 lookuphost:
19 driver = dnslookup
20 transport = smtp
21
22 # ----- Transports -----
23
24 begin transports
25
26 smtp:
27 driver = smtp
28 port = PORT_S
29
30
31 # ----- Retry -----
32
33 begin retry
34
35 46c.test.ex * F,1s,1s
36 46d.test.ex * F,1m,1s
37
38
39 # End