170a4c1c2b1bef85a31ec8f855b931485415e6ef
[exim.git] / test / confs / 0018
1 # Exim test configuration 0018
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 no_smtp_etrn_serialize
14 log_selector = -etrn
15
16 # ----- ACL -----
17
18 begin acl
19
20 check_etrn:
21   deny   hosts = !localhost
22   warn   log_message = accepted $smtp_command
23   accept
24
25 # End