Here’s my setup.: Postfix 2.10.1 - Centos Webmin Dovecot MariaDB (MySQL) I’m setting up a new box and I’ve got a couple of errors…
The first one I’m trying to clean up is the following: warning: cannot get RSA certificate from file /etc/pki/dovecot/mailCert.pem: disabling TLS support The first time I tried this was to set up the cert and key (private) in to two different files and then place them in the /etc/pki/dovecot/certs and ../private folders. Both were 644 and I had this error. I tried to follow some of the advice online, and one of them suggested that I combine the two in to a single file, and then check them (I did) and then have postfix point to that file for either the cert or the key. I tested the three files to ensure that the key and the cert were valid and ran both tests on the combined file. Is there a maximum size to the key? I know it defaults to 2048, but I bumped it up to 8192. (However that should give a different error.) Any ideas or suggestions? Where else should I look in my main.cf or master.cf? Thx in Advance…