MatthieuBL
New Pleskian
Since yestarday, it seems that sending email with localhost:25 is no longer possible.
I tried to configure an account with Thunderbird and it's working but both the Magento website and the Plesk Roundcube are "blocked".
I follow both of those kb/support :
But still got the SMTP Error (-1): Connection to server failed
relevant lines in /var/log/maillog and /var/log/plesk-roundcube/errors and
still return
Seems that even if everything seems got fine with the letsencrypt ssl generation process, it did not fix anything.
I tried restarting postfix service but that does not do the trick...
What can i do next as having a Magento instance who does not send invoices is quite problematic.
Thank you in advance for any help provided !
I tried to configure an account with Thunderbird and it's working but both the Magento website and the Plesk Roundcube are "blocked".
I follow both of those kb/support :
Unable to send message from Roundcube: SMTP Error (-1): Connection to server failed - Support Cases from Plesk Knowledge Base
Unable to send message from Roundcube: SMTP Error (-1): Connection to server failed - Support Cases - Plesk Knowledge Base
www.plesk.com
But still got the SMTP Error (-1): Connection to server failed
relevant lines in /var/log/maillog and /var/log/plesk-roundcube/errors and
Code:
echo | openssl s_client -connect example.com:465 -servername example.com 2>/dev/null | grep 'Verify return code'
Code:
Verify return code: 10 (certificate has expired)
Seems that even if everything seems got fine with the letsencrypt ssl generation process, it did not fix anything.
I tried restarting postfix service but that does not do the trick...
What can i do next as having a Magento instance who does not send invoices is quite problematic.
Thank you in advance for any help provided !