Re: lmtp sockets and sieve / duplicate suppression

2001-09-07 Thread Carsten Hoeger
On Thu, Sep 06, Scott Russell wrote: > Question about using lmtp sockets vs using deliver. Does using lmtp sockets > on cyrus at all take away my ability to use sieve scripts or duplicate > suppression? No, of course not. -- With best regards, Carsten Hoeger SuSE, The Linux Experts, http://

migrate exchange mailbox to cyrus mailbox

2001-09-07 Thread imp
Dear all, Is there any method/tools to migrate the mailbox in Exchange Server to Cyrus server? Could anyone share your experience? Thanks and regards, Boris

Re: migrate exchange mailbox to cyrus mailbox

2001-09-07 Thread Jeremy Howard
[EMAIL PROTECTED] wrote: > Is there any method/tools to migrate the mailbox in Exchange Server to Cyrus > server? Could anyone share your experience? > I haven't done this myself, but it wouldn't be hard to write a Perl script that uses Exchange's COM interface to enumerate users, folders, and mes

Re: migrate exchange mailbox to cyrus mailbox

2001-09-07 Thread Julien Marchal
Hi You can make a perl script which read messages (in exange) and append this messages in user's cyrus box. At 19:03 07/09/01 +0800, [EMAIL PROTECTED] a écrit: >Dear all, > >Is there any method/tools to migrate the mailbox in Exchange Server to Cyrus >server? Could anyone share your experience

Re: Malboxes with dots - Reprise

2001-09-07 Thread Ken Murchison
Sherpya wrote: > > I've succesfully installed and configured cyrus hiersep-r2 version from Ken > Murchison version 2.0.15, IMAP works ok, POP3 does not auth me... any idea? > POP3 says Invalid login How is Cyrus configured -- altnamespace? unixhiersep? What is the userid that you are trying

Re: lmtp sockets and sieve / duplicate suppression

2001-09-07 Thread Scott Adkins
--On Friday, September 07, 2001 9:11 AM +0200 Carsten Hoeger <[EMAIL PROTECTED]> wrote: > On Thu, Sep 06, Scott Russell wrote: > >> Question about using lmtp sockets vs using deliver. Does using lmtp >> sockets on cyrus at all take away my ability to use sieve scripts or >> duplicate suppression

Re: lmtp sockets and sieve / duplicate suppression

2001-09-07 Thread Scott Russell
On Fri, Sep 07, 2001 at 10:24:59AM -0400, Scott Adkins wrote: > --On Friday, September 07, 2001 9:11 AM +0200 Carsten Hoeger > <[EMAIL PROTECTED]> wrote: > > > On Thu, Sep 06, Scott Russell wrote: > > > >> Question about using lmtp sockets vs using deliver. Does using lmtp > >> sockets on cyrus

alternate path for cyrus.conf

2001-09-07 Thread Greg Hewett
I am looking to run more than one master process on a machine, and I am curious of the reasons why I would not want to do this. The reason that I want to do this is becuase I will be running cyrus in an failover configuration. Greg

Re: lmtp sockets and sieve / duplicate suppression

2001-09-07 Thread Ken Murchison
Scott Russell wrote: > > On Fri, Sep 07, 2001 at 10:24:59AM -0400, Scott Adkins wrote: > > --On Friday, September 07, 2001 9:11 AM +0200 Carsten Hoeger > > <[EMAIL PROTECTED]> wrote: > > > > > On Thu, Sep 06, Scott Russell wrote: > > > > > >> Question about using lmtp sockets vs using deliver.

Re: lmtp sockets and sieve / duplicate suppression

2001-09-07 Thread Scott Adkins
--On Friday, September 07, 2001 11:01 AM -0400 Scott Russell <[EMAIL PROTECTED]> wrote: > On Fri, Sep 07, 2001 at 10:24:59AM -0400, Scott Adkins wrote: >> --On Friday, September 07, 2001 9:11 AM +0200 Carsten Hoeger >> <[EMAIL PROTECTED]> wrote: >> >> > On Thu, Sep 06, Scott Russell wrote: >> >

