Dovecot is a popular POP3/IMAP server for Unix-like operating systems. It is available through most distributions, including RHEL, CentOS, and Fedora. To enable secure mail transactions, you will need to edit your /etc/dovecot.conf file as root. Uncomment the following lines: # Disable SSL/TLS support? ssl_disable = no # PEM encoded …
April, 2010
December, 2009
-
30 December
How to setup an SSL Dovecot mail server
Question: How do I setup Dovecot to use IMAPS and POP3S with Postfix certificates? Answer: Dovecot is a free and open source IMAP and POP3 mail server. It is used for receiving incoming mail and works in conjunction with Postfix, which handles sending and delivery. Dovecot runs on all Linux …