Re: Delivering to an IMAPD on another server.

2001-10-01 Thread Amos Gouaux
> On Mon, 1 Oct 2001 17:56:59 -0400 (EDT), > Steven J Sobol <[EMAIL PROTECTED]> (sjs) writes: sjs> NOT ready to put exim on the production server. :) So, I need a way to sjs> deliver from dev.nstc.com (my development box) to mail.nstc.com. Is LMTP sjs> the way to go? If so, does 1.6.19 wo

Re: Slow loading of Cyrus mailboxes

2001-10-01 Thread mills
Larry Greenfield writes: > > Date: Sun, 30 Sep 2001 20:12:01 -0500 (CDT) > From: [EMAIL PROTECTED] > >1.5735 write(6, " 1 1 7 a p p e n d u".., 39) = 39 >1.5738 write(6, "\r\n", 2) = 2 >1.6709 read(6, " + g o a h e a d\r\n", 8192) = 12

Re: lmtpd locking continued

2001-10-01 Thread Jeremy Howard
> I ran strace on lmtpd and noticed that it sticks with connecting to > notify_unix socket. I recompiled it with-notify=no and it seems to work fine > now (and much faster too :) > > Ken, ignore last email with strace, it was all right (my fault) > I thought notify_unix.c was ignoring failure to c

Re: Migrating from wu-imap to Cyrus

2001-10-01 Thread Jeremy Howard
[EMAIL PROTECTED] wrote: > Cillian Sharkey writes: > > > >Marko Cuk <[EMAIL PROTECTED]> wrote: > >> I have working cyrus, but I have problems with migration. > >> > >> If I try to move messages in Netscape client, it moves some folders, but on > >> some folders I get an error, that message contain

Re: Websieve for procmail?

2001-10-01 Thread Alain Turbide
Whups.. The correct link: http://sourceforge.net/projects/websieve Alain Turbide

Websieve for procmail?

2001-10-01 Thread Alain Turbide
Just curious if anyone out there is interested in a version of Websieve that will create procmail recipes instead of sieve scripts (or both). I currently have a test version up on CVS that has that functionality. It requires LDAP for rule storage at the moment but can easily be modifed to use SQ

Re: cyrus/pam tutorial?

2001-10-01 Thread Vincent Stoessel
Did you enable #define DEBUG in pam_mysql? yes, and I am getting degub messages from sudo after i recompiled pam_mysql but nothing from imap. The way I am testing this is cyradm -u user localhost is this a valid way to test pam.d/imap ? -- Vincent Stoessel [EMAIL PROTECTED] Java L

Shell.pm

2001-10-01 Thread Anderson
Hi friends, I am running cyrus-imapd-2.0.16 along with postfix under Red Hat Linux 7.1. Who can help to decide this problem me ? # cyradm -u cyrus localhost Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0

Delivering to an IMAPD on another server.

2001-10-01 Thread Steven J. Sobol
hey folks, I'm migrating to Exim from Sendmail. Configuration of Exim for Cyrus seems quite straightforward. Problem is, my production SMTP server is still running on mail.nstc.com. I'm training myself on exim, trying to get up to speed, so obviously I am NOT ready to put exim on the productio

Re: cyrus/pam tutorial?

2001-10-01 Thread Vincent Stoessel
yeah ,killed and started master again. here is the file wc reports 3 lines. My email may have broken it up though [root@web pam.d]# cat imap auth optional pam_mysql.so user=cyr host=securedb passwdcolumn=Password crypt=2 auth required pam_warn.so accountrequired

RE: cyrus/pam tutorial?

2001-10-01 Thread Nick Ustinov
No, should be fine. Did you restart master after making changes in imapd.conf? Did you enable #define DEBUG in pam_mysql? What is exactly in your /etc/pam.d/imap file? Nick -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 00:15 To: Nic

Re: cyrus/pam tutorial?

