git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix error codes in ACL-time quota checking
[exim.git]
/
test
/
confs
/
1001
1
# Exim test configuration 1001
2
3
SERVER=
4
5
.include DIR/aux-var/std_conf_prefix
6
7
primary_hostname = myhost.test.ex
8
9
# ----- Main settings -----
10
11
acl_smtp_rcpt = accept
12
helo_lookup_domains =
13
queue_only
14
queue_run_in_order
15
16
# ----- Routers -----
17
18
begin routers
19
20
r1:
21
driver = accept
22
transport = t1
23
24
25
# ----- Transports -----
26
27
begin transports
28
29
t1:
30
driver = appendfile
31
file = DIR/test-mail/${bless:$local_part}
32
user = CALLER
33
34
35
# End