debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0450
... / ...
CommitLineData
1# Exim test configuration 0450
2
3EXTRA=
4
5.include DIR/aux-var/std_conf_prefix
6
7primary_hostname = myhost.test.ex
8
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13
14
15# ----- Routers -----
16
17begin routers
18
19r1:
20 driver = accept
21 transport = t1
22
23
24# ----- Transports -----
25
26begin transports
27
28t1:
29 driver = smtp
30 hosts = 127.0.0.1
31 hosts_try_fastopen = :
32 allow_localhost
33 port = ${if queue_running{PORT_D2}{PORT_D}}EXTRA
34
35
36
37# ----- Retry -----
38
39begin retry
40
41* * F,1d,10m
42
43# End