Re: Mulberry and Windows 11

Kenneth Porter <[email protected]> Fri, 7 Apr 2023 02:00:43 -0700
Newsgroups gmane.mail.mulberry.user
Message-ID <[email protected]>
On 4/6/2023 4:05 PM, John Klensin wrote:
> The errorlog.txt file has
> the content that follow (sorry about length, but I don't know
> what is important).  Any hints about what this might mean other
> than Mulberry is calling on library routines that don't exist?
> Ideas about possible workarounds?

That's pretty short, actually. For a really long log clip, I'd suggest 
using pastebin.

The line numbers don't match up with my source but I can guess where the 
throws happen. The file is 
\Sources_Common\Mail\INET_Clients\CINETClient.cp. Line 950 is in 
DoAuthentication. The throw happens down in SendString. My guess is that 
DoAuthentication is choosing to do so by a plugin DLL and something goes 
wrong there. Maybe Win11 isn't handling the plugin machinery properly.

Another thing you can try is to use WireShark to capture the packets and 
see how far it gets in the exchange. Are you using SSL or STARTTLS to 
connect? What about with IMAP? (I'm trying to understand why IMAP works 
but not SMTP. The low level connection code should be the same.)