Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: Xeptix on March 13, 2019, 01:58:34 PM

Title: dovecot connection issues
Post by: Xeptix on March 13, 2019, 01:58:34 PM
I'm having an issue with dovecot. It's running fine, however roundecube is now giving me a "Connection to storage server failed." message.

I checked the logs and this is what I found:
Mar 13 09:46:28 imap-login: Fatal: Can't load ssl_cert: There is no valid PEM certificate.
Mar 13 09:46:28 master: Error: service(imap-login): command startup failed, throttling for 2 secs

I checked dovecot.conf and the paths are fine:
ssl_cert = </etc/pki/tls/certs/server.hostname.com.crt
ssl_key = </etc/pki/tls/private/server.hostname.com.key

It's the same certificates everything else uses, and everything else works fine.

I'm not sure when it stopped working but it was working fine the other day.

Anyone have any ideas?