bug-anubis
[Top][All Lists]
Advanced

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

[bug-anubis] AUTH with 3.3.95


From: Jim Cheetham
Subject: [bug-anubis] AUTH with 3.3.95
Date: Sun, 29 Aug 2004 08:49:42 +1200

Testing the SMTP AUTH services of 3.3.95 ...

1* anubisadm does not honour the database URL params for MySQL
2* Specified RCfile is not run
3* AUTH methodname only in uppercase


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'

This same URL works in the config file, I changed the DB schema to provide the column names that Anubis wants to use by default, and anubisadm worked for --list and --add.

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. I renamed the parameter to rcfile, and the error message went away. 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) I moved the rcfile to ~user/.anubisrc, and NULL'd the rcfile in the database, but it still didn't work. I haven't finished testing this, but I note that there are no mentions of an access, unsuccessful or otherwise, in the debug output.

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





reply via email to

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