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
/
0356
1
# Exim test configuration 0356
2
3
MESSAGE_LOGS =
4
5
exim_path = EXIM_PATH
6
host_lookup_order = bydns
7
spool_directory = DIR/spool
8
log_file_path = DIR/spool/log/%slog
9
gecos_pattern = ""
10
gecos_name = CALLER_NAME
11
12
# ----- Main settings -----
13
14
MESSAGE_LOGS
15
qualify_domain = test.ex
16
17
18
# ----- Routers -----
19
20
begin routers
21
22
r0:
23
driver = redirect
24
allow_defer
25
data = :defer: forced defer
26
27
28
# ----- Retry -----
29
30
begin retry
31
32
* * F,1d,1h
33
34
# End