Re: telnet 993 asks for PEM passphrase

2001-08-23 Thread chirs charter
Should I have a socket for imaps and or imap in /var/imap/socket ? Currently I only have an lmtp socket: /var/imap/socket catfish# ls -l total 0 srwxrwxrwx 1 root other 0 Aug 22 22:31 lmtp This is the error I am seeing in my log when I use Navigator or Outlook to connect. The conn

Re: telnet 993 asks for PEM passphrase

2001-08-23 Thread Jeremy Howard
chirs charter wrote > Should I have a socket for imaps and or imap in > /var/imap/socket ? Currently I only have an lmtp > socket: > > /var/imap/socket > catfish# ls -l > total 0 > srwxrwxrwx 1 root other 0 Aug 22 22:31 > lmtp > No. imaps and imap use TCP sockets, not Unix sockets.

Problem with Sieve & Vacation message

2001-08-23 Thread Stefano Coatti
Hi, I use cyrus 2.0.16 with sendmail and sendmail 8.11.6. I retry to solve the problem of sieve vacation message. My actual Mailer configuration in sendmail is: Mcyrus,P=[IPC], F=lsDFMnqA5@/:|SmXz, E=\r\n, S=EnvFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix, A=FILE /var/im

Re: telnet 993 asks for PEM passphrase

2001-08-23 Thread Ken Murchison
chirs charter wrote: > > HEllo, > I uncomented the imaps entry in /etc/cyrus.conf. Now > if I telnet to localhost on port 993 I am prompted to > enter a PEM pass phrase. Somethings seems > misconfiugred no? If I enter the PEM passphrase for > the server's cert it fails. I know something is wron

Re: Problem with Sieve & Vacation message

2001-08-23 Thread Ken Murchison
Stefano Coatti wrote: > > Hi, > I use cyrus 2.0.16 with sendmail and sendmail 8.11.6. > I retry to solve the problem of sieve vacation message. > > My actual Mailer configuration in sendmail is: > > Mcyrus,P=[IPC], F=lsDFMnqA5@/:|SmXz, E=\r\n, >S=EnvFromL, R=EnvToL/HdrToL, T=D

Re: Problem with Sieve & Vacation message

2001-08-23 Thread mills
Kenneth Murchison writes: > >> vacation :days 20 :addresses "[EMAIL PROTECTED]" "Delirio tremens..."; >With this action, the only messages that will generate vacation >responses are those sent to "stefano.coatti" and >"[EMAIL PROTECTED]". You are assuming that `servername' is not specified in

News for SIG11: imapd only crashes when account is configured for subscribed folders.

2001-08-23 Thread Levent Gündogdu
Yeah! I don't believe it! I can access my imapd account. All I did was changing the advanced options in mozilla to get all folders and not only the subscribed ones. Maybe this will help you find the bug finally. Thanks a lot. Bye, Levo. P.S. That "unknown option -s" for imapd and pop3d sti

acapd build

2001-08-23 Thread Oleg Baranov
I try to build cyrus-smlacapd-0.5 and get the following: ### Making all in /tmp/inst/cyrus-smlacapd-0.5/backend gmake[1]: Âõîä â êàòàëîã `/tmp/inst/cyrus-smlacapd-0.5/backend' sml

Re: Problem with Sieve & Vacation message

2001-08-23 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > Kenneth Murchison writes: > > > >> vacation :days 20 :addresses "[EMAIL PROTECTED]" "Delirio tremens..."; > > >With this action, the only messages that will generate vacation > >responses are those sent to "stefano.coatti" and > >"[EMAIL PROTECTED]". > > You are

Re: Cyrus IMAP 2.0.16 released

2001-08-23 Thread Klaus Jaehne
On Fri, 27 Jul 2001, Lawrence Greenfield wrote: > I've thrown Cyrus IMAP 2.0.16 on ftp.andrew.cmu.edu. I didn't test > the ancillary utilities as much as I would've liked (cyradm, etc.) but > the base server should be solid. > > This version has some important db3 fixes, so I strongly encourage

