Re: how do you debug deliver?

2000-12-13 Thread Marc G. Fournier
On Tue, 12 Dec 2000, Tom Samplonius wrote: > > On Tue, 12 Dec 2000, The Hermit Hacker wrote: > > > %cat 70559 | /usr/cyrus/bin/deliver -m scrappy -lD > > cat: 70559: No such file or directory > > connect failed: No such file or directory > > 421 4.3.0 deliver: connect failed > > Well, 70559

Are cyrus docs up-to-date?

2000-12-13 Thread Adonis El Fakih
Hi, I was reading the docs on http://asg.web.cmu.edu/cyrus/download/ about Cyrus. We currently run cyrus 1.5.18 and want to upgrade to 1.6+ According to the docs the newest version is 1.6.24, and what prompted me to email the list, is that is still says that the /var/imap/mailboxes file is a fl

release date of 2.0.8? (was: Version recommendation & Docs request)

2000-12-13 Thread Walter Steiner
> 2.0.7 is pretty stable. The CVS version fixes a couple of little bugs. If does anybody know when to expect the release of 2.0.8 (or whatever it will be)? We are running 2.0.7 on our test server for 3 months and we are about to switch our production server to cyrus before the end of the year an

Re: how do you debug deliver?

2000-12-13 Thread Tom Samplonius
On Wed, 13 Dec 2000, Marc G. Fournier wrote: ... > now, the "problem email" is in the mqueue, which, of course, isn't in a > format that I can 'cat' into deliver ... any suggestions? Easy enough. deliver just wants an message in RFC-822 format. You can easily chop up a sendmail queue file i

Re: release date of 2.0.8? (was: Version recommendation & Docsrequest)

2000-12-13 Thread Marc G. Fournier
On Wed, 13 Dec 2000, Walter Steiner wrote: > > 2.0.7 is pretty stable. The CVS version fixes a couple of little bugs. If > > does anybody know when to expect the release of 2.0.8 (or whatever it > will be)? We are running 2.0.7 on our test server for 3 months and we > are about to switch our pr

Re: how do you debug deliver?

2000-12-13 Thread The Hermit Hacker
Okay, added headers from a different message, changed the Message-ID to bypass the duplicate delivery suppression ... delivered great ... what is the chance that the problem is in lmtpd itself? is there a way of debugging that from the command line? Maybe move it to inetd, if possible, instead

Re: release date of 2.0.8? (was: Version recommendation & Docs request)

2000-12-13 Thread Jeremy Howard
Walter Steiner wrote: > > 2.0.7 is pretty stable. The CVS version fixes a couple of little bugs. If > > does anybody know when to expect the release of 2.0.8 (or whatever it > will be)? I guess it'll be whenever Lawrence gets around to it ;-) > We are running 2.0.7 on our test server for 3 month

Re: release date of 2.0.8? (was: Version recommendation & Docs request)

2000-12-13 Thread Jeremy Howard
Marc G. Fournier wrote: > On Wed, 13 Dec 2000, Walter Steiner wrote: > > > > 2.0.7 is pretty stable. The CVS version fixes a couple of little bugs. If > > > > does anybody know when to expect the release of 2.0.8 (or whatever it > > will be)? We are running 2.0.7 on our test server for 3 months a

Re: aliasing/forwarding loop broken ...

2000-12-13 Thread The Hermit Hacker
oh good, I thought it was just me going mad ... does anything in my .mc file jump out at anyone knowing sendmail more then I as to what is misconfigured though? Checking things on another server where I have Cyrus 2.0.7 installed and sendmail 8.11.0, using expn, I can generate the same error, s

LMTP vs SMTP

2000-12-13 Thread Cillian Sharkey
Hi Folks, I was mentioning to a friend how Cyrus now recieves messages over LMTP. Not being familiar with the protocol (nor I), he skimmed over the LMTP RFC. From this brief read, he came to the conclusion that LMTP was more or less redundant, considering its close similarity to SMTP. I couldn't

user+detail doesn't work for me

2000-12-13 Thread Heiner Strauss
Hello all, I try to make sending mail to user+detail work with cyrus-imapd-1.6.22 and sendmail-8.9.3. The mail arrives always in the user INBOX. After some reading in the archives, i found out about lmtp. I don't have lmtpd, only deliver. Here is my sendmail.mc: divert(0)dnl VERSIONID(`$FreeBSD:

Re: Are cyrus docs up-to-date?

2000-12-13 Thread Jeremy Howard
Adonis El Fakih wrote: > I was reading the docs on http://asg.web.cmu.edu/cyrus/download/ about > Cyrus. We currently run cyrus 1.5.18 and want to upgrade to 1.6+ > > According to the docs the newest version is 1.6.24, and what prompted me > to email the list, is that is still says that the /var/

Re: Are cyrus docs up-to-date?

