Hi,
I wish to configure my courier-imap authentification with userdb, I set authmoduleslist="authuserdb" in authdaemonrc config file. the userdb is also created. But it fails when testing, here what i get:
Code:
localhost:/etc/courier# authtest xmg test
Authentication FAILED: Operation not permitted
localhost:/etc/courier# tail /var/log/mail.log
Mar 18 09:57:15 localhost authdaemond: received auth request, service=login, authtype=login
Mar 18 09:57:15 localhost authdaemond: FAIL, all modules rejected
As it was configured with authmysql, i saw the library loaded:
Code:
localhost:/etc/courier# tail /var/log/mail.log
Mar 18 10:04:39 localhost authdaemond: received auth request, service=login, authtype=login
Mar 18 10:04:39 localhost authdaemond: authmysql: trying this module
Mar 18 10:04:39 localhost authdaemond: authmysqllib: connected. Versions: header 50051, client 50051, server 50051
Why i can't see authuserdb loaded too?
Thank's in advance for your help.