Re: avelsieve problem switching mail servers

2009-11-10 Thread Maria McKinley
Simon Matter wrote: >> Simon Matter wrote: >> snipped a bunch of stuff to keep things readable<< >> I seem to have scripts created by both websieve and avelsieve, but I >> do >> know that we have been managing sieve through squirrelmail for a very >> long time. Looks like the we

Murder confusion -- two mupdate slaves, lmtpproxyd's always connecting to master

2009-11-10 Thread Michael Bacon
First off, thank you to everyone who's chimed in with extremely helpful suggestions in response to my previous message. Some of them have helped performance, and others mysteriously haven't when I really thought they would, but it's been very helpful for me in untying this knot. I've been too

Re: Murder confusion -- two mupdate slaves, lmtpproxyd's always connecting to master

2009-11-10 Thread Gary Mills
On Tue, Nov 10, 2009 at 11:51:42AM -0500, Michael Bacon wrote: > > I have two questions regarding the Murder architecture. The first is just > a general annoyance at the way master starts up the mupdate processes. In > order to get master to fire off anything, you have to set prefork=1. > How

Re: Murder confusion -- two mupdate slaves, lmtpproxyd's always connecting to master

2009-11-10 Thread Brian Awood
You can avoid the behavior in your second question by setting mupdate_config: unified in your proxies imapd.conf. That was a long standing issue with murder in a large scale environment with cyrus 2.2. On Tuesday 10 November 2009 @ 11:51, Michael Bacon wrote: > The second one is that the code

Re: Murder confusion -- two mupdate slaves, lmtpproxyd's always connecting to master

2009-11-10 Thread Michael Bacon
--On November 10, 2009 11:11:41 AM -0600 Gary Mills wrote: > I finally fixed that one, but it took a long time to find the reason. > I always had two copies of the mupdate master running, but one of them > did almost nothing... > > # ps -fp "$(pgrep mupdate)" > UID PID PPID C

Re: Murder confusion -- two mupdate slaves, lmtpproxyd's always connecting to master

2009-11-10 Thread Michael Bacon
I saw this recommendation elsewhere, but I don't understand why one would set mupdate_config: unified if I'm not, in fact, running a unified murder. What's the gain here? We have dedicated front-end boxes and dedicated back-end boxes. Is this just sort of a, "yeah, it's not for that, but it d

Re: Murder confusion -- two mupdate slaves, lmtpproxyd's always connecting to master

2009-11-10 Thread Brian Awood
On Tuesday 10 November 2009 @ 12:37, Michael Bacon wrote: > I saw this recommendation elsewhere, but I don't understand why one > would set mupdate_config: unified if I'm not, in fact, running a > unified murder. What's the gain here? We have dedicated front-end > boxes and dedicated back-end box

Quota question

2009-11-10 Thread Nybbles2Byte
Hello, If I do a SETQUOTA and GETQUOTA should I be using bytes or kilobytes? Sorry, this is probably obvious to most people but I am rather new at it. I'm connecting with "fsockopen" since I'm right on the server... just in case how you connect makes a difference. -- Nybbles2Byte

Re: Murder confusion -- two mupdate slaves, lmtpproxyd's always connecting to master

2009-11-10 Thread Michael Bacon
--On November 10, 2009 1:23:33 PM -0500 Brian Awood wrote: > Unfortunately it's not well documented, but the unified murder config > currently only works on a proxy host. Don't try to configure it on > a "backend" machine that has local mailboxes!!! Unless you want to > manually fix up the mai

Re: Quota question

2009-11-10 Thread Adam Tauno Williams
On Tue, 2009-11-10 at 11:10 -0800, Nybbles2Byte wrote: > Hello, > If I do a SETQUOTA and GETQUOTA should I be using bytes or kilobytes? > Sorry, this is probably obvious to most people but I am rather new at > it. KB. So "sq user.me 384000" is 384MB. > I'm connecting with "fsockopen" since I'm r

Re: VMware for Cyrus?

2009-11-10 Thread David Lang
On Mon, 9 Nov 2009, Sebastian Hagedorn wrote: --On 9. November 2009 08:37:46 -0300 Reinaldo de Carvalho wrote: You need analyse the I/O consumition. # iostat -d 1 I trust real world experiences more than benchmarks ... either people on this list have successfully run Cyrus under ESX or the

Re: VMware for Cyrus?

2009-11-10 Thread David Lang
On Mon, 9 Nov 2009, Sebastian Hagedorn wrote: --On 9. November 2009 14:10:54 +0100 Simon Matter wrote: While virtualization has advantages it has also disadvantages. One thing is that it introduces an additional layer of complexity into the game. It's my impression that in many areas virtuali

ipurge syntax

2009-11-10 Thread Patrick Boutilier
How can you get ipurge to only work on the INBOX? If I try this nothing happens: ipurge -d 31 user.spam If I put in -f then the INBOX and every folder underneath gets processed. man page seems to indicate that only processing the INBOX is not possible: Ipurge by default only deletes mail bel