Hello,
In your vqadmin.acl, there must be an extra space (' ') somewhere in one
of your user listings. I cannot see the syntax error in your .acl
posting, but extra spaces is what causes this error.
Make sure there is only 1 space between `senior` and `*` and `admin` and
similarly for other user listings. Also, make sure there is no trailing
white space at the end of a listing. Likewise, make sure there is no
preceding white space.
I hope that helps!
Chris
On Sun, 2002-09-22 at 03:09, Matt Darcy wrote:
> Hi again,
>
> being new to setting up vqadmin I feel I am falling into some pretty simple
>pitfalls. I hope this does not cause a problem.
>
> I have managed to get vqadmin up and running almost.
>
> I am now able to login ok, but I get the error
>
> Error Syntax Erorr in access lists (I know the word erorr is spelt wrong)
>
> error occured while initiating the interface.
> Please contact the administrator if this continues.
>
> vqadmin 2.3.2
>
> vpopmail 5.2.1
>
>
> my acl looks like this
>
> #
> # Access List Definitions
> # [EMAIL PROTECTED]
> #
>
> #
> # 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...
> #
>
> default - ...
>
> #
> # 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 VIMUDCA admin1user
>
> #
> # An asterisk in the features field specifies that you
> # want all users in this group to have access to
> # all features.
> #
>
> senior * admin
>
>
> thanks,
>
> Matt.
>
>
>
>
>
>