> I know this may sound redundant or silly but check your permissions > on qmail-pop3d and the vckpwd binary. Maybe your permissions on > those files are the problem. Cuz by the looks of what you sent in > email so far you have done it right. It's gotta be something > stupid. > > Yes, tcp.pop3 file is for pop3 auth. Just a little extra precaution. > I believe the qmail-pop3d runs under root. > > What version of MySQL are you using? > > -- > Regards, > Tom
[EMAIL PROTECTED] mysqld -v mysqld Ver 3.23.40 for pc-linux-gnu on i686 /var/qmail/bin/qmail-pop3d -rwxr-xr-x 1 root qmail 26k Sep 25 15:54 qmail-pop3d /home/vpopmail/bin/vchkpw -rwxr-xr-x 1 root root 51k Sep 30 11:04 vchkpw* -------------------------- > I've tried several options in the pop3d run file, as per official > instructions, instructions on this email list etc. > > #!/bin/sh > VPOPMAILUID=`id -u vpopmail` > VPOPMAILGID=`id -g vpopmail` > exec /usr/local/bin/softlimit -m 3000000 \ > /usr/local/bin/tcpserver -H -R -v \ > -u"$VPOPMAILUID" -g"$VPOPMAILGID" \ > -c100 0 pop3 \ > /var/qmail/bin/qmail-popup judah.khouse.org \ > /home/vpopmail/bin/vchkpw \ > /var/qmail/bin/qmail-pop3d Maildir 2>&1 > > #!/bin/sh > exec /usr/local/bin/softlimit -m 3000000 \ > /usr/local/bin/tcpserver \ > -H -l judah.khouse.org -v \ > -c 100 -R 0 pop3 \ > /var/qmail/bin/qmail-popup judah.khouse.org \ > /home/vpopmail/bin/vchkpw \ > /var/qmail/bin/qmail-pop3d Maildir 2>&1 > > > #!/bin/sh > VPOPMAILUID=`id -u vpopmail` > VPOPMAILGID=`id -g vpopmail` > exec /usr/local/bin/tcpserver -l 0 -R -H -v \ > -u"$VPOPMAILUID" -g"$VPOPMAILGID" 0 110 \ > /var/qmail/bin/qmail-popup judah.khouse.org \ > /home/vpopmail/bin/vchkpw \ > /var/qmail/bin/qmail-pop3d Maildir 2>&1 > > --------- > > None of them seem to change it. What is the tcp.pop3.cdb file > for? Is it an IP permissions file for popping email? Also, what > user/group should qmail-pop3d run under in order to validate > users correctly? > > Thanks, > > Russell