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
/
0200
1
# Exim test configuration 0200
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
10
11
# ----- Routers -----
12
13
begin routers
14
15
lookuphost:
16
driver = dnslookup
17
caseful_local_part
18
local_parts = xx
19
widen_domains = _bad
20
no_more
21
transport = smtp
22
23
domainlist:
24
driver = manualroute
25
caseful_local_part
26
local_parts = yy
27
no_more
28
route_list = * bad_$domain bydns
29
transport = smtp
30
31
32
# ----- Transports -----
33
34
begin transports
35
36
smtp:
37
driver = smtp
38
hosts_try_fastopen = :
39
40
41
# End