On Wednesday 04 September 2002 10:53 pm, rm wrote:

> >
> > #!/bin/sh
> > MAXPOP3D=`head -1 /var/qmail/control/concurrencypop3`
> > exec /command/softlimit -m 2000000 \
> >  /usr/local/bin/tcpserver -v -R -H -l -o -x /etc/tcp.pop3.cdb -c
> > "$MAXPOP3D" \ 0 110 /var/qmail/bin/qmail-popup zoomer.rp2c.com
> > /home/vpopmail/bin/vchkpw \ /var/qmail/bin/qmail-pop3d Maildir 2>&1
>
> Here's a copy of my .../pop3d/run.  I guess the big difference is your
> path to /etc/tcp.pop3.cdb.  I'm not sure what's going on there.  you
> might try this format - it's right out of "life with qmail".  I
> mentioned the mysql option because you usually have to raise the
> softlimit.
>
> #!/bin/sh
>     exec /usr/local/bin/softlimit -m 40000000 \
>         /usr/local/bin/tcpserver -v -R -H -l 0 0 110
> /var/qmail/bin/qmail-popup \
>       pop.mbpost.com /home/vpopmail/bin/vchkpw \
> /var/qmail/bin/qmail-pop3d Maildir 2>&1
The etc/tcp.pop3.cdb bit is from Dave Sill's book, the author of "life with 
qmail" its the database of allowed/denied TCP relay clients.  

I replaced my run script with essentially a copy of yours and still no joy, 
then I looked at Eric Moore's reply and realized what I was doing wrong.  I 
was supplying "bob" instead of "[EMAIL PROTECTED]" so it had no idea 
where to look I guess.  All appears to be fine now!

Thanks!

Bob

Reply via email to