hosts_require_helo
[exim.git] / test / confs / 0457
1 # Exim test configuration 0457
2
3 .include DIR/aux-var/std_conf_prefix
4
5 hosts_require_helo =
6
7 # ----- Main settings -----
8
9 acl_smtp_helo = helo
10 acl_smtp_mail = mail
11
12
13 # ----- ACLs -----
14
15 begin acl
16
17 helo:
18   deny   message = testing deny
19
20 mail:
21   warn   log_message = sender_helo_name is >$sender_helo_name<
22   deny   message = testing deny
23
24 # End