1

Topic: /conf-available/cluebringer.conf username/password not read mysql db

==== Required information ====
- iRedMail version:   0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MYSQL
- Linux/BSD distribution name and version:  UBUNTU 14.04
- Related log if you're reporting an issue:   [Tue Jul 29 19:33:48.380903 2014] [auth_basic:error] [pid 8403] [client 46.226.109.163:42361] AH01618: user postmaster@xxx.net not found: /cluebringer
====

I checked my etc/apache2/conf-available/cluebringer.conf :-

<Directory /usr/share/postfix-cluebringer-webui/webui/>
    DirectoryIndex index.php
    AuthType basic
    AuthName "Authorization Required"
    AuthMYSQL on
    AuthBasicAuthoritative on
    AuthUserFile /dev/null

    # Database related.
    AuthMySQL_Password_Table mailbox
    Auth_MySQL_Username_Field username
    Auth_MySQL_Password_Field password

    # Password related.
    AuthMySQL_Empty_Passwords off
    AuthMySQL_Encryption_Types Crypt_MD5
   Auth_MySQL_Authoritative On
    Order allow,deny
    Allow from all
    Require valid-user

</Directory>



I cant understand whats wrong with the configs . The database makes sense,I  checked the mysql databases mailbox along and the username and password are there. I just cant understand then why its not being read from the conf file.

Appreciate if someone can put some light on this problem.

Thanks !

Kevin A.

----

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

2

Re: /conf-available/cluebringer.conf username/password not read mysql db

A known bug in Ubuntu 14.04. mod_auth_mysql doesn't work with Apache 2.4, so we have to use libaprutil1-dbd-mysql instead.
Reference:
http://www.iredmail.org/forum/topic7094 … stats.html

3

Re: /conf-available/cluebringer.conf username/password not read mysql db

Hi Zhang,
Thanks for the link.
Will test it and will revert with the results .