debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0276
... / ...
CommitLineData
1# Exim test configuration 0276
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9qualify_domain = test.ex
10
11# ----- Transports -----
12
13begin transports
14
15t1:
16 driver = smtp
17 hosts = 127.0.0.1
18 port = PORT_S
19 hosts_try_fastopen = :
20 allow_localhost
21
22# ----- Routers -----
23
24begin routers
25
26r1:
27 driver = accept
28 transport = t1
29
30# End