Commit | Line | Data |
---|---|---|
1 | # Exim test configuration 0070 | |
2 | ||
3 | HVH= | |
4 | ||
5 | .include DIR/aux-var/std_conf_prefix | |
6 | ||
7 | primary_hostname = myhost.test.ex | |
8 | ||
9 | # ----- Main settings ----- | |
10 | ||
11 | acl_smtp_rcpt = rcpt | |
12 | helo_verify_hosts = ten-1.test.ex : ten-3.test.ex : HVH | |
13 | helo_try_verify_hosts = ten-2.test.ex | |
14 | log_selector = -host_lookup_failed | |
15 | ||
16 | ||
17 | # ----- ACL ----- | |
18 | ||
19 | begin acl | |
20 | ||
21 | rcpt: | |
22 | require message = helo not verified | |
23 | verify = helo | |
24 | ||
25 | deny message = helo did verify | |
26 | ||
27 | # End |