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
Testsuite: cat 0601 logging ordering
[exim.git]
/
test
/
confs
/
3400
diff --git
a/test/confs/3400
b/test/confs/3400
index b84ee56c41f73ec5124eaf9891fd8dc1046f4401..e567565437a4e8082281d70222b0fc0624bdf9d1 100644
(file)
--- a/
test/confs/3400
+++ b/
test/confs/3400
@@
-17,6
+17,7
@@
hostlist auth_hosts = 10.0.0.1
hostlist relay_hosts = 10.0.0.4
hostlist auth_relay_hosts = 10.0.0.3 : 10.0.0.4
hostlist relay_hosts = 10.0.0.4
hostlist auth_relay_hosts = 10.0.0.3 : 10.0.0.4
+acl_smtp_connect = check_connect
acl_smtp_etrn = check_etrn
acl_smtp_expn = check_expn
acl_smtp_rcpt = check_recipient
acl_smtp_etrn = check_etrn
acl_smtp_expn = check_expn
acl_smtp_rcpt = check_recipient
@@
-32,6
+33,11
@@
trusted_users = CALLER
begin acl
begin acl
+check_connect:
+ warn hosts = 10.0.0.6
+ control = allow_auth_unadvertised
+ accept
+
check_recipient:
warn hosts = 10.0.0.5
message = authentication-failed: $authentication_failed
check_recipient:
warn hosts = 10.0.0.5
message = authentication-failed: $authentication_failed