1 (edited by prohand 2011-03-17 06:14:11)

Topic: Iredadmin 0.1.4 no domain

Hi

IRedAdmin     v0.1.4 (MySQL)  , when go to Add Account and user i have error: Permission denied.
Click Domain and account : No domain available.

Yesterday 1 domain is seen

Can you help me?

thanks

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Iredadmin 0.1.4 no domain

You should login iRedAdmin as global admin.

3

Re: Iredadmin 0.1.4 no domain

Yes i am login with account postmaster@domain.fr and i am seen same problem.

4

Re: Iredadmin 0.1.4 no domain

Seems default admin account "postmaster@xxx" is not a GLOBAL admin, this was fixed in iRedMail-0.7.0-betaX weeks ago. It's a bug in iRedMail-0.6.1 and earlier versions. Sorry.

You can fix it with below SQL command (please do REPLACE 'postmaster@a.cn' to your admin account):

$ mysql -uroot -p
mysql> USE vmail;
mysql> UPDATE domain_admins SET domain='ALL' WHERE username='postmaster@a.cn';