git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: Add support for authoritive answer to fakens
[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
10
slow_lookup_log = 1000
11
12
acl_smtp_rcpt = accept verify = recipient
13
14
queue_only
15
16
begin routers
17
18
all:
19
driver = dnslookup
20
verify_only
21
self = send
22
23
# End
24