git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix build with heimdal-gssapi. Bug 2501
[users/jgh/exim.git]
/
test
/
confs
/
5901
1
# Exim test configuration 5901
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
qualify_domain = test.ex
9
10
11
# ----- Routers -----
12
13
begin routers
14
15
scan:
16
driver = accept
17
transport = scan
18
19
20
# ----- Transports -----
21
22
begin transports
23
24
scan:
25
driver = queuefile
26
directory = ${if = {0}{0} {test-mail/subdir}{}}
27
28
# ----- Retry -----
29
30
begin retry
31
32
* * F,10m,2d
33
34
35
# End