Re: [exim] Exim, OAUTH2 and gnutls problem

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Exim, OAUTH2 and gnutls problem
On 05/03/2023 15:59, ael via Exim-users wrote:
> While testing, I have encountered two apparently benign error messages:
>
> 1) H=outlook.xx.office365.com [xx.xx.xxx.xxx] TLS error on connection (recv):
> Error in the pull function.


Yes, the GnuTLS library produces this somewhat obscure message when
a read it's trying to do on the underlying TCP socket returns an
error to it. The error can be, and most often is "the far end
closed the TCP connection" when GnuTLS is expecting a proper, graceful
notification that the TLS layer is being closed.

So long as the mail message was apparently transferred properly you
can ignore this one.

Your debug shows SMTP-leve success responses for both the data
phase for the message and the SMTP QUIT after it.
--
Cheers,
Jeremy