Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

admins no access to domains #68

Closed
eduardz opened this issue Aug 3, 2017 · 1 comment
Closed

admins no access to domains #68

eduardz opened this issue Aug 3, 2017 · 1 comment

Comments

@eduardz
Copy link

eduardz commented Aug 3, 2017

Hello,

I have Postfix Admin 3.1 version installed on CentOS 7
The Super admin accounts work just fine.
The admin accounts don't see any domains even if I select domains for those accounts

As a normal admin account i get this error messages:
On the Postfixadmin Virtual List page: You don't have permissions for any domains.
On the Postfixadmin View Log: Unable to find the logs!

If I run /setup.php?debug=1 it looks fine
"""Running software:

PHP version 5.4.16
Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16

Checking for dependencies:

Magic Quotes: Disabled - OK
Depends on: presence config.inc.php - OK
Checking $CONF['configured'] - OK
Warning: config.local.php - NOT FOUND
It's Recommended to store your own settings in config.local.php instead of editing config.inc.php
Create the file, and edit as appropriate (e.g. select database type etc)
Depends on: MySQL 3.23, 4.0 - OK
Depends on: MySQL 4.1 - OK
Depends on: SQLite - OK
(change the database_type to 'sqlite' in config.local.php if you want to use SQLite)
Testing database connection (using mysqli) - OK
Depends on: session - OK
Depends on: pcre - OK
Depends on: multibyte string - OK
Depends on: IMAP functions - OK

Everything seems fine... attempting to create/update database structure

CREATE TABLE IF NOT EXISTS config ( `id` int(11) not null auto_increment primary key, `name` VARCHAR(20) /*!40100 CHARACTER SET latin1 */ NOT NULL DEFAULT '', `value` VARCHAR(20) /*!40100 CHARACTER SET latin1 */ NOT NULL DEFAULT '', UNIQUE name ( `name` ) ) ENGINE = MYISAM COMMENT = 'PostfixAdmin settings'

Database is up to date""""
@eduardz eduardz changed the title Undefined index: sendmail_all_admins admins no access to domains Aug 3, 2017
@eduardz
Copy link
Author

eduardz commented Aug 3, 2017

solved; domain was disabled

@eduardz eduardz closed this as completed Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant