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
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
>>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
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
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
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