Re: error occured while initiating the interface.
Ken Jones <[email protected]> Fri, 30 Sep 2005 09:04:26 -0500
| Newsgroups | gmane.mail.vqadmin |
|---|---|
| Message-ID | <[email protected]> |
Try using the default vqadmin.acl file that comes in the tar ball Ken Jones tethys ocean wrote: > Hi, All > > I have a big trouble about setting up vqadmin, depens upon > > http://www.inter7.com/vqadmin/install.txt > > and > > http://freebsd.qmailrocks.org/vqadmin.htm > > > but my admin page cant be open. whenever I enter the webcontrol page it > gives and error page like this. > > *Error Syntax erorr in access lists* > > error occured while initiating the interface. > Please contact the administrator if this continues. > > vqadmin <http://www.inter7.com/vqadmin/> 2.3.6 > > > vpopmail <http://www.inter7.com/vpopmail/> 5.4.10 > > > > my httpd.conf file like > > > #<VirtualHost my IP> > #ServerAdmin [email protected] <mailto:[email protected]> > #DocumentRoot /usr/local/www/cgi-bin/vqadmin > #AuthUserFile /usr/local/etc/apache/.htpasswd > #ServerName mydomain.com <http://mydomain.com> > #ServerAlias mydomain.com <http://mydomain.com> > #ScriptAlias /cgi-bin "/usr/local/www/cgi-bin" > #</VirtualHost> > > <Directory "/usr/local/www/cgi-bin/vqadmin"> > deny from all > Options ExecCGI > AllowOverride AuthConfig > Order deny,allow > </Directory> > > #AuthType Basic > #AuthUserFile /usr/local/etc/apache/.htpasswd > #AuthName vqadmin > #AuthName admin > #require valid-user > > > vqadmin.acl file is > > tech VI tech1user > #admin * VIMUDCAX admin1user > admin * VIMUDCAX admin > > > my .htaccess file is in > > /usr/local/www/cgi-bin/vqadmin/ > > bash-2.05b# ls -als /usr/local/www/cgi-bin/vqadmin/ > total 96 > 2 drwxr-xr-x 3 vpopmail vchkpw 512 Sep 29 20:09 . > 2 drwxr-xr-x 5 vpopmail vchkpw 512 Sep 25 14:56 .. > 2 -rw-r--r-- 1 vpopmail vchkpw 230 Sep 28 19:32 .htaccess > 2 drwxr-xr-x 2 vpopmail vchkpw 1024 Sep 25 14:51 html > 2 -rw-r--r-- 1 vpopmail vchkpw 892 Sep 30 15:19 vqadmin.acl > 84 -rwsr-sr-x 1 vpopmail vchkpw 85492 Sep 25 14:51 vqadmin.cgi > 2 -rw-r--r-- 1 vpopmail vchkpw 868 Sep 28 19:27 vqadminacl > bash-2.05b# > > > > and also my htpasswd file is in /usr/local/etc/apache > > whats the wrong! can anybody hep me? > > > > > >