The sample dovecot-example.conf contains these lines:
# 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. Included doc/mkcert.sh can be used to easily generate self-signed # certificate, just make sure to update the domains in dovecot-openssl.cnf #ssl_cert_file = /etc/ssl/certs/dovecot.pem #ssl_key_file = /etc/ssl/private/dovecot.pem
but the aforementioned doc/mkcert.sh contains these lines:
CERTFILE=$SSLDIR/certs/imapd.pem KEYFILE=$SSLDIR/private/imapd.pem
either the script should be changed to reflect the sample config file or vice versa.
John
-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748