Re: Cluster solution for mailserver

2000-12-12 Thread Amos Gouaux
> On Tue, 12 Dec 2000 10:56:23 -0800, > Rainer Enders <[EMAIL PROTECTED]> (re) writes: re> Since nfs is not recommended to use what is the re> best solution to setup a cluster solution for a cyrus re> mailserver. I'm thinking of setting up two servers re> that talk to the same ufs mounted

Re: Cluster solution for mailserver

2000-12-12 Thread Tom Samplonius
On Tue, 12 Dec 2000, Rainer Enders wrote: > Since nfs is not recommended to use what is the > best solution to setup a cluster solution for a cyrus > mailserver. I'm thinking of setting up two servers > that talk to the same ufs mounted filesystem. You can setup two servers each with their ow

Re: how do you debug deliver?

2000-12-12 Thread Tom Samplonius
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 doesn't exist. Operator error. > %cat 70559. | /usr/cyrus/bi

Re: Version recommendation & Docs request

2000-12-12 Thread Jeremy Howard
Cillian Sharkey wrote: > Some time in the near future I will be converting a POP3 site over to IMAP > using Cyrus. I plan on using Exim on the external mail host to deliver > mail by LMTP over TCP to the internal imap server. Should I use 1.6.x > or 2.0.x? If 2.0.x is just as stable as 1.6.x, then

unsubscribe

2000-12-12 Thread Joe Turner
unsubscribe

bug in lmtpd in v2.0.7?

2000-12-12 Thread The Hermit Hacker
reading through whatever I can find, I'm starting to wonder if there is a bug in lmtp that I'm taxing :( using 'sendmail -qRscrappy -v' to force delivery, the first message appears to try to go through and then lmtpd dies: mail1# sendmail -qRscrappy -v^M Running /var/spool/mqueue/q00/eBBLcm177

how do you debug deliver?

2000-12-12 Thread The Hermit Hacker
%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 %cat 70559. | /usr/cyrus/bin/deliver -m scrappy -lD connect failed: No such file or directory 421 4.3.0 deliver: connect failed %cat

Postmaster notify: see transcript for details (fwd)

2000-12-12 Thread The Hermit Hacker
aliasing/forwarding loop ... can someone tell me if I've screwed up somethign with me .mc file that is causing the problems that I've been reporting? Its as follows: = # divert(-1) # # (C) Copyright 2000 by Carnegie Mellon University # # This sample mc file is for a sit

Re: Cluster solution for mailserver

2000-12-12 Thread Michel Jouvin
We have been using for 5 years Cyrus imapd technology (we are now actually running MessagingDirect imap server) in a Digital/Compaq Tru64/TruCluster configuration. Tru64 provides a journaling filesystem (called Advfs). We have been very successful with this config. Michel --On mardi 12 décemb

Version recommendation & Docs request

2000-12-12 Thread Cillian Sharkey
Hi Folks, Some time in the near future I will be converting a POP3 site over to IMAP using Cyrus. I plan on using Exim on the external mail host to deliver mail by LMTP over TCP to the internal imap server. Should I use 1.6.x or 2.0.x? If 2.0.x is just as stable as 1.6.x, then I will use it. Is

Cluster solution for mailserver

2000-12-12 Thread Rainer Enders
Since nfs is not recommended to use what is the best solution to setup a cluster solution for a cyrus mailserver. I'm thinking of setting up two servers that talk to the same ufs mounted filesystem. One issue is certainly that the OS filesystem shall be a journaling file system since it would tak

Re: Cyrus/SASL Authentication

2000-12-12 Thread Lawrence Greenfield
Which is a bug and hopefully fixed in cvs (finally) after a long long time. Larry --On Wednesday, December 06, 2000 09:20:58 AM -0600 "Scot W. Hetzel" <[EMAIL PROTECTED]> wrote: > From: "Michael Fair" <[EMAIL PROTECTED]> >> > Have you checked the following files for proper configuration entrie

Re: How to tell imapd and imspd to advertize LOGIN?

2000-12-12 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > Kenneth Murchison writes: > > > >I don't know about imspd, but for imapd run it with '-p 2' (or higher). > >Check imapd(8) for details. > > And here I was reading the source looking for a way, and RTFM would > have done it. However, I wouldn't have guessed that fr