Re: News for SIG11: imapd only crashes when account is configured for subscribed folders.

2001-08-23 Thread Cillian Sharkey
Levent Gündogdu <[EMAIL PROTECTED]> wrote: > Yeah! > > I don't believe it! I can access my imapd account. All I did was > changing the advanced options in mozilla to get all folders and not only > the subscribed ones. Maybe this will help you find the bug finally. > > Thanks a lot. > > Bye, >

Re: Cyrus IMAP 2.0.16 released

2001-08-23 Thread Lawrence Greenfield
Date: Thu, 23 Aug 2001 14:53:45 +0200 (CEST) From: Klaus Jaehne <[EMAIL PROTECTED]> On Fri, 27 Jul 2001, Lawrence Greenfield wrote: > I've thrown Cyrus IMAP 2.0.16 on ftp.andrew.cmu.edu. I didn't test > the ancillary utilities as much as I would've liked (cyradm, etc.) but > t

Re: telnet 993 asks for PEM passphrase

2001-08-23 Thread chirs charter
Ken, Makes total sense thanks. Here is the putput using the s_client to opensl: catfish# openssl s_client -connect localhost:993 -cert /var/imap/cert.pem unable to get certificate from '/var/imap/cert.pem' 1853:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:662:Expect ing: CERTI

Re: telnet 993 asks for PEM passphrase

2001-08-23 Thread Ken Murchison
chirs charter wrote: > > Ken, > Makes total sense thanks. Here is the putput using the > s_client to opensl: > > catfish# openssl s_client -connect localhost:993 -cert > /var/imap/cert.pem > unable to get certificate from '/var/imap/cert.pem' > 1853:error:0906D06C:PEM routines:PEM_read_bio:no

Re: telnet 993 asks for PEM passphrase

2001-08-23 Thread chirs charter
Looks like an error in the opening dialogue? catfish# openssl s_client -connect localhost:993 CONNECTED(0003) 1855:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_cln t.c:460: What do you think? Thanks --- Ken Murchison <[EMAIL PROTECTED]> wrote: > > > chirs charte

Re: perl scripts

2001-08-23 Thread Patrick Boutilier
I use the following perl script to create users: (Put in valid userid/passwd for $user and $pass) #!/usr/bin/perl -w # adduser.pl # Usage: adduser.pl newuser # use File::Basename; use Net::IMAP; $newuser = "user.$ARGV[0]"; $user = "user"; $pass = "password"; # Set this to the

Re: telnet 993 asks for PEM passphrase

2001-08-23 Thread Ken Murchison
chirs charter wrote: > > Looks like an error in the opening dialogue? > > catfish# openssl s_client -connect localhost:993 > CONNECTED(0003) > 1855:error:140770FC:SSL > routines:SSL23_GET_SERVER_HELLO:unknown > protocol:s23_cln > t.c:460: > > What do you think? > Thanks Don't know. This

Re: News for SIG11: imapd only crashes when account is configured for subscribed folders.

2001-08-23 Thread Levent Gündogdu
Thanks. Removing -D did not show this error anymore. Well, obviously this only surpresses the output of the error message but not the error itself. I'm still getting these: Aug 23 16:06:11 server02 pop3d[18391]: pop3s: required OpenSSL options not present Aug 23 16:06:11 server02 master[18382

RE:cyradm scripts in Perl

2001-08-23 Thread Sandra Regina
Thanks a lot to all of you that have help me. How is goot to sleep in peace... now I will be able to do it... :-) I have a question , anyway. Why can not I use Cyrus::IMAP::Admin module instead of IMAP::Admin? This one come with Cyrus-Imap package ... Thanks. Sandra

Re: News for SIG11: imapd only crashes when account is configured for subscribed folders.

2001-08-23 Thread Ken Murchison
Levent Gündogdu wrote: > > Thanks. Removing -D did not show this error anymore. Well, obviously > this only surpresses the output of the error message but not the error > itself. I'm still getting these: > > Aug 23 16:06:11 server02 pop3d[18391]: pop3s: required OpenSSL options > not present >

