Testsuite: bounce_message_file and warn_message_file
[exim.git] / test / confs / 0343
CommitLineData
afda344b
PH
1# Exim test configuration 0343
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9
10# ----- Routers -----
11
12begin routers
13
14all:
15 driver = accept
16 transport = remote_smtp
17
18
19# ----- Transports -----
20
21begin transports
22
23remote_smtp:
24 driver = smtp
25 hosts = 127.0.0.1
26 allow_localhost
27 port = PORT_N
277b9979 28 hosts_try_fastopen = :
afda344b
PH
29
30
31# ----- Retry -----
32
33
34begin retry
35
36* * F,5d,10m
37
38
39# End