Incorrect quota usage after XFER between servers

2010-10-01 Thread Simon Amor
Hi, We run a traditional murder with Cyrus 2.3.12p2 - 2 frontend, 2 backend, and a mupdate server. Whenever we migrate mailboxes all the mailboxes for the domain are moved at the same time, and there's a high chance that the quota usage will get messed up and mailboxes will have more than 1

Re: Incorrect quota usage after XFER between servers

2010-10-01 Thread Wesley Craig
On 01 Oct 2010, at 10:24, Simon Amor wrote: > Whenever we migrate mailboxes all the mailboxes for the domain are > moved at the same time, and there's a high chance that the quota usage > will get messed up and mailboxes will have more than 100% of their > quota used. Running the quota -f com

Re: Proxyd connecting to backend on 143, not 993

2010-10-01 Thread Matt Selsky
On Thu, 30 Sep 2010, Chris Riggins wrote: I'm running Cyrus IMAP 2.3.16, trying to get a murder working, but the "proxyd -s" daemon on the frontend isn't connecting to my backend on the secure port.  How does one make that happen?  An strace on the proxyd process shows that it never even

Re: Proxyd connecting to backend on 143, not 993

2010-10-01 Thread Chris Riggins
Matt, Thanks for the confirmation! I figured this out earlier this afternoon, and should've posted the solution. The answer was masked because I had specified LOGIN as a mechanism, and not PLAIN, so that when the backend_connect happened, I got a SIGSEV. Regards, Chris On Oct 1, 20