Re: perl scripts

2001-08-23 Thread Rob Tanner
A certain caution needs to be exercised however. I have a security fettish and I find the nonchalance of passwords in scripts a bit alarming (unless, of course, they are readable/executable only by root). A simple solution is to have the script prompt the user for the IMAP admin password ins

RE: Cyrus IMAP 2.0.16 released

2001-08-23 Thread Steve Heist
>Date: Thu, 23 Aug 2001 14:53:45 +0200 (CEST) >From: Klaus Jaehne <[EMAIL PROTECTED]> > >On Fri, 27 Jul 2001, Lawrence Greenfield wrote: > >> I've thrown Cyrus IMAP 2.0.16 on ftp.andrew.cmu.edu. I didn't test >> the ancillary utilities as much as I would've liked > (cyradm,

Cyrus LMTP daemon tries to authenticate to sendmail

2001-08-23 Thread mills
I'm using sendmail-8.12.0.Beta16 with cyrus-imapd-2.0.16. Every time sendmail delivers a message to the LMTP daemon, it logs an error message like this: Aug 23 15:29:59 setup16 sm-mta[331]: [ID 702911 mail.warning] AUTH=client, relay=localhost [(null)], authinfo failed Apparently, the LMTP daem

pine + cyrus-imapd subfolder problem

2001-08-23 Thread ichbin
This is probably a well-known problem, but I have yet to find a solution. Here's hoping someone on this list can help. I am running pine-4.33 installed from rpm on a RH 7.1 system. When I use pine to read cyrus-imapd mail, I can read my inbox and inbox.folders, but both the message list and i

Re: Cyrus LMTP daemon tries to authenticate to sendmail

2001-08-23 Thread Amos Gouaux
> On Thu, 23 Aug 2001 15:43:42 -0500 (CDT), > mills <[EMAIL PROTECTED]> (m) writes: m> I'm using sendmail-8.12.0.Beta16 with cyrus-imapd-2.0.16. m> Every time sendmail delivers a message to the LMTP daemon, it m> logs an error message like this: m> Aug 23 15:29:59 setup16 sm-mta[331]: [

Re: Cyrus LMTP daemon tries to authenticate to sendmail

2001-08-23 Thread mills
Amos Gouaux writes: > >> mills <[EMAIL PROTECTED]> (m) writes: > >m> Apparently, the LMTP daemon is attempting to authenticate to >m> sendmail, and sendmail is seeing invalid information. When I posted >m> this question to comp.mail.sendmail, Claus Assmann suggested that >m> I turn off AUTH

Re: Help us! :)

2001-08-23 Thread Lawrence Greenfield
Date: Thu, 23 Aug 2001 19:20:47 -0400 From: Scott Adkins <[EMAIL PROTECTED]> cc: Lawrence Greenfield <[EMAIL PROTECTED]>, Cyrus-Bugs <[EMAIL PROTECTED]> Okay, we upgraded to IMAP 2.0.16 with Sendmail 8.12.0. Everything seems to be working except for delivery of email to subf

Re: Help us! :)

2001-08-23 Thread Scott Adkins
--On Thursday, August 23, 2001 7:25 PM -0400 Lawrence Greenfield <[EMAIL PROTECTED]> wrote: >Date: Thu, 23 Aug 2001 19:20:47 -0400 >From: Scott Adkins <[EMAIL PROTECTED]> >cc: Lawrence Greenfield <[EMAIL PROTECTED]>, > Cyrus-Bugs <[EMAIL PROTECTED]> > >Okay, we upgraded to

Re: Help us! :)

2001-08-23 Thread Lawrence Greenfield
The 'w' flag for the mailer says to make sure that all users it accepts mail for are in /etc/passwd. You'll probably need to remove it. Fortunately or unfortunately, this will also disable ~/.forward file processing. Since we don't use .forward file processing, it will be hard for me to immedia