Hi,> ssl_cert = /etc/pki/dovecot/certs/tbv2015.crtThis is not correct. It should be: ssl_cert = </etc/pki/dovecot/certs/tbv2015.crt Regards Urban
Urban: On Sun, 14 Jun 2015 11:58:57 +0200, you wrote:> >> ssl_cert = /etc/pki/dovecot/certs/tbv2015.crt >This is not correct. It should be: > >ssl_cert = </etc/pki/dovecot/certs/tbv2015.crt >That one was my fault. That's what it is inside 10-ssl.conf, but because I typed the mail message manually, I forgot the `<'. It appears, however, that I may have solved the problem with the certificates. I happened to look at the file size of tgv2015.crt and noticed it was incorrect, which meant I created it incorrectly. I recreated it, restarted DOvecot, and have not seen the file open errors. I'll continue with testing.
Alex, et al., I spoke too soon. Upon close examination of /var/log/maillog, the errors previously reported via the maillog extracts only happen when I attempt to test the imap connection. Everything appears correctly set up, defined, etc. It's now down to the certificates themselves I think. I have the following files: . A file containing the certificate as issued by the certifying uthority that sold it to me. This file has a .CRT extension. . The certifying authority's standard (or intermediate) certificate. This file has a .PEM extension. . The private key file I generated when I created the CSR which was submitted to the certifying authority to create the signed certificate for my domain. This file has a .KEY extension. I created the certificate file by opening a new text buffer in the editor of my choice and reading in the first and second of the above three files, then saving the concatenated buffer as /etc/pki/dovecot/certs/tgv2015.crt