--Andres Salomon wrote on 18.03.2002 13:56 -0500:

>                   720 Query       SELECT user,password, '65534',
>                   '65534', 'foo',
>                   CONCAT('/var/spool/postfix/mailboxes/', maildir),
>                   '', '1000', 'Courier User' FROM users
>                   WHERE user = '[EMAIL PROTECTED]' AND enabled = '1'
> 
> They return values such as:
> | [EMAIL PROTECTED] |  | foo      | 65534 | 65534 |
> /var/spool/postfix/mailboxes/voxel.net/dilinger/Maildir/             |
> | 10000 | NULL |

Field $maildir is empty (could be set to ./ if you really want),
and $quota (not used by pop3d/imapd) has an illegal value.

> voxel@zero:/usr/lib/courier$ nc localhost 110
> +OK Hello there.
> user [EMAIL PROTECTED]
> +OK Password required.
> pass foo
> -ERR Login failed.

Use MYSQL_CLEAR_PWFIELD, comment out MYSQL_CRYPT_PWFIELD, and
try with `authtest`.

Roland


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to