git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Lookups: fix pgsql multiple-row, single-column return
[users/heiko/exim.git]
/
test
/
confs
/
3700
diff --git
a/test/confs/3700
b/test/confs/3700
index 94bd26ebdf3c0ab7107effbcfcaf3317e5fc7243..00a17b497645c72be632716bb3a39761eec6df55 100644
(file)
--- a/
test/confs/3700
+++ b/
test/confs/3700
@@
-9,6
+9,7
@@
log_selector = +received_recipients +outgoing_port
# ----- Main settings -----
# ----- Main settings -----
+acl_smtp_auth = log_call
acl_smtp_mail = check_authd
acl_smtp_rcpt = check_authd
queue_only
acl_smtp_mail = check_authd
acl_smtp_rcpt = check_authd
queue_only
@@
-27,6
+28,9
@@
tls_verify_certificates = DIR/aux-fixed/cert2
begin acl
begin acl
+log_call:
+ accept logwrite = Auth ACL called, after smtp cmd "$smtp_command"
+
check_authd:
deny message = authentication required
!authenticated = *
check_authd:
deny message = authentication required
!authenticated = *