Re: cyrus folder move

2012-02-10 Thread Bron Gondwana
On Fri, Feb 10, 2012, at 02:48 PM, Adrian Kovacs wrote: hi sorry if this is a simple question, but is there a way i can prevent the users to move folders in cyrus? Like some just accidentally grab one folder in the outlook and move it to somewhere. You can take away the ACLs k an

RE: Reconstruct: IOERROR: Mailbox name too long

2012-02-10 Thread Bron Gondwana
remote_cyrus# ctl_mboxlist -d > file local_cyrus# clt_mboxlist -u < file In between these steps, do this: sed 's/\t0 spool[12] /\t0 default /' < file > file2 && mv file2 file (tested on a dumb sample here) basically you want to replace the "partition" field in the dump with default in all cases

cyrus folder move

2012-02-10 Thread Adrian Kovacs
hi sorry if this is a simple question, but is there a way i can prevent the users to move folders in cyrus? Like some just accidentally grab one folder in the outlook and move it to somewhere. Is not it possible to prevent this form cyrus? thanks ~ a Cyrus Home Page: http://www.cyrusimap.

RE: Reconstruct: IOERROR: Mailbox name too long

2012-02-10 Thread Manel Gimeno Zaragozá
Hello Bron, Thanks for your quick response. I paste the config from remote server: Remote server# configdirectory: /uc01-cyr1/shared/config defaultpartition: spool1 partition-spool1: /uc01-cyr1/shared/spool1 partition-spool2: /uc01-cyr1/shared/spool2 Local server# partition-defau

Re: Reconstruct: IOERROR: Mailbox name too long

2012-02-10 Thread Bron Gondwana
Bogus message is probably totally bogus. I suspect the real error is that your partition layout doesn't match. What were the partitions on the remote cyrus? Also - recommend you don't do this - just copy the spool files AND the config files (/var/lib/imap/) to the new machine and it should upgra

Reconstruct: IOERROR: Mailbox name too long

2012-02-10 Thread Manel Gimeno Zaragozá
Hello, I've installed "cyrus-imapd-2.4.13-1.el6.x86_64" and i'm trying to migrate a mailbox from a remote cyrus server to a new one. The steps I follow are: remote_cyrus# ctl_mboxlist -d > file local_cyrus# clt_mboxlist -u < file local_cyrus# reconstruct -rxf user.test_user user.test_user: