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
/
0436
1
# Exim test configuration 0436
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
10
# ----- Routers -----
11
12
begin routers
13
14
r1:
15
driver = accept
16
transport = t1
17
18
# ----- Transports -----
19
20
begin transports
21
22
t1:
23
driver = appendfile
24
envelope_to_add
25
use_bsmtp
26
file = DIR/test-mail/${bless:$sender_address_local_part}
27
user = CALLER
28
batch_max = 20000
29
30
# End