Merge branch 'master'
[exim.git] / test / confs / 0525
CommitLineData
afda344b
PH
1# Exim test configuration 0525
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = accept
16
17
18# ----- Routers -----
19
20begin routers
21
22r0:
23 driver = redirect
24 senders = :
25 data = /dev/null
26 user = CALLER
27
28r1:
29 driver = accept
30 transport = t1
31
32
33# ----- Transports -----
34
35begin transports
36
37t1:
38 driver = smtp
39 hosts = 127.0.0.1
40 port = PORT_S
41 allow_localhost
42 data_timeout = 1s
43
44
45# ----- Retry -----
46
47begin retry
48
49* * F,1d,1h
50
51# End