ZhangHuangbin wrote:
The user created during iRedMail installation, postmaster@xxx, is a global admin by default, and Cluebringer is configured to allow only global admin to login.
- Did you mark postmaster@xxx as a normal domain admin?
Didn't change a thing. Login to iRedAdmin is working like a charm.
ZhangHuangbin wrote:
- Could you please show me /etc/apache2/conf.d/cluebringer.conf? (NOTE: remove password in this file before pasting).
Here it is:
<Directory /usr/share/postfix-cluebringer-webui/webui/>
DirectoryIndex index.php
Options ExecCGI
Order allow,deny
#allow from 127.0.0.1
allow from all
AuthType basic
AuthName "Authorization Required"
AuthBasicProvider ldap
AuthzLDAPAuthoritative Off
AuthLDAPUrl ldap://127.0.0.1:389/o=domains,dc=<not shown here>,dc=<not shown here>?mail?sub?(&(objectclass=mailUser)(accountStatus=active)(domainGlobalAdmin=yes))
AuthLDAPBindDN "cn=vmail,dc=<not shown here>,dc=<not shown here>"
AuthLDAPBindPassword "<not shown here...>"
Require valid-user
</Directory>
Thank you!