I have setup last year server with postfix and dovecot. now suddenly I can not send email anymore and certificates are the problem. Certificates are still valid.
When I comment out letsencrypt certificates and enable again server installation certificates in main.cf than it works, but not with letsecnrypt certificates. my domain is mail.povej.net
Any idea what can be wrong?
this is log from mail
Oct 17 19:49:21 mail postfix/smtps/smtpd[8472]: SSL_accept error from 84-52-111-177.dynamic.telemach.net[84.52.111.177]: lost connection
Oct 17 19:49:21 mail postfix/smtps/smtpd[8472]: lost connection after CONNECT from 84-52-111-177.dynamic.telemach.net[84.52.111.177]
Oct 17 20:21:18 mail postfix/submission/smtpd[18051]: lost connection after UNKNOWN from 84-52-111-177.dynamic.telemach.net[84.52.111.177]
Oct 17 20:21:18 mail postfix/submission/smtpd[18051]: disconnect from84-52-111-177.dynamic.telemach.net[84.52.111.177] unknown=0/1 commands=0/1
After just a single protocol error, I'm getting a connection refused error. Perhaps a very tightly set fail2ban like firewall system? Unfortunately that means I also can't debug your Postfix remotely.. And the logs Postfix generates aren't very helpful either.
I can send email from roundcube but not from outlook anymore.
I get this error in outlook
your server does not support the encryption type you have specified" It suggests that I change the encryption type".
Are you using Outlook as your mail client, by any chance? There's a recent update for Outlook that seemed to break its compatibility with default Postfix settings.
yes it is, that update is the problem and Outlook stops to work.
When I remove that KB5018410 than outlook works and I can send emails.
I edit main.cf and add
tls_ssl_options=NO_TICKET
no this doesn't solve problem still cant send emails
yes I did but it looks like I didn't wait long enought this also works ok, now I can send mail from updated windows also. Thank you for helping. I will never find that as a problem I thought something broke on mail server.