Re: Backend attempting to proxy to itself?

2010-04-26 Thread Simon Beale
Aaahh, ok. I've taken that "services" line out, and it's all now looking sane in the mailboxes.db dumps. So thank you very much for that (I've spent a few days tearing my hair out over this :-) I'll have to work out now why I thought that was a good idea to include. The creating on the frontend

Re: Backend attempting to proxy to itself?

2010-04-26 Thread Brian Awood
You need to remove mupdate entry from the "Services" section of the cyrus config on the backend servers. mupdate always assumes mailboxes are remote so it is going through and changing all the mailbox entries to remote ones. I'm not sure about the autocreate feature though, I assume that is wh

Re: Backend attempting to proxy to itself?

2010-04-26 Thread Andrew Morgan
On Mon, 26 Apr 2010, Simon Beale wrote: > Thank you! > > Yes, doing the following steps: > - ctl_mboxlist -d > file.txt > - stopping the backend cyrus > - removing mailboxes.db, > - starting cyrus > - ctl_mboxlist -u < file.editted.txt > does mean I can run "imtest -a cyrus-frontend -u simon store

Re: Backend attempting to proxy to itself?

2010-04-26 Thread Simon Beale
Thank you! Yes, doing the following steps: - ctl_mboxlist -d > file.txt - stopping the backend cyrus - removing mailboxes.db, - starting cyrus - ctl_mboxlist -u < file.editted.txt does mean I can run "imtest -a cyrus-frontend -u simon store-101" (i.e. against the backend) successfully and SELECT t

Re: Backend attempting to proxy to itself?

2010-04-26 Thread Brian Awood
imapd is trying to proxy because the entry "1 store-101.internal.example.com" tells it that it's remote, even though it is not. Theoretically this would work correctly with a unified murder configuration, where any machine can proxy for another, but it isn't implemented. The mailbox entry on the

Backend attempting to proxy to itself?

2010-04-26 Thread Simon Beale
I'm having problems with getting the backend responding correctly in a murder cluster (using Simon Matter's 2.3.16 rpm built on CentOS 5.4). I've got it so that I can run cyradm and issue 'cm user.simon' on the frontend, see it make the mailbox on the backend, and doing 'ctl_mboxlist -d' on murder,

Re: Duplicate

2010-04-26 Thread karen turner
On Friday 23 April 2010, Forrest Aldrich wrote: > I've a feeling I need to rebuild something.  Recursively rebuilding the > mailboxes did not help.   I renamed the original INBOX/Drafts folder and > the errant folder "Drafts" still exists and I get Permission denied when > I try to save.  I'm unabl