I followed the Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 10) HOWTO but when I connect to my IMAP server the SSL certificate offered has a common name of imap.example.com (instead of my domain name). the HOWTO (page 3) has a section where one deletes the .pem files automatically generated by Courier (in /usr/lib/courier-imap/share), modifies the imapd.cnf and regenerates these files, which I've done... however the info for them is not right... where am I going wrong here? TIA - e
please dismiss the above. restarting courier-authlib and courier-imap fixed the issue. for anyone else struggling with this, try: # openssl s_client -connect <your-host-here>:993 it's a mini client to test your certs on the server. cool.