Page 1 of 1

The installation error, please help me

Posted: Wed Nov 12, 2014 6:36 am
by root
Adding user dovecot to group mail
Starting Dovecot Imap: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: ssl enabled, but ssl_cert not set
[FAILED]
Error: dovecot start failed



Operating system
Centos 6.264 bit

Re: The installation error, please help me

Posted: Thu Nov 13, 2014 10:12 pm
by joem
Based on the limited details you have provided you need to turn off ssl for dovecot you can do this using ssh

Code: Select all

sudo nano /etc/dovecot/dovecot.conf    
Find ssl = yes change to ssl=no 
service dovecot restart

Re: The installation error, please help me

Posted: Tue Dec 22, 2015 9:10 am
by saosangmo
hi, I follow your guide but the message is still there.