Re: Authentication error with sieveshell

2002-04-29 Thread Simon Matter
Nicolas Bonnefon schrieb: I use Cyrus 2.0.16 with Digest-MD5 SASL authentication on my Linux server and it works well. But when I try to use sieveshell : $ sieveshell -u nicko -a nicko outerspace connecting to outerspace Please enter your password: x unable to connect to server:

Segmentation fault problem

2002-04-29 Thread LiuJinhui
Every I quit the cyradm, I got error message: Segmentation fault mailb:/var/spool/imap# cyradm -u root 202.118.66.103 9100 Please enter your password: IMAP Password: 202.118.66.103 exit Segmentation fault Who can tell me where is the problem?

RE: Re: SuSE 7.3, IMAP 2.1.3, SASL 2.1.2 - authentication problem

2002-04-29 Thread [EMAIL PROTECTED]
Scott, Thanks for the reply. I have tried again to compile SASL and IMAP again, since I suspect it is something related to the use of Berkeley DB4.0 Below please find the log I encountered in /var/log/messages when I try to run cyradm -u cyrus localhost. Some questions to follow.. 1.

Re: SQUAT failed to open index file

2002-04-29 Thread Hein Roehrig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sweethome.co.il Webmaster [EMAIL PROTECTED] writes: Apr 28 11:05:13 mail01 imapd[10841]: SQUAT failed to open index file Apr 28 11:05:13 mail01 imapd[10841]: SQUAT failed any ideas about a solution? Ignore or run squatter via cyrus.conf EVENTS

Re: spam sieve extension

2002-04-29 Thread Ken Murchison
Jeremy Howard wrote: Marc G. Fournier wrote: Oh, very very cool ... I've been doign it in postfix's content_filter, but then its doing *everyone*'s email ... this is soo much better ... Any chance we'll see this in CVS sometime soon? Maybe in time for 2.1.4?? I hope not.

Re: SQUAT failed to open index file

2002-04-29 Thread Ken Murchison
Sweethome.co.il Webmaster wrote: Hi, I'm getting this error in the imapd.log when trying to access a mailbox from IMP 3.1 Apr 28 11:05:13 mail01 imapd[10841]: SQUAT failed to open index file Apr 28 11:05:13 mail01 imapd[10841]: SQUAT failed any ideas about a solution? Don't worry

Inbox and things

2002-04-29 Thread Andreas Meyer
Hi friends! imtest -m login -a andreas localhost C: C01 CAPABILITY S: * OK delta Cyrus IMAP4 v2.1.3 server ready I´m testing Cyrus with squirrelmail (very nice) at the moment and have a question about the INBOX: Ordner Letztes Update: Mon, 17:21 (Ordnerliste aktualisieren) - INBOX

Re: snmp questions

2002-04-29 Thread Justin Wood
Okay, I got snmpd running with agentx support on port 705. However, shouldn't I be able to do a snmpwalk localhost public .1.3.6.1.4.1.3.6.1.2.1 and see the cyrus stats? I get nothing returned. I've got to be missing something simple here. I see snmpd listening on port 705, but nothing

Re: Bad Shutdown has killed cyrus

2002-04-29 Thread julesa
I'll second this. I had the same thing happen to me after I had Cyrus 2.1.2 running for about a month. The problem is that if one of the .db files (i.e. mailboxes.db) gets corrupted and you haven't set up a hot backup of your db files, the recovery process has to go through EVERY db transaction

Re: More on SASL/Authentication/Authorization

2002-04-29 Thread Igor Brezac
On Sun, 28 Apr 2002, Kaj J. Niemi wrote: I'd like to take a look at the code, if it's generally available. Thanks :) You can find the patch and brief documentation at http://www.ypass.net/cyrus/. -Igor

Re: spam sieve extension

2002-04-29 Thread Jeremy Howard
Ken Murchison wrote: http://www.ietf.org/internet-drafts/draft-segmuller-sieve-relation-01.txt Nice! Is this being added to Cyrus? I don't see anything in CVS as yet...

Re: Cyrus POP3 sometimes isn't there?

2002-04-29 Thread Dustin Puryear
Any help on this? Has anyone had a similar problem? This is something of a show-stopper for us as Cyrus will just occasionally fail. Any help is appreciated, thanks! At 08:08 PM 4/28/2002 -0500, Dustin Puryear wrote: We seem to be having an odd pop3 issue with Cyrus under FreeBSD. We have

RE: Re: SuSE 7.3, IMAP 2.1.3, SASL 2.1.2 - authentication problem

2002-04-29 Thread [EMAIL PROTECTED]
Scott, Thanks for the help... I believe I will not aware there is such utility if you don't tell me... =) Indeed, I am still encountering the same problem.. and please find what I have done below, 1. run mkimap as root (since error show up if I run as user cyrus) 2. chown -R cyrus:mail

RE: Re: SuSE 7.3, IMAP 2.1.3, SASL 2.1.2 - authentication problem

2002-04-29 Thread Scott M Likens
If you want Plaintext you will need to disable CRAM and DIGEST and SRP/OTP. --On Tuesday, April 30, 2002 12:34 AM -0400 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Scott, Thanks for the help... I believe I will not aware there is such utility if you don't tell me... =) If you read the

Re: cyrus imap playing nicely with pam and Spam assassin

2002-04-29 Thread David Wright
I'm trying to make Cyrus IMAP work with Pam for authentication. sasl_pwcheck_method: saslauthd You want: sasl_pwcheck_method: PAM Go on from there, and come back when you encounter the SASL re-entrancy bug.