diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-15 16:50:20 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-10 16:54:50 +0000 |
commit | cf0c61644d7dd2dfb29f6418d95bf4d8cae199ea (patch) | |
tree | a61cf4241c3cb5af8b254316dc22065e8e155f64 /test/log/2116 | |
parent | e51462229029e40afa0932dd9c6337192a0dc70b (diff) |
TLS: rework error logging to pass more string back to caller for logging
This permits a library-sourced error to be associated with an address
being delivered, collapsing pairs of log lines
Diffstat (limited to 'test/log/2116')
-rw-r--r-- | test/log/2116 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/log/2116 b/test/log/2116 index b7968201c..32596c206 100644 --- a/test/log/2116 +++ b/test/log/2116 @@ -1,3 +1,2 @@ 1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@test.ex U=CALLER P=local S=sss -1999-03-02 09:44:33 10HmaX-0005vi-00 H=127.0.0.1 [127.0.0.1] TLS error on connection (SSL_connect): timed out -1999-03-02 09:44:33 10HmaX-0005vi-00 == userx@domain1 R=others T=smtp defer (-37) H=127.0.0.1 [127.0.0.1]: failure while setting up TLS session +1999-03-02 09:44:33 10HmaX-0005vi-00 == userx@domain1 R=others T=smtp defer (-37) H=127.0.0.1 [127.0.0.1]: TLS session: (SSL_connect): timed out |