Hi,
Not sure if anybody else is experiencing this issue.
I am hosting multiple domains and using SNI with postfix and dovecot. When my SSL certificates gets renewed both dovecot and postfix still presents the old/expired certificate.
My current solutions:
Dovecot, simply restart the service.
Postfix I need to do the following:
cd /etc/postfix/
postmap -F hash:vmail_ssl.map
postfix reload
Hope this can help somebody with the same issue.
If anybody knows of a better or more automated way please share