Re: Authentication Cyrus/sasl

2001-01-17 Thread Juan Leon
Yes, I can confirm. And if it hadn't been for your message, I wouldn't have gotten Netscape to work with cyrus. What I don't understand is why should LOGIN, as provided by SASL, translate into an IMAP LOGIN command, which cyrus sends directly to PAM, instead of trying it with SASL. Thanks ag

Re: Authentication Cyrus/sasl

2001-01-17 Thread Juan Leon
Thank you very much. This helped clear up the confusion between LOGIN and AUTH=LOGIN. In fact, I got cyrus to work with netscape, though, weirdly, the fix required eliminating LOGIN from the mechanisms supported by SASL. Does Netscape confuse IMAP LOGIN with AUTH=LOGIN? It might seem that when

Netscape and STARTTLS

2001-01-17 Thread Juan Leon
Netscape doesn't seem to show the "locked lock" icon when I access a STARTTLS-enabled cyrus, even though it does process the certificate. Is this a netscape omission, or am I in trouble? Thanks, Juan

Re: IDLE problem

2001-01-17 Thread mills
Kenneth Murchison writes: > >Hmmm... it's run for weeks here on my linux box. > >Is idled truely not running, or it just isn't accepting any messages via >the socket? The process disappears. I can start it by hand, and it will run for a while. I can keep a closer watch on it. >Any messages in

Re: IDLE problem

2001-01-17 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > Kenneth Murchison writes: > > > >Damn! My Linux development system treats unreliable signals as > >reliable, so I never caught this glaring error. I just verified that > >the current code will NOT work correctly on Solaris 7+ and IRIX 6.x. > > This may be unrelat

Re: IDLE problem

2001-01-17 Thread mills
Kenneth Murchison writes: > >Damn! My Linux development system treats unreliable signals as >reliable, so I never caught this glaring error. I just verified that >the current code will NOT work correctly on Solaris 7+ and IRIX 6.x. This may be unrelated, but I notice that idled disappears a da

One more question about Cyrus

2001-01-17 Thread Antonio Navarro Navarro
Hi again !! Is possible to create usernames containing dots ? ([EMAIL PROTECTED]) ? If not, is possible to create the mail in the IMAP server like [EMAIL PROTECTED] (or similar) and write a rule in postfix or sendmail in order to deliver the e-mail to the correct account (changing the '.' for a '

Re: IDLE problem

2001-01-17 Thread Ken Murchison
Walter Steiner wrote: > > In my case (Solaris 8, outlook client) the problem of dying imapds > isn't fixed yet. I think it dies in the second call to idle_poll() > (alarm timer). This might be related to ... > > According to the signal(3C) man page on Solaris 8: > > void (*signal (int

New with questions about Cyrus

2001-01-17 Thread Antonio Navarro Navarro
Hi All !! I have installed a RedHat 7.0 machine with the latest rpm for cyrus-imapd from Raw Hide. I want to know a little more about the features of this server. Until now I'm using QMail as POP3/SMTp server, and have the following questions: 1.- Which one is the better MTA for use with Cyrus,

Re: IDLE problem

2001-01-17 Thread Walter Steiner
> ! signal(SIGALRM, SIG_DFL); > } > --- 88,92 > void idle_done(struct mailbox *mailbox) > { > /* Remove the polling function */ > ! signal(SIGALRM, SIG_IGN); In my case (Solaris 8, outlook client) the problem of dying imapds isn't fixed yet. I think it dies in the second

Re: IDLE problem, and unsafe copy command

2001-01-17 Thread Ken Murchison
John Holman wrote: > > Ken > > Thanks for the quick fix, which has solved the IDLE problem. No problem. > I should probably point out though that this fix does not address the > problem I reported last week. It seems to me that under different > circumstances the copy command could still fai

Re: Cyradm - can't locate Shell.pm

2001-01-17 Thread Stefano Santoro
In redhat the installation prefix of perl is /usr. So if you do a standard cyrus --prefix=/usr/local (default one), all you need to do to have the perl extensions install properly is: make PREFIX=/usr install the PREFIX (note must be all caps) effects only the perl extension installation. Cia

Re: Authentication Cyrus/sasl

2001-01-17 Thread Marc Jauvin
The only way I had netscape to authenticate using PLAINTEXT was by removing the LOGIN method from SASL. It seems that Netscape will use LOGIN if it is available, otherwise it uses PLAINTEXT. Anyone can confirm this? -- marc - (http://register4less.com) If marriage is outlawed, only outlaws wil

cyrus imap/SASL + sendmail/SASL

2001-01-17 Thread Robert Böhm
Hi there. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 5:10 AM Subject: Re: Authentication Cyrus/sasl > Sendmail and cyrus don't cooperate very well with file access. I've encountered the following probl

Re: IDLE problem, and unsafe copy command

2001-01-17 Thread John Holman
Ken Thanks for the quick fix, which has solved the IDLE problem. I should probably point out though that this fix does not address the problem I reported last week. It seems to me that under different circumstances the copy command could still fail in an unsafe way, leading to loss of messages.

Re: Cyradm - can't locate Shell.pm

2001-01-17 Thread Carsten Hoeger
On Tue, Jan 16, Karlheinz Blank wrote: > I've successfully (partially) installed Cyrus 2.0.9 on SuSE 7.0. Imtest > is working. But so far I've been unable to execute cyradm. > The following error message appears: > > Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: >/usr/lib/perl5/5.