Re: vchkpw eats 99% of cpu time

2001-02-12 Thread Cajus Pollmeier
Am Freitag, 2. Februar 2001 20:49 schrieb Cajus Pollmeier: > Hi all! > > I've got a little [well it grows ;-)] problem with vchkpw. Thats my setup: > > qmail 1.03 + qmailqueue-patch > scan4virus 0.94 > vpopmail 4.9.8 > ucspi-tcp 0.88 > daemontools 0.70 > > Starting with svscan with something like

Re: vchkpw eats 99% of cpu time

2001-02-05 Thread Cliff To
One more thing, why you wanted to check against tcp.smtp.cdb for pop3d? It just causes unnecessary overhead since pop3d requires authentication. _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: vchkpw eats 99% of cpu time

2001-02-05 Thread Cliff To
>>Starting with svscan with something like this in >>/var/qmail/supervise/qmail-pop3/run: >> >>#!/bin/sh >>HOSTNAME=`hostname -f` >>exec /usr/local/bin/softlimit -m 2000 \ >>/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \ >>0 pop-3 /var/qmail/bin/qmail-popup $HOSTNAME \ >>/home/vpopmail

Re: vchkpw eats 99% of cpu time

2001-02-04 Thread Cajus Pollmeier
Am Samstag, 3. Februar 2001 00:28 schrieb Dan Phoenix: > not sure what the problem would be without personally logging in... > but i would write maybe a nice wrapper for it for now...man nice. > > > CP> In 90% of all cases popping the mails works fine. The other 10% > > CP> create > > CP> a vc

Re: vchkpw eats 99% of cpu time

2001-02-02 Thread Dan Phoenix
not sure what the problem would be without personally logging in... but i would write maybe a nice wrapper for it for now...man nice. On Fri, 2 Feb 2001, Kari Suomela wrote: > Date: Fri, 02 Feb 2001 17:46:42 -0500 > From: Kari Suomela <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: vc

Re: vchkpw eats 99% of cpu time

2001-02-02 Thread Dan Phoenix
I have seen this before when dns was setup wrong. ie host not resolving. On Fri, 2 Feb 2001, Cajus Pollmeier wrote: > Date: Fri, 2 Feb 2001 20:49:00 +0100 > From: Cajus Pollmeier <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: vchkpw eats 99% of cpu time > > H