RH302 · Question #191
User eric should able to access the mail using IMAP over SSL
IMAP is a very usefully protocol, but it lacks encryption. The dovecot package distributed with RHEL includes the ability to use IMAP over SSL, This requires the creation of a PEM format certificate. 6. cd /usr/share/ssl/certs 7. make dovecot.pem : Which generates the…
Question
Explanation
IMAP is a very usefully protocol, but it lacks encryption. The dovecot package distributed with RHEL includes the ability to use IMAP over SSL, This requires the creation of a PEM format certificate. 6. cd /usr/share/ssl/certs 7. make dovecot.pem : Which generates the dovecot.pem certificate by reading MakeFile 8. Enable the imaps protocol from /etc/dovecot.conf vi /etc/dovecot.conf protocols = imap imaps 9. service dovecot restart : Restart the Dovecot service
Topics
Community Discussion
No community discussion yet for this question.