diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-29 22:18:18 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-29 22:30:26 +0000 |
commit | 69d8eed78db16f47ad71f53fbf3b2b9dc00f460b (patch) | |
tree | b0517f84013ed571ec794c6e4a9f1d4900137433 /test/log/3700 | |
parent | 938593e9ad0825a25793da32b391a3a2f1d6bcd1 (diff) |
TLS: Fix excessive calling of smtp_auth_acl under AUTH_TLS. Bug 2203
Diffstat (limited to 'test/log/3700')
-rw-r--r-- | test/log/3700 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/log/3700 b/test/log/3700 index 0558c7f38..82c09850e 100644 --- a/test/log/3700 +++ b/test/log/3700 @@ -9,5 +9,7 @@ ******** SERVER ******** 1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port 1225 and for SMTPS on port 1224 +1999-03-02 09:44:33 Auth ACL called, after smtp cmd "STARTTLS" 1999-03-02 09:44:33 10HmaZ-0005vi-00 <= ok@test.ex H=localhost (myhost.test.ex) [127.0.0.1] P=esmtpsa X=TLS_proto_and_cipher CV=yes A=tls:"Phil Pennock" S=sss id=E10HmaX-0005vi-00@myhost.test.ex for x@y +1999-03-02 09:44:33 Auth ACL called, after smtp cmd "" 1999-03-02 09:44:33 10HmbA-0005vi-00 <= ok@test.ex H=localhost (myhost.test.ex) [127.0.0.1] P=esmtpsa X=TLS_proto_and_cipher CV=yes A=tls:"Phil Pennock" S=sss id=E10HmaY-0005vi-00@myhost.test.ex for smtps@y |