Question
How do you rebuild the Dovecot SNI configuration?
Answer
There may be times when rebuilding your Dovecot SNI configuration is necessary, such as when your email client encounters SSL errors when receiving but not sending emails.
- Log in to the server via SSH or Home / Server Configuration / Terminal as the
rootuser Backup the SNI configuration file:
# cp -via /etc/dovecot/sni.conf{,.$(date +%s)}
Rebuild the SNI configuration file using the
build_mail_sniscript:# /usr/local/cpanel/scripts/build_mail_sni --rebuild_dovecot_sni_conf
Restart the mail services:
# /usr/local/cpanel/scripts/build_mail_sni --restartsrvs
Comments
0 comments
Article is closed for comments.