I have about 20 domains set up on my pop server using mysql authentication.
vpopmail user $HOME is /var/qmail/vpopmail I have a defaultdomain set in /var/qmail/vpopmail/etc/defaultdomain The defaultdomain accounts can auth just fine, with or without the domain appended to their username. However, the non-default domain users cannot auth. vpopmail version : 5.4.9 qmail: netqmail with Shupp's latest toaster patch. vpopmail config: ./configure \ --enable-valias \ --enable-mysql-replication \ --disable-auth-logging \ --enable-logging=v \ --enable-auth-module=mysql \ --enable-libdir=/usr/local/mysql/lib \ --enable-incdir=/usr/local/mysql/include \ --disable-clear-passwd \ --disable-roaming-users \ --disable-passwd \ --disable-domain-quotas \ --disable-many-domains qmail-pop3d run script: #!/bin/sh VPOPMAILUID=`id -u vpopmail` VPOPMAILGID=`id -g vpopmail` exec /usr/local/bin/tcpserver -lpop3.mydomain.com -R -H -v \ -u"$VPOPMAILUID" -g"$VPOPMAILGID" -c600 0 110 \ /var/qmail/bin/qmail-popup pop3.mydomain.com \ /var/qmail/vpopmail/bin/vchkpw \ /var/qmail/bin/qmail-pop3d Maildir 2>&1 This is a new member of a pop3 cluster. The Maildirs are accessed over NFS. Just ran into this issue while upgrading to 5.3.9. Any ideas? Thanks, -- Jason [EMAIL PROTECTED]