Can not restart dovecot - POP3 is in offline

Discussion in 'Server Operation' started by bzzik, Jan 12, 2009.

  1. bzzik

    bzzik New Member

    Sirs,

    I noticed that my POP3 server in offline. I tried to restart dovecot, but got the error:

    [root@s2 dovecot]# [root@s2 dovecot]# /etc/init.d/dovecot restart
    Stopping Dovecot Imap: [FAILED]
    Starting Dovecot Imap: Error: Dovecot is already running with PID 1898 (read from /var/run/dovecot/master.pid)
    Fatal: Invalid configuration in /etc/dovecot.conf


    How do I restart it?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Try this:
    Code:
    kill -9 1898
    /etc/init.d/dovecot restart
     
  3. bzzik

    bzzik New Member

    Sry for late answer... I restarted all pc and then it goes.
     

Share This Page