Some thoughts...
Why is qmailadmin failing to see the users?
1) qmailadmin doesn't like plaintext passwords at end of vpasswd file
records
2) qmailadmin doesn't like mixed crypt() and plaintext passwords
Assuming that one of these situations is the problem (big assumption
there):
Case 1) recompile vpopmail disabling plaintext passwords, then remove
plaintext passwords at end of all vpasswd file records
Case 2) retain vpopmail plaintext password capability, run john the
ripper on all vpasswd files and add plaintext passwd to end of
file records
Does this make any sense at all?
Thanx :)
- jonathan
On Tue, 26 Nov 2002 11:58:25 -0600
Jonathan Chaillet <[EMAIL PROTECTED]> wrote:
> I have recently (this past week) upgraded vpopmail (5.2.1), sqwebmail,
> ezmlm, courier-imap, and qmailadmin (1.0.6). Everything works fine
> except for user list in qmailadmin. vpopmail is using vpasswd auth
> only with plaintext enabled, although there are ~2500 existing
> crypt()'d accounts. I have read everything I could find in the
> qmailadmin mailinglist archives, but found no clear solution. So I
> have ~3000 email accounts accross ~100 domains where some are the old
> crypt() encoding, and the new ones are plaintext, and qmailadmin sees
> none of them. Any assistance and/or insights would be greatly
> appreciated :)
>
> - jonathan
>
> Here are the configure lines I used for vpopmail and qmailadmin:
>
> vpopmail-5.2.1
> ./configure --prefix=/var/vpopmail --enable-vpopuser=vpopmail
> --enable-vpopgroup=vchkpw --enable-roaming-users=y
> --enable-tcprules-prog=/usr/bin/tcprules
> --enable-tcpserver-file=/var/vpopmail/etc/tcp.smtp
> --enable-relay-clear-minutes=90 --enable-learn-passwords=y
> --enable-md5-passwords=n --enable-clear-passwd=y --enable-logging=y
> --enable-log-name=vpopmail --enable-domains-dir=domains
> --enable-ip-alias-domains=n
>
> qmailadmin-1.0.6
> ./configure --enable-qmaildir=/var/qmail
> --enable-vpopmaildir=/var/vpopmail
> --enable-cgibindir=/home/www/www.ipninc.net/https/cgi-bin
> --enable-htmldir=/home/www/www.ipninc.net/https/html/qmailadmin
> --with-htmllibdir=/home/www/www.ipninc.net/https/html/qmailadmin/lib
> --enable-cgipath=/cgi-bin/qmailadmin --enable-vpopuser=vpopmail
> --enable-vpopgroup=vchkpw
> --enable-autoresponder-bin=/usr/bin/autorespond
> --enable-ezmlmdir=/var/ezmlm --enable-maxpopusers=-1
> --enable-maxaliases=-1 --enable-maxforwards=-1
> --enable-maxautorepsonders=-1 --enable-maxmailinglists=-1
>
>