git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Copyright year bumps for substantive changes 2017
[exim.git]
/
test
/
confs
/
0450
1
# Exim test configuration 0450
2
3
EXTRA=
4
5
.include DIR/aux-var/std_conf_prefix
6
7
primary_hostname = myhost.test.ex
8
9
10
# ----- Main settings -----
11
12
qualify_domain = test.ex
13
14
15
# ----- Routers -----
16
17
begin routers
18
19
r1:
20
driver = accept
21
transport = t1
22
23
24
# ----- Transports -----
25
26
begin transports
27
28
t1:
29
driver = smtp
30
hosts = 127.0.0.1
31
allow_localhost
32
port = ${if queue_running{PORT_D2}{PORT_D}}EXTRA
33
34
35
36
# ----- Retry -----
37
38
begin retry
39
40
* * F,1d,10m
41
42
# End