Steven Katz <[EMAIL PROTECTED]> wrote:
> Does anyone have any idea why pop would stop delivering 15 minutes 
> after rebooting?

It sounds odd.  I can't think of a reason offhand which would cause this.
However, something else odd struck me:

> > Doing 'ps auxw | grep pop3' gives me:
[...]
> > /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup idma
> > root     10162  0.0  0.6  1344  516 ?        SN   08:24   0:00 
> > /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup idma
> > root     31977  0.0  0.7  1556  616 pts/0    S    08:38   0:00 

You have two tcpserver instances, both trying to bind to the same interface(s)
and port.  At least one of those _has_ to be failing, and it should be showing
up in your logs.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to