You need to enable POP3s and IMAPS. Open default configuration file:
# vi /etc/dovecot.confMake sure POP3S and IMAPS are enabled:
protocols = imaps pop3sNext you must set PEM encoded X.509 SSL/TLS certificate and private key. They’re opened before dropping root privileges, so keep the key file unreadable by anyone but root (see how create certificate CSR and configure certificates for Postfix):
ssl_cert_file = /etc/postfix/ssl/smtp.theos.in.crt
 ssl_key_file = /etc/postfix/ssl/smtp.theos.in.keyIf key file is password protected, give the password using ssl_key_password directive:
ssl_key_password = myPasswordSave and close the file. Restart Dovecot server:
# /etc/init.d/dovecot restart



0 comentarii:
Trimiteți un comentariu