Just to reply to my own post, it comes with vpopmail and it's called cdb_clearpass.sh in the contrib directory.
T. -----Original Message----- From: Tren Blackburn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 11:14 AM To: [EMAIL PROTECTED] Subject: RE: [qmailadmin] 1.0.6 not displaying user list Yup, it makes so much sense that someone already wrote a program that comes with vpopmail to do this for ya. It's in the contrib directory as I recall. You have to be all plain text or not. Can't mix. Regards, Tren PS. I might be wrong, the program might come with qmailadmin, but either way it's in the contrib directory. There is lots of discussion in the past about this very topic. T. -----Original Message----- From: Jonathan Chaillet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 11:10 AM To: [EMAIL PROTECTED] Subject: Re: [qmailadmin] 1.0.6 not displaying user list 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 > >
