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
/
0607
1
# Exim test configuration 0607
2
3
SERVER =
4
5
.include DIR/aux-var/std_conf_prefix
6
7
log_selector = +received_recipients +sender_on_delivery
8
9
acl_smtp_rcpt = accept
10
queue_only
11
queue_run_in_order
12
13
#---------------
14
15
begin routers
16
17
dump:
18
driver = redirect
19
condition = ${if eq {SERVER}{server}{yes}{no}}
20
data = :blackhole:
21
22
all:
23
driver = dnslookup
24
self = send
25
transport = out
26
27
#---------------
28
29
begin transports
30
31
out:
32
driver = smtp
33
port = PORT_D
34
hosts_try_fastopen = :
35
36
# End
37