Check if SSL is good

openssl s_client -starttls smtp -showcerts -connect mail.domain.com:25 -servername mail.domain.com

Also, you can check email SSL here

If the Let’s encrypt certificate has expired fix it with the next commands:

postmap -F hash:/etc/postfix/vmail_ssl.map
systemctl restart postfix
systemctl restart dovecot