Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)
Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki
From Cumulus MX version 3 build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since, and has recently released Cumulus MX version 4. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).
It's worth checking the log for any additional information. But is sounds like the server cert check is failing for some reason.
I recall there was an issue a while back with an expired/invalidated (I forget which) root certificate being included in some linux distro's (I'd have to search the forum), I remember it affected me and I had to remove the offending cert manually. Maybe this has happened again?
If all else fails, there is an option in the email settings (in Internet settings) to ignore certificate errors.
2024-12-07 15:29:51.657 SendEmail: Error
2024-12-07 15:29:51.660 SendEmail: Error -
Exception Type: MailKit.Security.SslHandshakeException
Message: An error occurred while attempting to establish an SSL or TLS connection.
The server's SSL certificate could not be validated for the following reasons:
• The server certificate has the following errors:
• unable to get certificate CRL
• unable to get certificate CRL
Source: MailKit
Stack Trace: at MailKit.Net.Smtp.SmtpClient.PostConnectAsync(Stream stream, String host, Int32 port, SecureSocketOptions options, Boolean starttls, CancellationToken cancellationToken)
at MailKit.Net.Smtp.SmtpClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
at CumulusMX.EmailSender.SendEmail(String[] to, String from, String subject, String message, Boolean isHTML, Boolean useBcc)
Inner Exception...
Exception Type: System.Security.Authentication.AuthenticationException
Message: The remote certificate was rejected by the provided RemoteCertificateValidationCallback.
Source: System.Private.CoreLib
Stack Trace: at System.Net.Security.SslStream.SendAuthResetSignal(ReadOnlySpan`1 alert, ExceptionDispatchInfo exception)
at System.Net.Security.SslStream.CompleteHandshake(SslAuthenticationOptions sslAuthenticationOptions)
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
at MailKit.Net.Smtp.SmtpClient.SslHandshakeAsync(SslStream ssl, String host, CancellationToken cancellationToken)
at MailKit.Net.Smtp.SmtpClient.PostConnectAsync(Stream stream, String host, Int32 port, SecureSocketOptions options, Boolean starttls, CancellationToken cancellationToken)
Puzzling, as this is a multi-domain email server that sends out and receives plenty of email without issue. I'll have a look in the email server log too.
2024-12-07T15:29:51.657207+00:00 mailserver postfix/submission/smtpd[207194]: lost connection after STARTTLS from weather.hosiene.co.uk[2a0f:cd40:20:100::9]
2024-12-07T15:29:51.657385+00:00 mailserver postfix/submission/smtpd[207194]: disconnect from weather.hosiene.co.uk[2a0f:cd40:20:100::9] ehlo=1 starttls=1 commands=2
which fits in with the client not liking the server's certificate.
Can you look at the certificate details, the code is is complaining that it cannot get the revocation list for the certificate. The CRL distibution point(s) should be part of the cert details.