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
/
5102
1
# Exim test configuration 5102
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
domainlist local_domains = test.ex : *.test.ex
10
11
12
# ----- Routers -----
13
14
begin routers
15
16
bounces:
17
driver = redirect
18
allow_defer
19
data = :blackhole:
20
retry_use_local_part
21
senders = :
22
23
smartuser:
24
driver = accept
25
retry_use_local_part
26
transport = lmtp
27
28
29
# ----- Transports -----
30
31
begin transports
32
33
lmtp:
34
driver = lmtp
35
batch_max = 100
36
socket = DIR/test.socket
37
timeout = 1s
38
user = EXIMUSER
39
40
41
# ----- Retry -----
42
43
44
begin retry
45
46
* * F,5d,1d
47
48
49
# End