Re: lmtp sockets and sieve / duplicate suppression

2001-09-07 Thread Lawrence Greenfield
Date: Fri, 07 Sep 2001 12:11:43 -0400 From: Scott Adkins <[EMAIL PROTECTED]> Actually, doesn't deliver take a switch to turn *on* duplicate email suppression (the -e switch)? Anyways, the -e option is depracated and now actually does nothing. Duplicate delivery suppression is on

Re: limit of file descriptors

2001-09-07 Thread David Lang
linux 2.0 and 2.2 have a FD limit ~512, this can be bumped up to 4092 with a source code edit, but cannot be pushed above that. 2.4 defaults to a much larger number (based on ram I think, on my 512M machines it's 8K) and can be bumped up to 32K or 64K (don't remember which at the moment) in a boot

Re: lmtp sockets and sieve / duplicate suppression

2001-09-07 Thread Ken Murchison
Scott Russell wrote: > > > > > >> Question about using lmtp sockets vs using deliver. Does using lmtp > > > > >> sockets on cyrus at all take away my ability to use sieve scripts or > > > > >> duplicate suppression? > > > > > > > > > Maybe just a *little* more description would help :-> Anyway

Re: lmtp sockets and sieve / duplicate suppression

2001-09-07 Thread Scott Russell
> > > >> Question about using lmtp sockets vs using deliver. Does using lmtp > > > >> sockets on cyrus at all take away my ability to use sieve scripts or > > > >> duplicate suppression? > > > > > > > Maybe just a *little* more description would help :-> Anyways, deliver > > > is nothing more tha

User unknown errors

2001-09-07 Thread Benjamin Bacon
Hey everyone, I have Cyrus Imap installed and working witht he latest sasl, BerkeleyDB and Sendmail. I am having a problem though. When a message is sent to a user on the system I get a unknown user error from sendmail. At least I think it is a sendmail error. The full error is like this : [

Quota root problems

2001-09-07 Thread Kiarna Boyd
Good Afternoon! I am having very weird behavior out of my Cyrus 2.0.7 quota. On user mailboxes that were upgraded, everything seems to be okay. But on mailboxes created after, I get the following error: New Account: > lq user.mpill STORAGE 0/8000 (0%) > setquota user.mpill 9000 > lqr user.mp

RE: Quota root problems

2001-09-07 Thread Kiarna Boyd
I have noticed the new accounts do not have a cyrus.seen file in the mailbox.How can I force this? quota -f is broken... -Original Message- From: Kiarna Boyd [SMTP:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 2:10 PM To: [EMAIL PROTECTED] Subject:Quota root pro

imspd via stunnel?

2001-09-07 Thread Amos Gouaux
Has anybody gotten imspd to work via stunnel? Without it can connect just fine. With it, get server identifier string, but then it hangs and doesn't respond to input -- Amos

No Subject

2001-09-07 Thread ¥²¬Ý~~~~
Title:

Re: imspd via stunnel?

2001-09-07 Thread Michael T. Bacon
Funny little gotcha with IMSP. It requires a CR/LF over stunnel, which doesn't always get there if you're using openssl to test it. To test it correctly, try "openssl s_client -crlf -connect imsp.somewhere.com:imsps" or whatever. If you're not using openssl to test it, chances are you're runni

Re: imspd via stunnel?

2001-09-07 Thread Amos Gouaux
> On Fri, 07 Sep 2001 19:07:28 -0400, > Michael T Bacon <[EMAIL PROTECTED]> (mtb) writes: mtb> correctly, try "openssl s_client -crlf -connect mtb> imsp.somewhere.com:imsps" or whatever. If you're not using openssl to mtb> test it, chances are you're running into the same CR/LF problem,

Question About LMTP-Auth

2001-09-07 Thread Raymond T Sundland
Excuse me if this has been asked before... I have configured sendmail to do unix domain socket lmtp calls. I then tested the email (mail -v account) and got the error message in syslog saying that I didn't auth and sendmail couldn't read /etc/mail/auth-info. So, I assumed it didn't work... howev