I run a courier IMAP / POP server in one of my OpenVZ containers. After each reboot, the courier daemon denies access with this error message:
couriertls: imapd.pem: error:02001002:system library: fopen:No such file or directory
Obviously it can't find the certificate file needed for TLS/SSL, though the file exists and has the right permissions set:
-rw------- 1 root root 2591 Dec 11 12:41 pop3d.pem
lrwxrwxrwx 1 root root 9 Jan 13 11:15 imapd.pem -> pop3d.pem
However - if i stop the daemon, do a 'chown root:root' and restart the courier daemons afterwards, everything works fine.
I'm not sure if this is really OpenVZ related, but as i don't any further with this: any help would be greatly appreciated!