Logging: support +outgoing_port on defer lines and per-host error lines
[exim.git] / test / confs / 0606
1 # Exim test configuration 0606
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/SERVER%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9 tls_advertise_hosts =
10
11 slow_lookup_log = 1000
12
13 acl_smtp_rcpt = accept verify = recipient
14
15 queue_only
16
17 begin routers
18
19 all:
20 driver = dnslookup
21 verify_only
22 self = send
23
24 # End
25