Additional tests - didn't show any problems.
[exim.git] / test / confs / 0445
1 # Exim test configuration 0445
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12
13 # ----- Main settings -----
14
15 qualify_domain = test.ex
16
17 acl_smtp_rcpt = rcpt
18
19
20 # ----- ACL -----
21
22 begin acl
23
24 rcpt:
25 deny !verify = sender
26
27
28 # ----- Routers -----
29
30 begin routers
31
32 bad_addresses:
33 driver = redirect
34 data = ${lookup{$local_part@$domain}lsearch{DIR/aux-fixed/TESTNUM.data}\
35 {:fail:$value}fail}
36 allow_fail
37 verify_only
38 debug_print = "+++ sender_address=<$sender_address>"
39
40 # End