Quantcast
Channel: iRedMail
Viewing all articles
Browse latest Browse all 14126

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

$
0
0

==== 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.


Viewing all articles
Browse latest Browse all 14126

Trending Articles