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
Hintsdb transactions
[exim.git]
/
test
/
confs
/
0576
diff --git
a/test/confs/0576
b/test/confs/0576
index d6c0a1dc5b33d4d46ef873525949a577a8e19dcf..1b147aa45a62dbcf42e876b5ec08dd46cbb69237 100644
(file)
--- a/
test/confs/0576
+++ b/
test/confs/0576
@@
-7,6
+7,8
@@
SERVER =
log_selector = +received_recipients +sender_on_delivery
acl_smtp_rcpt = rcpt
log_selector = +received_recipients +sender_on_delivery
acl_smtp_rcpt = rcpt
+acl_not_smtp_start = not_smtp
+
queue_only
queue_run_in_order
queue_only
queue_run_in_order
@@
-19,6
+21,10
@@
rcpt:
queue = ${extract {$local_part} {normal="" alternate=alternate lowpri=lowpri}}
logwrite = using queue '$queue_name'
queue = ${extract {$local_part} {normal="" alternate=alternate lowpri=lowpri}}
logwrite = using queue '$queue_name'
+not_smtp:
+ accept
+ queue = example
+
#---------------
begin routers
#---------------
begin routers