Add caseless option to verify=not_blind. Bug 2356
[exim.git] / test / confs / 0463
1 # Exim test configuration 0463
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
10
11 # ----- Routers -----
12
13 begin routers
14
15 all:
16 driver = dnslookup
17 domains = !@mx_any
18 qualify_single
19 transport = smtp
20 widen_domains = test.ex
21
22
23 # ----- Transports -----
24
25 begin transports
26
27 smtp:
28 driver = smtp
29 port = PORT_S
30
31 # End