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
DANE/GnuTLS: ignore traditional CA anchor validation in DANE-EE mode
[exim.git]
/
test
/
confs
/
3700
diff --git
a/test/confs/3700
b/test/confs/3700
index 667131e3f385dd85816836aac4a02cf9af3bcc10..00a17b497645c72be632716bb3a39761eec6df55 100644
(file)
--- a/
test/confs/3700
+++ b/
test/confs/3700
@@
-2,19
+2,14
@@
SERVER=
SERVER=
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/tls_conf_prefix
+primary_hostname = myhost.test.ex
log_selector = +received_recipients +outgoing_port
# ----- Main settings -----
log_selector = +received_recipients +outgoing_port
# ----- 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
@@
-33,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 = *