----- Original Message ----- From: "Joeffrey Betita" <[EMAIL PROTECTED]> To: "Vchkpw" <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 10:22 PM Subject: [vchkpw] Qmail Vpopmail
> > i already change the checkpassword. below is my configuration. what should > i do next. > > > #!/bin/sh > MAXCON=100 > exec /usr/local/bin/softlimit -m 5000000 \ > /usr/local/bin/tcpserver -v -R -H -c "$MAXCON" \ > 0 110 /var/qmail/bin/qmail-popup example.com.ph /bin/vchkpw \ > /var/qmail/bin/qmail-pop3d Maildir 2>&1 Joeffrey, More than likely it should be this (note the change to the vchkpw path on the 2nd last line of the script) : #!/bin/sh MAXCON=100 exec /usr/local/bin/softlimit -m 5000000 \ /usr/local/bin/tcpserver -v -R -H -c "$MAXCON" \ 0 110 /var/qmail/bin/qmail-popup example.com.ph /home/vpopmail/bin/vchkpw \ /var/qmail/bin/qmail-pop3d Maildir 2>&1 Also, I reckon the softlimit is set a bit high I would recommend 2000000 for a "standard" vpopmail install, or 3000000 for installs using the MySQL backend. Michael.