Dovecot dont start

arazit

Verified User
Joined
Aug 20, 2008
Messages
199
Hello
I installed php 5.3 with nginx
I get error in starting dovecot:
/etc/dovecot/dovecot.conf line 35: ssl_cert: Can't open file /etc/httpd/conf/ssl.crt/server.crt
How to solve it?
Thanks
 
Is the file at that location? If so, post the output of the ls -al command.

Jeff
 
Try:
Code:
wget -O /etc/dovecot.conf http://files.directadmin.com/services/custombuild/dovecot.conf.2.0
service dovecot restart
 
Back
Top