|
From: Jeff M. <jm...@qn...> - 2004-02-02 19:12:50
|
Yes, that holds true with postfix 2.x and cyrus 2.x, I will have to take
a look at the efficiency standpoint, I saw no real problem well into the
1000's of pieces/min but I didnt test it both ways, mostly because I
never saw the need to. Good point, I'll add this info to the howto once
I'm done testing.
Jeff Meden
Wil Cooley wrote:
>Both guides by Tony and Jeff recommend for Postfix to deliver to Cyrus:
>
>mailbox_transport=cyrus
>
>I haven't looked at Postfix 2 yet, so maybe it's changed, but on 1.1
>that's defined as:
>
>cyrus unix - n n - - pipe
> flags=R user=cyrus argv=/usr/cyrus/bin/deliver -e -m ${extension} ${user}
>
>Delivering through 'deliver' is ineffecient; for one thing, it entails
>invoking another process, but mostly IIRC 'deliver' has to be called
>once for each recipient, so you lose the benefits of single instance
>store. What the Cyrus people tend to recommend is using LMTP over UNIX
>domain socket:
>
>mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
>
>Wil
>
>
|