8778e1420b6ada18b95c34309ea4c071e2c2fe31
[exim.git] / test / confs / 0188
1 # Exim test configuration 0188
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 smtp_etrn_command = /some/non-existent/file
15 trusted_users = CALLER
16
17 # ------ ACL ------
18
19 begin acl
20
21 check_etrn:
22   accept   hosts = localhost
23
24 # End