I'm using mysql for authentication. I'm running Ubuntu and have
installed the ubuntu package.

In authdaemonrc:
authmodulelist="authmysql"

then I have a authmysqlrc:
MYSQL_SERVER            localhost
MYSQL_USERNAME          mail
MYSQL_PASSWORD          mysecret
MYSQL_PORT              0
MYSQL_OPT               0
MYSQL_DATABASE          maildb
MYSQL_USER_TABLE        users
MYSQL_CLEAR_PWFIELD     clear
MYSQL_UID_FIELD         uid
MYSQL_GID_FIELD         gid
MYSQL_LOGIN_FIELD       id
MYSQL_HOME_FIELD        "/home/vmail"
MYSQL_NAME_FIELD        name
MYSQL_MAILDIR_FIELD     concat(home,'/',maildir)
MYSQL_WHERE_CLAUSE      enabled=1


On 8/2/07, Sam Varshavchik <[EMAIL PROTECTED]> wrote:
> Jonas Gauffin writes:
>
> > Hello
> >
> > I've just installed postfix + courier by following the following guide:
> > http://flurdy.com/docs/postfix/
> >
> > The authentication do not work. Is it possible to get more debug 
> > information?
> > Or can anyone help me find the rror?
> >
> > Aug  2 10:58:35 www imaplogin: Connection, ip=[::ffff:192.168.1.100]
> > Aug  2 10:58:35 www imaplogin: LOGIN: DEBUG:
> > ip=[::ffff:192.168.1.100], command=CAPABILITY
> > Aug  2 10:58:35 www imaplogin: LOGIN: DEBUG:
> > ip=[::ffff:192.168.1.100], command=LOGIN
> > Aug  2 10:58:35 www imaplogin: LOGIN: DEBUG:
> > ip=[::ffff:192.168.1.100], username=jonas
> > Aug  2 10:58:35 www imaplogin: LOGIN: DEBUG:
> > ip=[::ffff:192.168.1.100], password=jonas
> > Aug  2 10:58:35 www imaplogin: authdaemon: starting client module
> > Aug  2 10:58:35 www imaplogin: authdaemon: REJECT
>
> You do not have any authentication modules installed.
>
> Rather than following someone else's guide, of unknown age, you should
> follow the instructions in the INSTALL files, instead.
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> courier-users mailing list
> [email protected]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to