I think my error is depend on configurations but which configuration I dont know.
Firstly I took such error
vQadmin was unable to determine your username, whichbut after read a document I changed my httpd.conf file by adding this lines like this
means your webserver is improperly configured to run
with this CGI. For security reasons, this script
will not run without Apache htaccess lists.
vqadmin 2.3.6
vpopmail 5.4.10
<Directory "/usr/local/www/cgi-bin/vqadmin">
deny from all
Options ExecCGI
AllowOverride AuthConfig
Order deny,allow
</Directory>
than, error page changed, it asked me username and passwd but it isnt initialize web page with like error messages.
error occured while initiating the interface.
Please contact the administrator if this continues.
vqadmin 2.3.6
vpopmail 5.4.10
On 9/30/05, Ken Jones <[EMAIL PROTECTED]> wrote: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?
>
>
>
>
>
>
