git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set mainlog_name and rejectlog_name unconditionally.
[exim.git]
/
test
/
confs
/
0545
1
# Exim test configuration 0545
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
disable_ipv6
9
10
# ----- Routers -----
11
12
begin routers
13
14
dns:
15
driver = dnslookup
16
transport = smtp
17
self = send
18
19
20
# ----- Transports -----
21
22
begin transports
23
24
smtp:
25
driver = smtp
26
hosts_try_fastopen = :
27
28
29
# End