]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/confs/0017
Remember the fail reason for verify=headers_syntax. Bug 264
[user/henk/code/exim.git] / test / confs / 0017
1 # Exim test configuration 0017
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 acl_smtp_etrn = check_etrn
13
14 # ----- ACL -----
15
16 begin acl
17
18 check_etrn:
19   deny   hosts = 10.9.8.7
20          sender_domains = some.domain
21
22   deny   hosts = 10.9.8.8
23          senders = x@y
24
25   accept hosts = localhost
26
27 # End