git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix growable-string sprintf
[exim.git]
/
test
/
confs
/
2016
1
# Exim test configuration 2016
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
qualify_domain = test.ex
9
10
11
# ----- Routers -----
12
13
begin routers
14
15
others:
16
driver = manualroute
17
route_list = * 127.0.0.1 byname
18
self = send
19
transport = smtp
20
no_more
21
22
23
# ----- Transports -----
24
25
begin transports
26
27
smtp:
28
driver = smtp
29
command_timeout = 1s
30
hosts_require_tls = 127.0.0.1
31
port = PORT_S
32
33
34
# ----- Retry -----
35
36
37
begin retry
38
39
* * F,5d,1d
40
41
42
# End