On Wednesday 04 September 2002 10:30 pm, rm wrote:
>
> Could you post your pop3d run script?  and are you using the mysql
> option?
>
> regis
This is the current one, which works with local users

#!/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 /bin/checkpassword \
 /var/qmail/bin/qmail-pop3d Maildir 2>&1

This is the modified one which fails.
I also tried replacing the real host with mail.rp2c.com which is a valid MX 
record in DNS but points to the same host.  And I added mail.rp2c.com to the 
virtualhosts file etc.  Still no joy. 

#!/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

Reply via email to