Spoedeisende hulp!!!! gevraagd.:

Heb vqadmin draaien op mijn debian server met apache2. Kan netjes inloggen en een overzicht zien van al eerder aangemaakte domeinen. Maar wil ik nu iets wijzigen of een nieuw domein toevoegen dan gaat dat niet.
Bij domein toevoegen krijg ik:
Can not make domains directory

Als ik iets wil wijzigen krijg ik:
Create Domain: open .qmailadmin-limits failed

als ik dan kij kwat er bij een bepaald doemin staat, dan staat er:
domein bestaat niet, geen gebruiker en geen postmaster wachtwoord.
Kijk ik dan in de dir die vq admin ooit aangemaakt heeft dan staat die domein er echt wel..: /home/vpopmail/domains/greenprojects.nl/postmaster/Maildir/

cgi werkt ook(getest met Hello world script). .htacces staat goed. Ook het acl file is goed geconfigureerd. apche2 config is ook goed. Lijkt een kwestie van het niet goed staan van bepaalde rechten. Maar waar en hoe kan ik die wel goed krijgen..

Nog wat aanvullende informatie:

Code:
ls -la /home/vpopmail/domains/
total 24
drwx------ 5 vpopmail vchkpw 4096 2006-05-20 00:54 .
drwxr-xr-x 8 vpopmail vchkpw 4096 2006-04-29 23:56 ..
drwx------ 4 vpopmail vchkpw 4096 2006-05-21 12:28 greenprojects.nl
-rw------- 1 vpopmail vchkpw 34 2006-05-20 00:54 .dir-control
drwx------ 3 vpopmail vchkpw 4096 2006-05-20 00:59 my.dedicated.server.nl
drwx------ 4 vpopmail vchkpw 4096 2006-05-20 00:34 mylog.nl
maybe thats giving more info for an solution.


Code:
ls -al /home/vpopmail/
total 32
drwxr-xr-x 8 vpopmail vchkpw 4096 2006-04-29 23:56 .
drwxrwsr-x 7 root staff 4096 2006-05-19 22:49 ..
drwxr-xr-x 2 vpopmail vchkpw 4096 2006-04-29 23:56 bin
drwxr-xr-x 4 vpopmail vchkpw 4096 2006-04-29 23:56 doc
drwx------ 5 vpopmail vchkpw 4096 2006-05-20 00:54 domains
drwxr-xr-x 2 vpopmail vchkpw 4096 2006-04-29 23:56 etc
drwxr-xr-x 2 vpopmail vchkpw 4096 2006-04-29 23:56 include
drwxr-xr-x 2 vpopmail vchkpw 4096 2006-04-29 23:56 lib

Code:
ls -al /home/
total 28
drwxrwsr-x 7 root staff 4096 2006-05-19 22:49 .
drwxr-xr-x 28 root root 4096 2006-04-30 10:53 ..
drwxr-xr-x 2 admin admin 4096 2006-04-27 13:09 admin
drwxr-xr-x 2 ftp nogroup 4096 2006-04-27 13:13 ftp
drwxr-xr-x 2 hopla hopla 4096 2006-05-18 17:47 hopla
drwxr-xr-x 3 spamd spamd 4096 2006-05-19 23:55 spamassassin
drwxr-xr-x 8 vpopmail vchkpw 4096 2006-04-29 23:56 vpopmail


de dir waarin de cgi staat:
~# ls -la /var/www/my.dedicated.server.nl/cgi-bin/
total 152
drwxr-xr-x 3 hopla hopla 4096 2006-09-14 14:48 .
drwxr-xr-x 6 hopla root 4096 2006-05-15 14:41 ..
-rwxr-xr-x 1 hopla vchkpw 137816 2006-05-15 21:36 qmailadmin
drwxr-xr-x 3 hopla vchkpw 4096 2006-09-14 20:50 vqadmin

de config in apache:
<VirtualHost 212.211.9.72:80>
DocumentRoot "/var/www/my.dedicated.server.nl"
ServerName my.dedicated.server.nl
ServerAlias my.dedicated.server.nl
<Directory "/var/www/my.dedicated.server.nl">
Options -Indexes
</Directory>
ScriptAlias /cgi-bin/ /var/www/my.dedicated.server.nl/cgi-bin/
AddHandler cgi-script .cgi .pl
<Directory "/var/www/my.dedicated.server.nl/cgi-bin/">
allow from all
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
AllowOverride All
Order deny,allow
</Directory>
</VirtualHost>

and the acl. file:


# Access List Definitions
# vol@inter7.com
#
#
# Default group contains permissions for all users
# not listed under any groups
#
# If the default group is not defined, users not
# listed under any other groups will have no
# permissions.
#
# Examples follow...
#
admin - VIMUCADX
default - VIMUCADX
#
# Access permissions:
#
# V View user information
# I View domain information
# M Modify user information
# U Modify domain information
# C Create user
# A Create domain
# D Delete user
# X Delete domain
#
# These features will still appear in the HTML templates
# if the user doesn't have access to them, however, they will
# get a permission denied error if they try to make use of
# them.
#
#tech VI tech1user
admin VIMUDCAX admin1user
hopla VIMUDCAX admin2user
#
# An asterisk in the features field specifies that you
# want all users in this group to have access to
# all features.

#
# An asterisk in the features field specifies that you
# want all users in this group to have access to
# all features.
#
senior * admin,hopla

De .htacces file:

AuthType Basic
AuthName "Verboden Toegang!"
AuthUserFile /etc/apache2/passwords/.htpasswd
require valid-user

Wie heeft een oplossing om dit snel weer aan de praat te krijgen.