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
/
0426
1
# Exim test configuration 0426
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
primary_hostname = mail.test.ex
9
qualify_domain = test.ex
10
11
# ----- Routers -----
12
13
begin routers
14
15
r0:
16
driver = redirect
17
senders = :
18
data = :blackhole:
19
20
r1:
21
driver = dnslookup
22
self = send
23
transport = t1
24
25
# ----- Transports -----
26
27
begin transports
28
29
t1:
30
driver = smtp
31
port = PORT_S
32
hosts_try_fastopen = :
33
34
35
# End