git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix growable-string sprintf
[exim.git]
/
test
/
confs
/
0132
1
# Exim test configuration 0132
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
local:
16
driver = accept
17
retry_use_local_part
18
transport = appendfile
19
20
21
# ----- Transports -----
22
23
begin transports
24
25
appendfile:
26
driver = appendfile
27
allow_fifo
28
file = DIR/test-fifo
29
user = CALLER
30
initgroups
31
32
33
# ----- Retry -----
34
35
36
begin retry
37
38
* * F,1d,15m
39
40
41
# End