Logging: support +outgoing_port on defer lines and per-host error lines
[exim.git] / test / confs / 0320
CommitLineData
afda344b
PH
1# Exim test configuration 0320
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
23f3dc67 9tls_advertise_hosts =
afda344b
PH
10
11# ----- Main settings -----
12
13acl_smtp_rcpt = check_recipient
14qualify_domain = test.ex
15
16
17# ------ ACL ------
18
19begin acl
20
21check_recipient:
22 accept local_parts = DIR/aux-fixed/TESTNUM.list : +caseful : LP10
23
24# ----- Routers -----
25
26begin routers
27
28
29# ----- Transports -----
30
31begin transports
32
33
34# ----- Retry -----
35
36begin retry
37
38* * F,5d,1d
39
40
41# End