From: Nico Weichbrod (no email)
Date: Tue Mar 05 2002 - 12:29:41 EST
Hi,
I try to get cyrus-imapd-2.1.2 running with auth plain and login, but I only
get AUTH=CRAM-MD5 AUTH=DIGEST-MD5 AUTH=OTP.
I started on SuSE 7.3 with sasl:
/configure \
--enable-login \
--enable-plain \
--with-dblib=berkeley \
--with-bdb-libdir=/usr/local/BerkeleyDB.4.0/lib \
--with-bdb-incdir=/usr/local/BerkeleyDB.4.0/include \
--enable-krb4=no
configure output: 'enable PLAIN' and 'enable LOGIN'
make && make install
then I build IMAP:
/configure \
--with-sasl=/usr/lib/sasl2 \
--with-dbdir=/usr/local/BerkeleyDB.4.0
make depend && make all CFLAGS=-O && make install
With this I can use saslpasswd2 and cyradm to create user and mailboxes and I
can start '/usr/cyrus/bin/master &'.
When I connect to the IMAP-Port an do '. CAPABILITY' I get:
* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID
NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT THREAD=ORDEREDSUBJECT
THREAD=REFERENCES IDLE AUTH=CRAM-MD5 AUTH=DIGEST-MD5 AUTH=OTP
If I try to login via POP3 /var/log/messages shows:
Mar 5 09:55:50 linux pop3d[11029]: unknown password verifier sasldb
on IMAP I get:
Mar 5 09:56:07 linux imapd[11030]: unknown password verifier sasldb
Mar 5 09:56:07 linux imapd[11030]: badlogin: thor.awc[192.168.144.12]
plaintext nico SASL(-4): no mechanism available: checkpass failed
What can I do to make cyrus use auth plain and login or is ther another
problem with my config?
Nico
PS: my /etc/imapd.conf
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: root
sasl_pwcheck_method: sasldb
allowplaintext: yes
|
|
|