dovecot Process is stopped

fabulous

Verified User
Joined
Jul 31, 2006
Messages
39
dovecot Process is stopped

An error has occurred :
/usr/local/etc/rc.d/dovecot start 2>&1

so , how can i delete dovecot??

system: freebsd6.2 ,DA setup for costbu custombuild 1.1
web# dovecot
Fatal: listen(0.0.0.0, 143) failed: Address already in use
 
Last edited:
Why would you want to delete it? You are just going to break your entire system.
 
Reinstall Dovecot. Do NOT rerun the todovecot command, though.

Jeff
 
First, before dovecot start run a ps auuuxww |grep dovecot
to see if its already running.
The error means that dovecot is running or da_pop deamon (if you updated) is running.
 
chatwizrd, if you've NOT deleted your old pop mailboxes and you run todovecot again it certainly WILL do something. It will create new copies in the Maildir mailboxes of all emails left in the old pop mailboxes.

So my point is quite valid.

Jeff
 
I just had the same issue for my new server install. The dovecot was installed, but was not in sync with the PID. The fix for me is this:

echo '' > /var/run/dovecot/master.pid
service dovecot restart

I am using:
CentOS 5.4 32-bit
DirectAdmin custombuild default install

I hope this helps for those who's experiencing the same issue.
 
Back
Top