SPF: fix handling mix of spf and other txt records. Bug 2499
[exim.git] / test / confs / 0429
... / ...
CommitLineData
1# Exim test configuration 0429
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9queue_only
10
11# ----- Routers -----
12
13begin routers
14
15r1:
16 driver = accept
17 transport = t1
18
19# ----- Transports -----
20
21begin transports
22
23t1:
24 driver = smtp
25 hosts = 127.0.0.1
26 port = PORT_S
27 allow_localhost
28 hosts_avoid_esmtp = 127.0.0.1
29
30# End