4a8ea4a44cbae09d891065125886972d24260134
[exim.git] / test / confs / 0457
1 # Exim test configuration 0457
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_helo = helo
13 acl_smtp_mail = mail
14
15
16 # ----- ACLs -----
17
18 begin acl
19
20 helo:
21   deny   message = testing deny
22
23 mail:
24   warn   log_message = sender_helo_name is >$sender_helo_name<
25   deny   message = testing deny
26
27 # End