Cain O'Sullivan
Cain O'Sullivan
Ok, I think I know what the issue might be. If you have configured .IsSecure(true) then it means that the server will attempt to upgrade the client connection to SSL...
Hi @romeosan , This should be resolved in version 9 which I have just published. Thanks, Cain.
Ok, thanks for finding that.. I will have a look in more detail later today. FYI, I have been working on v8 (only Beta at the moment) and there are...
What is the desired result for blocking an IP? Do you want to return a standard SMTP error code back to the client or do you just want to block...
Hi, Which particular authentication method are you interested in? Thanks, Cain.
Hi @karol-gro yes it is still supported, but only when time permits. I will have a look at this in the next few days.
Hi @mrFred489 , I've uploaded 9.0.2-beta1 which should solve this. If you are able to test to confirm that would be good.
Hi @stevie1706 , How are you registering your MyMessageStore? Are you registered using AddScoped? Your issue here looks like it might be the way in which you are registering the...
Hi, I removed the Logger in favor of using events, see the SessionTracingExample as an example of this. https://github.com/cosullivan/SmtpServer/blob/master/Examples/SampleApp/Examples/SessionTracingExample.cs The logger (from memory) wasn't logging anything that isn't currently available...
Hi, The changes to using Pipeline's was to avoid (or more so delay) as much of the memory allocations as possible. Version 7 used to work by reading the data...