diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-03 16:08:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-03 16:38:11 +0000 |
commit | ef2e5890df09193717f9d345ffaaa406e2d8aae7 (patch) | |
tree | edc137cccf5d14c4c0b0f2ce34d95de99f18147b /test/log | |
parent | 299efa252e69a2bbf49cce670afa893663df9610 (diff) |
TLS: event for daemon accept fail
Diffstat (limited to 'test/log')
-rw-r--r-- | test/log/5711 | 14 | ||||
-rw-r--r-- | test/log/5721 | 13 |
2 files changed, 27 insertions, 0 deletions
diff --git a/test/log/5711 b/test/log/5711 new file mode 100644 index 000000000..0616b56b2 --- /dev/null +++ b/test/log/5711 @@ -0,0 +1,14 @@ + +******** SERVER ******** +1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTPS on port PORT_D +1999-03-02 09:44:33 eval host_reject_connection +1999-03-02 09:44:33 ACL conn +1999-03-02 09:44:33 ACL quit +1999-03-02 09:44:33 eval host_reject_connection +1999-03-02 09:44:33 ACL conn +1999-03-02 09:44:33 TLS error on connection from [127.0.0.1] (recv): The TLS connection was non-properly terminated. +1999-03-02 09:44:33 ACL notquit +1999-03-02 09:44:33 eval host_reject_connection +1999-03-02 09:44:33 EV tls:fail:connect +1999-03-02 09:44:33 EVDATA: (gnutls_handshake): The TLS connection was non-properly terminated. +1999-03-02 09:44:33 TLS error on connection from [127.0.0.1] (tls lib accept fn): TCP connection closed by peer diff --git a/test/log/5721 b/test/log/5721 new file mode 100644 index 000000000..bf826cef4 --- /dev/null +++ b/test/log/5721 @@ -0,0 +1,13 @@ + +******** SERVER ******** +1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTPS on port PORT_D +1999-03-02 09:44:33 eval host_reject_connection +1999-03-02 09:44:33 ACL conn +1999-03-02 09:44:33 ACL quit +1999-03-02 09:44:33 eval host_reject_connection +1999-03-02 09:44:33 ACL conn +1999-03-02 09:44:33 ACL notquit +1999-03-02 09:44:33 eval host_reject_connection +1999-03-02 09:44:33 EV tls:fail:connect +1999-03-02 09:44:33 EVDATA: SSL_accept: TCP connection closed by peer +1999-03-02 09:44:33 TLS error on connection from [127.0.0.1] (tls lib accept fn): TCP connection closed by peer |