Gerald -
Yes in fact the server has been rebooted several times due to the fact it
will hang once the dovecot-auth sessions start to pile up. It seems like I
am missing something in a config, but I do not know what or where. Like I
noted the CPU does not go up. I end up with pages of dovecot-auth processes
that are stale or in a Sleeping state. Not Zombie, but "S" It seems to me
they are not clearing on their own since they are not current.
-----Original Message-----
From: Gerald Waugh [mailto:gwaugh (at mark) frontstreetnetworks.com]
Sent: Wednesday, October 18, 2006 3:34 PM
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:07612] Re: HELP - excessive dovecot-auth
>
> I tried increasing xinitd to 600 but this has not helped.
>
> Xinetd config below:
>
> [root (at mark) marmailbq01 ~]# cat /etc/xinetd.conf # # Simple configuration
> file for xinetd # # Some defaults, and include /etc/xinetd.d/
>
> defaults
> {
> instances = 600
> log_type = SYSLOG authpriv
> log_on_success = HOST PID
> log_on_failure = HOST
> cps = 25 30
> }
>
> includedir /etc/xinetd.d
>
Did you?
/etc/rc.d/init.d/xinetd restart
Gerald