bug-anubis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-anubis] AUTH with 3.3.95


From: Sergey Poznyakoff
Subject: Re: [bug-anubis] AUTH with 3.3.95
Date: Sun, 29 Aug 2004 18:05:31 +0300

Hi Jim,

Thank you for testing Anubis.

Jim Cheetham <address@hidden> wrote:

> 1* anubisadm does not honour the database URL params for MySQL (at
> least) :-
> 
> $ anubisadm --list
> mysql://mail:address@hidden/mail;table=users;authid=username;
> passwd=password;account=sysaccount;rcfile=anubisrc
> anubisadm: database error: Unknown column 'authid' in 'field list'

You have forgotten to quote the url:

$ anubisadm --list 'mysql://mail:address@hidden'
 
> 2* Specified RCfile is not run
> Originally my db params tried to specify the 'rccol' column (as
> documented in the manual, June 1 2004), but this produced an error.

Yes, there were a discrepancy between the docs and the code. It has
already been fixed in the repository.

> However, the referred rcfile does not appear to be accessed at all
> (nothing in debug, and the single test rule in it (an ADD) didn't
> change the email message)

Please provide more detail on your setup (your main and user rc
files, the debugging output produced etc. The more info the better).

> 3* Although the keyword 'auth' can be in lowercase, the methodname
> 'CRAM-MD5' must be in uppercase, or it is not recognised.

That's correct. In accordance to RFC 2222 (Chapter 3. "Introduction
and Overview")

   "SASL mechanisms are named by strings, from 1 to 20 characters in"
   "length, consisting of upper-case letters, digits, hyphens, and/or"
   "underscores"

Notice explicit requirement of upper-case letters.

Regards,
Sergey   




reply via email to

[Prev in Thread] Current Thread [Next in Thread]