i am having authentication problems with pop3 after installing mysql and
using the authmysql module in the courier-imapd program.

here are the details of my table called 'passwd'.
id          crypt    clear      name      uid      gid     home
maildir     quota
----------------------------------------------------------------------------
-------+
arvind               arvind    Arvind    1003  1003  /var/spool/mail
arvind/


Contents of the file authmysqlrc
--------------------------------
MYSQL_SERVER            192.168.5.11
MYSQL_USERNAME          postfix
MYSQL_PASSWORD          ******

MYSQL_SOCKET           /var/lib/mysql/mysql.sock
MYSQL_PORT      3306

MYSQL_OPT               0
MYSQL_DATABASE          email

MYSQL_USER_TABLE        passwd
MYSQL_CRYPT_PWFIELD    crypt
MYSQL_CLEAR_PWFIELD    clear

MYSQL_UID_FIELD            uid
MYSQL_GID_FIELD            gid
MYSQL_LOGIN_FIELD       id
MYSQL_HOME_FIELD        home
MYSQL_MAILDIR_FIELD     maildir

the default domain, i have commented out
# DEFAULT_DOMAIN                foo.com


i am unable to authenticate. please tell me where i am going wrong.

thanks
Arvind


----- Original Message -----
From: "Rohan Almeida" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 29, 2002 4:43 PM
Subject: Re: [LIH] courier - mysql


> Arvind wrote:
> > anybody has used courier-mysql ?
> >
> > i dont see any good info, if any one has some nice link, or some
> > documentation, please post it here.
>
> Hi there,
> I had configured courier imapd with mysql authentication
> some months back.
> I don't exactly remember any good links,
> but i think the source files have enuff READMEs
> to get you started.
>
> --
> arc_of_descent
>
>
> _______________________________________________
> linux-india-help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/linux-india-help


Reply via email to