2001-10-01 Thread Vincent Stoessel
Changed but still no mysql connection. :-( I compiled cyrus-imapd-2.0.16 with these flags: ./configure --with-auth=unix --without-krb --with-perl=/usr/bin/perl and cyrus-sasl-1.5.24 with : ./configure --with-openssl=/usr/local/ssl --enable-netscapehack --with-sasl=/usr/local --with-pam -

RE: cyrus/pam tutorial?

2001-10-01 Thread Nick Ustinov
it should be sasl_pwcheck_method, not sasl_passwd_check Nick -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 23:47 Cc: [EMAIL PROTECTED] Subject: Re: cyrus/pam tutorial? This what my /etc/imapd.conf looks like: configdirectory: /va

nfs and spool hash

2001-10-01 Thread Nick Ustinov
I am planning upgrading my system and switching to new IDE RAID 5 disks. I've read that mounting imap spool over NFS is not a good idea due to NFS locking problems, however the FAQ was pretty out-of-date. I've got several Q's: 1) Is NFS still locking on high-volume traffic? 2) If I add hashimap

Re: cyrus/pam tutorial?

2001-10-01 Thread Vincent Stoessel
This what my /etc/imapd.conf looks like: configdirectory: /var/imap partition-default: /var/spool/imap admins: admin srvtab: /var/imap/srvtab allowanonymouslogin: no sasl_passwd_check: PAM allowplaintext: yes Like you , I am using the following params > auth optional ...(params for pammysql

RE: cyrus/pam tutorial?

2001-10-01 Thread Nick Ustinov
Vincent, I have rh7 and exactly the same situation -- pam_mysql, mysql and web interface for user creation, which inserts necessary records to mysql tables upon user creation. As for pam_mysql -- the tricky part here may be that you have unneeded line break in end of /etc/pam.d/imap file (I was

RE: lmtpd locking continued

2001-10-01 Thread Nick Ustinov
Larry, Ken, I ran strace on lmtpd and noticed that it sticks with connecting to notify_unix socket. I recompiled it with-notify=no and it seems to work fine now (and much faster too :) Ken, ignore last email with strace, it was all right (my fault) Nick -Original Message- From: Lawre

Re: cyrus/pam tutorial?

2001-10-01 Thread Vincent Stoessel
This is great. I have been banging my head against the wall here. Let me tell you what I want to do and you tell me if it even possible. 1. I moved to cyrus from UW because of the ability to create virtual mailboxes and sasl has worked fine 2, I also have a mysql database that contains user

Re: lmtpd locking continued

2001-10-01 Thread Lawrence Greenfield
Date: Mon, 01 Oct 2001 13:47:01 -0400 From: Ken Murchison <[EMAIL PROTECTED]> > >>> MAIL From:<[EMAIL PROTECTED]> SIZE=538 > 250 2.1.0 ok > >>> RCPT To: > 250 2.1.5 ok > >>> DATA > 354 go ahead > >>> . Hmm. This *should* have given you: 554 5.6.0 Message has no

RE: cyrus/pam tutorial?

2001-10-01 Thread Nick Ustinov
Vincent, I am using cyrus with pam_mysql. Let me know what are the problems you are facing and I will try to help. In general, you compile pam module, create entries in /etc/pam.d (files imap and pop) with settings pam modules require and set in /etc/imapd.conf sasl_pwcheck_method: pam Sincerely

cyrus/pam tutorial?

2001-10-01 Thread Vincent Stoessel
Hello , I am having a hard time getting cyrus to use pam authentication. It only seems to want to work with sasl. Any tuttorials or hints? -- Vincent Stoessel [EMAIL PROTECTED] Java Linux Apache Mysql Php (JLAMP) Engineer (301) 362-1750 Mobile (410) 419-8588

Re: lmtpd locking continued

2001-10-01 Thread Ken Murchison
Nick Ustinov wrote: > > Larry, > > just did that and it sent 48 out of 721 msgs in mqueue.. And froze here: > > Running /var/spool/mqueue/f91HRse04091 (sequence 49 of 721) > >>> RSET > 250 2.0.0 ok > <[EMAIL PROTECTED]>... Using cached ESMTP connection to localhost > via cyrus... > >>> MAIL F

Re: Cyrus 2.0.16 with RedHat 7.1

2001-10-01 Thread Francesc Guasch
Eric wrote: > > Hi, > Hi Eric. > Ok I added the following line in my /etc/pam.d/pop: > auth required pam_warn.so I've been trying to install cyrus-imapd also. And I've been following the advices here. > And here is the log when I tried to connect using pop: > Sep 28 10:01:22 magent

Re: cyrus imap/SASL + sendmail/SASL (Whatever happened?)

2001-10-01 Thread David W. Jablonski
I apologize for bringing up such an old discussion but whatever became of this? I am using 2.0.16 with Sendmail 8.12 and I'm having the same problem that if cyrus isn't the owner of /etc/sasldb the master process can't read it. I have read rights for group mail (which cyrus is a member of) but w

Re: LMTPD signaled to death by 11 - neverending story [the end]

2001-10-01 Thread Lawrence Greenfield
Date: Mon, 1 Oct 2001 11:00:22 +0200 From: Szymon Juraszczyk <[EMAIL PROTECTED]> I just changed sprintf (messageToSend,"%s\n%s\n%s\n%s\n%s\n",class,instance,user,mailbox,message); to sprintf (messageToSend,"%s\n%s\n%s\n%s\n",class,instance,user,mailbox);

Re: lmtpd locking continued

2001-10-01 Thread Lawrence Greenfield
From: Nick Ustinov <[EMAIL PROTECTED]> Date: Mon, 1 Oct 2001 18:02:16 +0200 Ken, just pulled latest cvs version, still the same. As for too many files open, I have echo 32768 >/etc/fs/file-max Did you nuke your existing duplicate delivery db and run ctl_cyrusdb -r? As you notice

Re: Slow loading of Cyrus mailboxes

2001-10-01 Thread Lawrence Greenfield
Date: Sun, 30 Sep 2001 20:12:01 -0500 (CDT) From: [EMAIL PROTECTED] I'm testing a perl script that runs on a Solaris 8 mail server to read Unix mailbox files and append the messages to Cyrus mailboxes. I need to do this for 17000 mailboxes, and it's way too slow. The server is

RE: lmtpd locking continued

2001-10-01 Thread Nick Ustinov
Larry, just did that and it sent 48 out of 721 msgs in mqueue.. And froze here: Running /var/spool/mqueue/f91HRse04091 (sequence 49 of 721) >>> RSET 250 2.0.0 ok <[EMAIL PROTECTED]>... Using cached ESMTP connection to localhost via cyrus... >>> MAIL From:<[EMAIL PROTECTED]> SIZE=538 250 2.1.0 ok

RE: lmtpd locking continued

2001-10-01 Thread Nick Ustinov
Ken, just pulled latest cvs version, still the same. As for too many files open, I have echo 32768 >/etc/fs/file-max -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 17:59 To: Nick Ustinov Cc: '[EMAIL PROTECTED]' Subject: Re: lmtpd lockin

Re: "!" in folder names

2001-10-01 Thread Gene Rackow
Also don't forget that ! is a special to many mail systems as well. o O ( there are those of us that still remember UUCP bang paths) --Gene Ken Murchison made the following keystrokes: > > >Darin Perusich wrote: >> >> does anyone know of any issues with using exclamation points in folder >

Re: lmtpd locking continued

2001-10-01 Thread Ken Murchison
Nick Ustinov wrote: > > Sorry, > > it's 2.1.0pre, pulled sep 26th. Try pulling it again. I fixed a file descriptor leak (which I created) in lmtpd. Your lmtpd _may_ be running up against the fd limit. Do you get any complaints about too many open files? Ken -- Kenneth Murchison Ocean

Re: lmtpd locking?

2001-10-01 Thread Ken Murchison
Nick Ustinov wrote: > > I am still investigating this many-lmtpds-in memory thing and running > > sendmail -q -v -X shows the following: > > 05707 >>> Running /var/spool/mqueue/f91BZUx28683 (sequence 9 of 733) > > 05707 >>> >>> RSET > > 05707 >>> RSET > > 05707 <<< 250 2.0.0 ok > > 05707

Re: "!" in folder names

2001-10-01 Thread Ken Murchison
Darin Perusich wrote: > > does anyone know of any issues with using exclamation points in folder > names? You can try it, but I don't think that it will work because '!' is a shell meta-char and Cyrus doesn't allow these. To see what is allowed, look at GOODCHARS in mboxname.c. You can try a

Re: Migrating from wu-imap to Cyrus

2001-10-01 Thread mills
Leena Heino writes: > >Is your script able to remove the "From " header from mails that are >to be converted? Yes, that's always necessary. >I used this very simple but crude command to convert mailboxes: >cat user-mbox | formail -I "From " -s deliver -q user That's approximately what I used la

"!" in folder names

2001-10-01 Thread Darin Perusich
does anyone know of any issues with using exclamation points in folder names? -- Darin Perusich Unix Systems Administrator Cognigen Corp. [EMAIL PROTECTED]

Re: Migrating from wu-imap to Cyrus

2001-10-01 Thread Leena Heino
On Mon, 1 Oct 2001 [EMAIL PROTECTED] wrote: > Here's an example of a messages that Cyrus rejected when I was > testing loading Cyrus mailboxes from Unix mailboxes: > > From Fri Sep 28 10:09:00 2001 > Date: Fri, 28 Sep 2001 10:09:00 -0500 (CDT) > From: Postmaster >

Re: Migrating from wu-imap to Cyrus

2001-10-01 Thread mills
Cillian Sharkey writes: > >Marko Cuk <[EMAIL PROTECTED]> wrote: >> I have working cyrus, but I have problems with migration. >> >> If I try to move messages in Netscape client, it moves some folders, but on >> some folders I get an error, that message contains invalid header... > >I got that too

RE: lmtpd locking continued

2001-10-01 Thread Nick Ustinov
Sorry, it's 2.1.0pre, pulled sep 26th. concerning the problem -- i ran reconstruct on this mailbox (user.bforce) and it went fine, however this doesn't always help (was it a coincedence?) I enabled another sendmail.mc config with avpkeeper, which works fine now (non-local mails delivered). Howe

Re: lmtpd locking continued

2001-10-01 Thread Amos Gouaux
> On Mon, 1 Oct 2001 13:22:27 +0200 , > Nick Ustinov <[EMAIL PROTECTED]> (nu) writes: nu> And that's the place, where lmtpd freezes: nu> Oct 1 14:27:09 satan lmtpd[5687]: duplicate_check: nu> <[EMAIL PROTECTED]> user.bforce 0 You should probably indicate what version of Cyrus

lmtpd locking continued

2001-10-01 Thread Nick Ustinov
And that's the place, where lmtpd freezes: Oct 1 14:27:09 satan lmtpd[5687]: duplicate_check: <[EMAIL PROTECTED]> user.bforce 0 Nick Ustinov Enterprise Solutions Group Director Vide Infra Grupa SIA 40 Brivibas St, Riga, Latvia, LV 1050 phone: +371 7812294 fax: +371 7812297 http:

Re: Migrating from wu-imap to Cyrus

2001-10-01 Thread Marko Cuk
I found the problem. >From [EMAIL PROTECTED] Wed Jul 25 01:08:53 2001 >From cuk Wed Jul 25 01:08:53 2001 --PROBLEM Return-Path: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Received: from localhost (localhost.nu.cuk.nu [127.0.0.1]) by nu.cuk.

Re: Migrating from wu-imap to Cyrus

2001-10-01 Thread Cillian Sharkey
Marko Cuk <[EMAIL PROTECTED]> wrote: > I have working cyrus, but I have problems with migration. > > If I try to move messages in Netscape client, it moves some folders, but on > some folders I get an error, that message contains invalid header... I got that too when doing a mass-conversion a wh

lmtpd locking?

2001-10-01 Thread Nick Ustinov
I am still investigating this many-lmtpds-in memory thing and running sendmail -q -v -X shows the following: 05707 >>> Running /var/spool/mqueue/f91BZUx28683 (sequence 9 of 733) 05707 >>> >>> RSET 05707 >>> RSET 05707 <<< 250 2.0.0 ok 05707 >>> 250 2.0.0 ok 05707 >>> [EMAIL PROTECTED] Using

Migrating from wu-imap to Cyrus

2001-10-01 Thread Marko Cuk
I have working cyrus, but I have problems with migration. If I try to move messages in Netscape client, it moves some folders, but on some folders I get an error, that message contains invalid header... I have tried a scripts mbox2cyrus, uw2cyrus, but none of them is working ok for me. They do

Re: LMTPD signaled to death by 11 - neverending story [the end]

2001-10-01 Thread Szymon Juraszczyk
On Mon, 2001-10-01 at 17:27:58, Jeremy Howard wrote: > Szymon Juraszczyk wrote: > > OK, do not worry :-) We learn something each day. I had no sleep, it was > > already dawn so I wrote some sharp words. Thanks for contributing the > > software anyway! > > > Can you post the patch that you made

Re: overview.html

2001-10-01 Thread Tarjei Huse
TO ALL YOU PEOPLE ON THE CYRUS MAILLINGLIST: Read the faq and mail me all errors you find, especially spellingerrors :) > I find the Cyrus docs pretty reliable. I suggest that in the FAQ you > remove the comment about suggesting that users follow the HOWTO but be > aware of differences with v2,

Re: LMTPD signaled to death by 11 - neverending story [the end]

2001-10-01 Thread Jeremy Howard
Szymon Juraszczyk wrote: > OK, do not worry :-) We learn something each day. I had no sleep, it was > already dawn so I wrote some sharp words. Thanks for contributing the > software anyway! > Can you post the patch that you made please? Any other suggestions for improving unix_notify? I haven't