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