Re: saslpasswd:generic failure

2001-03-30 Thread Kep Brown
I ran into the same problem. What solved it for me was running this command. libtool --finish /usr/lib/sasl If you are making it from source I would do a make clean, make, then make install after running it. The first time I installed from source, the make install told me I needed to do it

Sendmail 8.12 Mailbox Database

2001-03-30 Thread Josh Miller
Sendmail 8.12 allows defining of the mailbox database (i.e. so the mailer flag 'w' will would work with Cyrus). Is anyone working on creating the functions for sendmail's libsm/mbdb.c to do this with Cyrus? Sendmail only comes with a functions for /etc/passwd and LDAP right now. - Josh

cram-md5 and ssl

2001-03-30 Thread rj45
with cyrtus installed and imap and imaps enabled on pine using the /ssl oprion it first always tries to use cram-md5 overriding imaps. There is a way to force pine to use ssl with imaps rather using the cram-md5 secrets ? That is if an user is not in the sasldb database it cannot authenticate

cyrus and sasl

2001-03-30 Thread rj45
is it possible to compile cyrus without sasl library support ?? my main problem is that both pine and eudora looks for sasldb password file and cram-md5 authentication before using imaps. If sasl is avaliable they won't use imaps PLAIN+TLS authentication. And eudora behave so strange. Before

Re: cyrus and sasl

2001-03-30 Thread Rob Tanner
Not possible unless you want to mess with customizing the source code. But you might try building SASL without CRAM-MD5 support (i.e., plain passwords only). It's not SASL that Pine and Eudora look for, it's the set of auth machanisms cyrus advertises. If SASL is built without CRAM, cyrus

Re: cyrus and sasl

2001-03-30 Thread Rob Tanner
Sure there is, try: "--disable-cram". --On Friday, March 30, 2001 12:01:00 PM +0200 rj45 [EMAIL PROTECTED] wrote: nice. But ok I Want to force the use of imaps of course I Do not want to use plain passwords. Anyway how I can disable in the sasl library the support for CRAM-MD5 ?? is

Re: cyrus and sasl

2001-03-30 Thread Norbert Klasen
rj45 wrote: is it possible to compile cyrus without sasl library support ?? my main problem is that both pine and eudora looks for sasldb password file and cram-md5 authentication before using imaps. If sasl is avaliable they won't use imaps PLAIN+TLS authentication. You can use a pine

creating mailboxes in cyradm

2001-03-30 Thread Marc Tardif
When creating a mailbox in cyradm (v2.0.12), it seems that no ACL's are created at all: localhost cm user.test localhost lam user.test localhost When running the same commands in v1.6.24, it would at least create ACL's for the user test: localhost cm user.test localhost lam user.test test

Importing messages from mbox, but keeping all status information ?

2001-03-30 Thread richard offer
What's the best way to move from an mail from an existing (non-IMAP/Berkeley) mailbox to a Cyrus mailserver if I have to keep all the status information (Read/Replied etc) intact ? richard. --- Richard Offer

Re: Importing messages from mbox, but keeping all status information ?

2001-03-30 Thread Ken Murchison
richard offer wrote: What's the best way to move from an mail from an existing (non-IMAP/Berkeley) mailbox to a Cyrus mailserver if I have to keep all the status information (Read/Replied etc) intact ? You can try 'mbxcvt' which is part of the imap-utils package located here:

Re: Importing messages from mbox, but keeping all status information?

2001-03-30 Thread Scott Smith
The iggest problem I had with mbxcvt was that it kept dying when it found "non-ascii characters", right around message number 8000 in a 8500 message mailbox... Scott On Fri, 30 Mar 2001, richard offer wrote: * $ from [EMAIL PROTECTED] at "30-Mar: 3:25pm" | sed "1,$s/^/* /" * * * I