git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix error codes in ACL-time quota checking
[exim.git]
/
test
/
confs
/
0999
diff --git
a/test/confs/0999
b/test/confs/0999
index c3a2ad4d2d64e0a120d4332cccdd484847f053ff..6ec62b6a4f5f3ed8f023ab94912acb0234a89fab 100644
(file)
--- a/
test/confs/0999
+++ b/
test/confs/0999
@@
-13,23
+13,30
@@
log_selector = +sender_on_delivery +millisec
# ----- Main settings -----
# ----- Main settings -----
-acl_smtp_rcpt =
acce
pt
+acl_smtp_rcpt =
chk_rc
pt
-queue_only
+smtp_accept_queue_per_connection = 0
queue_fast_ramp
queue_fast_ramp
+begin acl
+
+chk_rcpt:
+ warn condition = ${if eq {local-smtp}{$received_protocol}}
+ control = queue_only
+ accept
+
# ----- Routers -----
begin routers
# ----- Routers -----
begin routers
-
client
:
- driver = accept
- condition =
${if eq {SERVER}{server}{no}{yes}
}
- transport = send_to_server
+
drain_q
:
+ driver =
accept
+ condition =
${if !def:sender_host_address
}
+ transport =
send_to_server
-
server
:
- driver =
accep
t
- transport = send_to_server
+
targetsys
:
+ driver =
redirec
t
+ data = :blackhole:
# ----- Transports -----
# ----- Transports -----