Dovecot service keeps stopping
-
- Posts: 3
- Joined: Mon Jan 22, 2018 6:52 pm
- Os: Ubuntu 13x
- Web: apache + nginx
Dovecot service keeps stopping
Hi All,
Dovecot service keeps stopping and of course, emails stop coming in.
How can I check why this is happening? Which logs should I look at?
Please let me know what information you will need to help me out.
I am on Ubuntu 14.04.
Dovecot service keeps stopping and of course, emails stop coming in.
How can I check why this is happening? Which logs should I look at?
Please let me know what information you will need to help me out.
I am on Ubuntu 14.04.
Re: Dovecot service keeps stopping
It happened to me a few months ago.
dovecot was failed to start after done update.
I looked at /etc/dovecot/conf.d/
there are few additional files. I move them all to backup dir I created. So the files at /etc/dovecot/conf.d/ are:
10-auth.conf
10-logging.conf
10-mail.conf
10-master.conf
10-ssl.conf
10-ssl.conf.vst.back
20-imap.conf
20-pop3.conf
auth-passwdfile.conf.ext
then I restart dovecot and it back to normal again. Unfortunately I am using Centos, hopefully can help you.
dovecot was failed to start after done update.
I looked at /etc/dovecot/conf.d/
there are few additional files. I move them all to backup dir I created. So the files at /etc/dovecot/conf.d/ are:
10-auth.conf
10-logging.conf
10-mail.conf
10-master.conf
10-ssl.conf
10-ssl.conf.vst.back
20-imap.conf
20-pop3.conf
auth-passwdfile.conf.ext
then I restart dovecot and it back to normal again. Unfortunately I am using Centos, hopefully can help you.
-
- Support team
- Posts: 1047
- Joined: Fri Mar 21, 2014 7:49 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Dovecot service keeps stopping
stephensaid please show the output of
Code: Select all
service dovecot status