debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 4950
CommitLineData
afda344b
PH
1# Exim test configuration 4950
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8acl_smtp_rcpt = check_recipient
9acl_smtp_data = check_message
10
11domainlist local_domains = test.ex
12qualify_domain = test.ex
13
14
15# ----- Routers -----
16
17begin routers
18
19lookuphost:
20 driver = dnslookup
21 domains = ! +local_domains
22 translate_ip_address = "\
23 ${if eq {${mask:$host_address/24}}{V4NET.11.12.0/24}{1.2.3.4}\
24 {${lookup{${mask:$host_address/27}}lsearch{DIR/aux-var/TESTNUM.tr}{$value}fail}}}"
25 transport = smtp
26 no_more
27
28
29# ----- Transports -----
30
31begin transports
32
33smtp:
34 driver = smtp
277b9979 35 hosts_try_fastopen = :
afda344b
PH
36
37
38# End