On Mon, 2013-03-18 at 22:56 -0700, pvsuja wrote:
Mar 19 09:33:16 mailspace dovecot: imap(suja): Invalid certificate: self signed certificate in certificate chain: /C=IN/ST=Karnataka/O=xxx/OU=YYY CA/CN=mailserver.domain.com/emailAddress=sysadm@domain.com Mar 19 09:33:16 mailspace dovecot: imap(suja): Error:
ssl = required
to ensure things are working, change this to "no", if you can get mail then, change it to "yes", dont absolute force until you have everything fixed.
ssl_ca =
I guess my SSL certificate configuration is not done properly.
How did you generate this? is it really self signed, or is it a CA signed (you can get free certs)
If it's CA signed, ensure you created it like this (the order *is* important): cat mail.crt sub.crt ca.crt > dovecot.pem
*remove ssl_ca = ....stuff* ssl_cert_file =
Been loooong time since I use self signed, but from memory
openssl req -x509 -days 999 -nodes -newkey rsa:2048 -keyout domain.key -out domain.crt (and IIRC tou need to ssl_ca = stuff) dovecot wiki should have the correct format for self signed