git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update to pre-4.87 master
[users/heiko/exim.git]
/
test
/
confs
/
0606
1
# Exim test configuration 0606
2
3
exim_path = EXIM_PATH
4
host_lookup_order = bydns
5
spool_directory = DIR/spool
6
log_file_path = DIR/spool/log/SERVER%slog
7
gecos_pattern = ""
8
gecos_name = CALLER_NAME
9
tls_advertise_hosts =
10
11
slow_lookup_log = 1000
12
13
acl_smtp_rcpt = accept verify = recipient
14
15
queue_only
16
17
begin routers
18
19
all:
20
driver = dnslookup
21
verify_only
22
self = send
23
24
# End
25