git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set mainlog_name and rejectlog_name unconditionally.
[exim.git]
/
test
/
confs
/
0184
1
# Exim test configuration 0184
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
domainlist local_domains = test.ex
9
qualify_domain = test.ex
10
11
# ----- Routers -----
12
13
begin routers
14
15
filter:
16
driver = redirect
17
allow_filter
18
no_check_local_user
19
file = DIR/aux-var/TESTNUM.filter
20
owners =
21
retry_use_local_part
22
user = CALLER
23
24
25
# ----- Retry -----
26
27
begin retry
28
29
* * F,5d,1d
30
31
# End