On Friday, May 14, 2004 9:26 PM, Jay Moore wrote: >This is my apache error log: >vmysql: sql error[5]: Commands out of sync; You can't run this command now >vmysql: sql error[5]: Commands out of sync; You can't run this command now
Looks like your vpopmail has'nt initialized properly, its a database error. More here: http://www.mysql.de/doc/en/Commands_out_of_sync.html Even i had some problem with vpopmail & MySQL before as i had not set the database/users properly. Was getting MySQL server gone away error, then i set the database correctly and it was fixed. After that it was qmailadmin-1.2.0 problem, later i went for qmailadmin-devel-1.2.1 and vpopmail-5.5.0 and things became smooth for me. I suggest you to go for latest packages. Make sure you follow the installation steps properly => Setup the vpopmail database => then run ./configure ..... => make => make install-strip. Then install autorespond, ezmlm and qmailadmin. Or else, check out on Michael's page : http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm#VPOPMAIL Btw, can you create/add users from command line? /home/vpopmail/bin/vadddomain yourdomain.com yourpassword and /home/vpopmail/bin/vadduser [EMAIL PROTECTED] somepassword works without any problem? >access log >209.192.70.205 - - [13/May/2004:23:43:17 -0400] "GET /cgi-bin/qmailadmin/com/add user?user=postmaster&time=1084506195&dom=mooretec.net& HTTP/1.1" 200 314 My log is similar to that of yours, but a little change at the end, note you have '&' after your domain name. "GET /cgi-bin/qmailadmin/com/adduser?user=postmaster&time=1084556919&dom=test.com HTTP/1.1" 200 3363 You are running RedHat/Mandrake or some other distro? Dheeraj.
