Re: 2.3 to 2.4 Murder upgrade

2011-10-14 Thread Dave McMurtrie
On Oct 14, 2011, at 7:16 PM, Andrew Morgan wrote: > I finally have some time to work on upgrading our Cyrus Murder > installation from 2.3.16 to 2.4.12. We have 3 backends, 3 frontends, and > a mupdate master, all separate systems. > > When I upgraded from 2.2 to 2.3, I had to upgrade the bac

2.3 to 2.4 Murder upgrade

2011-10-14 Thread Andrew Morgan
I finally have some time to work on upgrading our Cyrus Murder installation from 2.3.16 to 2.4.12. We have 3 backends, 3 frontends, and a mupdate master, all separate systems. When I upgraded from 2.2 to 2.3, I had to upgrade the backends first. Otherwise, the 2.3 frontends would issue command

Re: Cyrus Postfix LMTP tuning

2011-10-14 Thread John Madden
>> lmtp_destination_concurrency_limit = 50 >> lmtp_destination_recipient_limit = 5000 >> lmtp_connection_cache_on_demand = no >> lmtp_data_done_timeout = 3600s > > Why do you set lmtp_connection_cache_on_demand = no? I had issues with the cached connections. I don't remember the specifics, just

Re: Cyrus Postfix LMTP tuning

2011-10-14 Thread Andrew Morgan
On Thu, 13 Oct 2011, John Madden wrote: >> Our Postfix relays (there are 3) seem to make one lmtp connection per >> message, rather than sending multiple messages down a single connection. >> >> Do any Cyrus+Postfix users out there have tuning recommendations? I see a >> lot of postfix lmtp_* co

Re: Cyrus Postfix LMTP tuning

2011-10-14 Thread k...@rice.edu
On Fri, Oct 14, 2011 at 11:01:13AM -0700, Andrew Morgan wrote: > On Fri, 14 Oct 2011, Henrique de Moraes Holschuh wrote: > > > On Thu, 13 Oct 2011, John Madden wrote: > >>> Our Postfix relays (there are 3) seem to make one lmtp connection per > >>> message, rather than sending multiple messages do

Re: Cyrus Postfix LMTP tuning

2011-10-14 Thread Andrew Morgan
On Fri, 14 Oct 2011, Henrique de Moraes Holschuh wrote: > On Thu, 13 Oct 2011, John Madden wrote: >>> Our Postfix relays (there are 3) seem to make one lmtp connection per >>> message, rather than sending multiple messages down a single connection. >>> >>> Do any Cyrus+Postfix users out there have

Re: Thunderbird's IMAP COMPRESS and Cyrus-IMAP 2.4.11

2011-10-14 Thread Bron Gondwana
On Fri, Oct 14, 2011 at 09:23:42PM +0400, Sergey wrote: > On Friday 14 October 2011, Bron Gondwana wrote: > > > I think you can change it in Thunderbird as well, in the advanced config: > > > > mail.server.default.use_compress_deflate > > User informed me what imap works after "use_compress_defl

Re: Cyrus Postfix LMTP tuning

2011-10-14 Thread Henrique de Moraes Holschuh
On Thu, 13 Oct 2011, John Madden wrote: > > Our Postfix relays (there are 3) seem to make one lmtp connection per > > message, rather than sending multiple messages down a single connection. > > > > Do any Cyrus+Postfix users out there have tuning recommendations? I see a > > lot of postfix lmtp_*

Re: Thunderbird's IMAP COMPRESS and Cyrus-IMAP 2.4.11

2011-10-14 Thread Dave McMurtrie
On 10/14/2011 08:49 AM, Bron Gondwana wrote: > (CC: info-cyrus - hopefully people can read the problem in my response > at least!) > > The easiest fix will be: > > suppress_capabilities: COMPRESS=DEFLATE > > in your imapd.conf. > > I think you can change it in Thunderbird as well, in the advanced c

Re: Thunderbird's IMAP COMPRESS and Cyrus-IMAP 2.4.11

2011-10-14 Thread Bron Gondwana
(CC: info-cyrus - hopefully people can read the problem in my response at least!) The easiest fix will be: suppress_capabilities: COMPRESS=DEFLATE in your imapd.conf. I think you can change it in Thunderbird as well, in the advanced config: mail.server.default.use_compress_deflate I'd be int