2000-12-13 Thread Scot W. Hetzel
From: "Adonis El Fakih" <[EMAIL PROTECTED]> > I was reading the docs on http://asg.web.cmu.edu/cyrus/download/ about > Cyrus. We currently run cyrus 1.5.18 and want to upgrade to 1.6+ > > According to the docs the newest version is 1.6.24, and what prompted me > to email the list, is that is stil

Re: user+detail doesn't work for me

2000-12-13 Thread Scot W. Hetzel
From: "Heiner Strauss" <[EMAIL PROTECTED]> > I try to make sending mail to user+detail work with > cyrus-imapd-1.6.22 and sendmail-8.9.3. The mail > arrives always in the user INBOX. After some reading > in the archives, i found out about lmtp. I don't > have lmtpd, only deliver. Here is my sendma

Re: LMTP vs SMTP

2000-12-13 Thread Scot W. Hetzel
From: "Cillian Sharkey" <[EMAIL PROTECTED]> > I was mentioning to a friend how Cyrus now recieves messages over LMTP. Not > being familiar with the protocol (nor I), he skimmed over the LMTP RFC. From > this brief read, he came to the conclusion that LMTP was more or less > redundant, considering

Re: aliasing/forwarding loop broken ...

2000-12-13 Thread The Hermit Hacker
On Wed, 13 Dec 2000, Michael Yount wrote: > Marc, > > I just tried eliminating the following rule from a test sendmail.cf > on mail.postgresql.org, and it appears to have solved the problem. > I'm not sure why this rule would create a rewriting loop. > > Michael > > :} > :}LOCAL_RULESETS >

Re: user+detail doesn't work for me

2000-12-13 Thread Heiner Strauss
"Scot W. Hetzel" wrote: > > From: "Heiner Strauss" <[EMAIL PROTECTED]> > > I try to make sending mail to user+detail work with > > cyrus-imapd-1.6.22 and sendmail-8.9.3. The mail > > arrives always in the user INBOX. After some reading > > in the archives, i found out about lmtp. I don't > > have

plussed aliasing with 2.0.7?

2000-12-13 Thread Marc G. Fournier
Everywhere I check, it appears to be working with my sendmail systems that do not have 2.0.7 installed ... is anyone actually using this with 2.0.7? How about 2.0.7+sendmail 8.11.x? Marc G. Fournier [EMAIL PROTECTED] Senior Systems Administrator

Re: LMTP vs SMTP

2000-12-13 Thread +archive . info-cyrus
If you watch the protocols, one difference should become apparent. With SMTP, after the `.' concluding the `DATA' command, you'll only get one response, no matter how many recipients were listed for that message. However, with LMTP, you get a response for each recipient, in the order that the rec

Re: Success 2.0.7, SSL, and SASL!

2000-12-13 Thread Joe Rhett
Michael, "Secure Password Authentication" is a not-so-secure Microsoft-Domain-specific form of authentication. It basically means "send this mail server your current authentication token ..." In short, it don't work with Unix servers at all, especially Cyrus. You can disable this, and enable us

DB3 problem in Cyrus 2.0.7 under heavy load?

2000-12-13 Thread Gert Poletiek
We've set up a Cyrus 2.0.7 server on a Sun Ultra 220R (dual cpu) and during stress testing found a problem that seems to be related to Berkeley-DB (both versions 3.0.55 and 3.1.17). The stress test consists of 4 clients on 4 hosts connecting as the cyrus admin user to 4 different user.INBOX mai

deliver error

2000-12-13 Thread Stephen Fischer
I'm getting occasional mail items that are not able to be delivered, with an error being returned from deliver to sendmail. Software: solaris 8, imap 1.6.24, sendmail 8.10.1, sasl 1.5.20 Currently, there are two messages that are sitting there unable to be delivered and sendmail is retrying ever

Re: Success 2.0.7, SSL, and SASL!

2000-12-13 Thread Michael Fair
Are there any docs on the specifics? Adding support for this to Cyrus and SASL would be very cool. -- Michael -- - Original Message - From: "Joe Rhett" <[EMAIL PROTECTED]> To: "Michael Fair" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 13, 2000 1:46 PM Subject:

Re: LMTP vs SMTP

2000-12-13 Thread Nadeem Hasan
"Scot W. Hetzel" wrote: > > > LMTP will send the message only once to cyrus and allow cyrus to deliver the > message internally to the list of recipients provided during the LMTP > exchange with sendmail. One nice feature that this provides to cyrus is > single-message store, where the message i

Re: LMTP vs SMTP

2000-12-13 Thread The Hermit Hacker
On Wed, 13 Dec 2000, Nadeem Hasan wrote: > "Scot W. Hetzel" wrote: > > > > > > LMTP will send the message only once to cyrus and allow cyrus to deliver the > > message internally to the list of recipients provided during the LMTP > > exchange with sendmail. One nice feature that this provides t