Logging: support +outgoing_port on defer lines and per-host error lines
[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 tls_advertise_hosts =
10
11 # ----- Main settings -----
12
13 acl_smtp_etrn = check_etrn
14 no_smtp_etrn_serialize
15 smtp_etrn_command = /some/non-existent/file
16 trusted_users = CALLER
17
18 # ------ ACL ------
19
20 begin acl
21
22 check_etrn:
23 accept hosts = localhost
24
25 # End