Topic: Can't login to cluebringer & awstats
==== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Linux/BSD distribution name and version: Debian Wheezy 7.8
- Related log if you're reporting an issue:
====
Hello, today i put on my mashine fresh debian, install iredmail and got a problem.
postmaster works on iredadmin and roundcube, but i cant login to awstats and cluebringer due error with bad credentials (same on apache error.log).
[Mon Mar 30 05:23:31 2015] [error] [client XX.XX.XX.XX] user postmaster@host: authentication failure for "/cluebringer/": Password Mismatch
[Mon Mar 30 11:12:50 2015] [error] [client XX.XX.XX.XX] user postmaster@host: authentication failure for "/awstats/awstats.pl": Password Mismatch
Im not a idiot, and write my 16 digs password isnt hard (i even try copy & paste but doesent work).
I try change password for postmaster on iredadmin, but i got still same error.
i even try add another global admin but less digs password, but still same! this is really strange
Any solution?
@edit
my awstats.conf
DBDriver mysql
# Important note: use 'pass=' for MySQL, 'password=' for PostgreSQL.
DBDParams "host=127.0.0.1 port=3306 dbname=vmail user=vmail pass=xx"
<Directory /usr/lib/cgi-bin>
DirectoryIndex awstats.pl
Options ExecCGI
AuthType Basic
AuthName "Authentication required"
AuthBasicProvider dbd
AuthDBDUserPWQuery "SELECT password FROM mailbox WHERE username = %s AND isglobaladmin=1 LIMIT 1"
Require valid-user
</Directory>
My cluebringer.conf
DBDriver mysql
# Important note: use 'pass=' for MySQL, 'password=' for PostgreSQL.
DBDParams "host=127.0.0.1 port=3306 dbname=vmail user=vmail pass=xx"
<Directory /usr/share/postfix-cluebringer-webui/webui>
DirectoryIndex index.php
AuthType Basic
AuthName "Authentication required"
AuthBasicProvider dbd
AuthDBDUserPWQuery "SELECT password FROM mailbox WHERE username = %s AND isglobaladmin=1 LIMIT 1"
Require valid-user
</Directory>
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.