Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: -pekr- on November 29, 2011, 04:27:33 pm

Title: 129 pop3-login dovecot processes - is that normal?
Post by: -pekr- on November 29, 2011, 04:27:33 pm
Hello,

today I logged into my server using ssh, just to look around, and I found out, that ps list is kind of long, so I used following comand:

ps aux | grep -c pop3-login

... and I was kind of surprised, that I can see 129 entries in the process list for the Dovecot. There's imo no chance, that 129 users are checking for email at one time. Or does that mean, that some app does not close a connection to POP3 account?

Thanks,
Petr
Title: Re: 129 pop3-login dovecot processes - is that normal?
Post by: Javier Amor Garcia on November 30, 2011, 01:21:37 pm
Hello,
it means that in some point of time, Dovecot needed them and it spawned them. It would take them back as time passes.

If this bothers you, you can do two things

1. Restart mail server

2. Add a hook to change the value of login_max_processes_count in dovecot configuration file (128 is the default)

If you want to have more information about dovecot login processes, you can peek this page -> http://wiki.dovecot.org/LoginProcess

Regards,
Javier