On Saturday 12 Dec 2009, Bharath Kumar wrote: > I cannot add users and domains in qmail thr' vqadmin.cgi i.e > http://10.100.16.183/cgi-bin/vqadmin/vqadmin.cgi > > But if I add the domain thr' the command mode : > > [r...@mail httpd]# /home/vpopmail/bin/vadddomain newdomain.com > newdomainpassword > > I can add it.
From the log file it appears that all "auth" data is in a MySQL db and your cgi script is not able to connect to MySQL. Besides this, you need to fix/investigate the following first. (a) Fix all "error" associated with "File does not exist". Apparently your app. installation is b0rked. (b) Check what kind of socket connection MySQL listens to and how your application is trying to connect to the MySQL engine. e.g. MySQL conf may allow connection over 127.0.0.1 only and your cgi script connection may be coming from 10.100.16.183 - this is a hunch. -- Arun Khan _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
