debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0445
CommitLineData
afda344b
PH
1# Exim test configuration 0445
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7
8# ----- Main settings -----
9
10qualify_domain = test.ex
11
12acl_smtp_rcpt = rcpt
13
14
15# ----- ACL -----
16
17begin acl
18
19rcpt:
20 deny !verify = sender
21
22
23# ----- Routers -----
24
25begin routers
26
27bad_addresses:
28 driver = redirect
29 data = ${lookup{$local_part@$domain}lsearch{DIR/aux-fixed/TESTNUM.data}\
30 {:fail:$value}fail}
31 allow_fail
32 verify_only
33 debug_print = "+++ sender_address=<$sender_address>"
34
35# End