Hello all : dovecot -n : # 1.2.16: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-194.17.4.el5 i686 CentOS release 5.5 (Final) ext3 base_dir: /var/run/dovecot/ log_path: /var/log/dovecot/dovecot.log info_log_path: /var/log/dovecot/dovecot-info.log ssl_parameters_regenerate: 48 verbose_ssl: yes login_dir: /var/run/dovecot//login login_executable: /usr/local/dovecot/libexec/dovecot/imap-login login_greeting: * Dovecot ready * login_max_processes_count: 64 mail_location: maildir:/var/MailRoot/domains/%d/%n/Maildir mail_plugins: zlib auth default: ? verbose: yes ? debug: yes ? debug_passwords: yes ? passdb: ??? driver: passwd-file ??? args: /etc/dovecot/passwd ? passdb: ??? driver: pam ? userdb: ??? driver: static ??? args: uid=vmail gid=vmail home=/home/vmail/%u ? userdb: ??? driver: passwd From the logs : tail -100 /var/log/dovecot/dovecot | more : ......... Jul 06 13:51:20 dovecot: Warning: All login processes are in use. You may need to increase login_max_processes_count Jul 18 15:20:32 dovecot: Warning: All login processes are in use. You may need to increase login_max_processes_count Jul 19 09:16:40 dovecot: Warning: Killed with signal 15 (by pid=3062 uid=0 code=kill) ......... Should I just go ahead and increase login_max_processes_count ? Is it that simple ? Just asking for your feedback and experience chaps. Thank you in advance, Spyros ? ---- "I merely function as a channel that filters music through the chaos of noise" - Vangelis
On 7.8.2012, at 12.40, Spyros Tsiolis wrote:> Jul 06 13:51:20 dovecot: Warning: All login processes are in use. You may need to increase login_max_processes_count > Jul 18 15:20:32 dovecot: Warning: All login processes are in use. You may need to increase login_max_processes_count > Jul 19 09:16:40 dovecot: Warning: Killed with signal 15 (by pid=3062 uid=0 code=kill) > ......... > > Should I just go ahead and increase login_max_processes_count ? > Is it that simple ?Yes, you probably should just increase it. http://wiki1.dovecot.org/LoginProcess has more info.