Paul Theodoropoulos wrote:
At 05:52 AM 4/21/2006, Ken Jones wrote:
Paul Theodoropoulos wrote:
not sure what to think of this. vqadmin 2.3.5/vpopmail
5.4.10/qmailadmin-1.2.7
i have a domain, been around on the server for a long time.
postmaster is the administrator. that's confirmed both by vuserinfo
on the shell, and in vqadmin it shows the normal 'yes' for domain
adminstrator.
the problem is, in qmailadmin the 'regular user' interface is always
presented - none of the administrator options available. other
domains/domain administrators are fine.
i'm baffled. i've turned off then back on admin privileges, no
effect. i added admin privs for another user within the same domain,
and that won't work either - but it works fine on other domains. has
anyone ever run into this? i gotta get admin privs back for the
customer.
Paul Theodoropoulos
Perhaps deleting and adding the account will help.
By default, the postmaster account should have admin privileges.
So you wouldn't need to set that privilege.
thanks Ken. i tried that yesterday as well - forgot to mention it. no
success. i'm wondering if it might be some sort of db corruption in
mysql. but i can't seem to figure out what table/field holds that value
(i'm definitely no whiz at dbs).
You can use mysqlcheck to repair all the tables in the vpopmail database
mysqlcheck -uroot -ppassword -r vpopmail
Ken