You had stated earlier that this was migrated from a different server. This one did NOT have the enable-clear-passwd feature enabled. You may be able to remove all of the qmailtoaster packages and reinstall without deleting the db or /home/vpopmail/domains directory.
Follow the instructions i had sent out earlier: First grab the vpopmail-toaster package and install it to your system so that you have a spec file and sources. # rpm -Uhv vpopmail-toaster*.src.rpm Now edit the vpopmail-toaster.spec (usually in /usr/src/redhat/SPECS/), change line 729 from "--enable-clear-passwd" to "--disable-clear-passwd" with a text editor. Now rebuild the source rpm: # rpmbuild -bs vpopmail-toaster.spec This will generate a new vpopmail-toaster source rpm. Use that instead of the official release to start your install. And reinstall the qmailtoaster system. This may work, but all of the packages have to be recompiled against the new vpopmail-toaster. Since that is the only field missing, it may be okay. On 4/7/06, Erik Espinoza <[EMAIL PROTECTED]> wrote: > Alright, now we're in business. Either your vpopmail db restore is bad > OR your vpopmail db is pretty corrupt. > > I'd highly recommend that you start the install from scratch. > > Thanks, > Erik > > On 4/7/06, mike opoien <[EMAIL PROTECTED]> wrote: > > Nothing of importance from the access log, but the error log is interesting. > > > > tail -f /var/log/httpd/access_log > > > > > > 96.918.291.92 - - [07/Apr/2006:14:17:34 -0700] "GET /qmailadmin/ > > HTTP/1.1" 200 5626 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; > > en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1" > > 96.918.241.92 - - [07/Apr/2006:14:17:56 -0700] "POST > > /qmailadmin/index.cgi HTTP/1.1" 200 5664 > > "http://mail.mydomain.com/qmailadmin/" "Mozilla/5.0 (Windows; U; > > Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1" > > > > tail -f /var/log/httpd/error_log > > > > [Fri Apr 07 14:17:56 2006] [error] [client 96.918.291.92] vmysql: sql > > error[3]: Unknown column 'pw_clear_passwd' in 'field list', referer: > > http://mail.mydomain.com/qmailadmin/ > > [Fri Apr 07 14:17:56 2006] [error] [client 96.918.291.92] vmysql: sql > > error[3]: Unknown column 'pw_clear_passwd' in 'field list', referer: > > http://mail.mydomain.com/qmailadmin/ > > [Fri Apr 07 14:17:56 2006] [error] [client 96.918.291.92] vmysql: sql > > error[3]: Unknown column 'pw_clear_passwd' in 'field list', referer: > > http://mail.mydomain.com/qmailadmin/ > > > > --------------------------------------------------------------------- > > QmailToaster hosted by: VR Hosted <http://www.vr.org> > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
