Re: Force full replication

2012-09-17 Thread Bron Gondwana
On Mon, Sep 17, 2012, at 04:05 PM, Patrick Boutilier wrote: > Cyrus 2.4.16 > > Is there a way to force the sync-client to do a complete sync to the > replica instead of just the new messages? My situation is that I lost > half of my data on the replication server due to a RAID failure but not

Force full replication

2012-09-17 Thread Patrick Boutilier
Cyrus 2.4.16 Is there a way to force the sync-client to do a complete sync to the replica instead of just the new messages? My situation is that I lost half of my data on the replication server due to a RAID failure but not the metadata. So cyrus on the replica thinks that the data is still t

Perl API bug when single quote in mailboxname?

2012-09-17 Thread Daniel Pedraja
Hi, I'm using Roberto Tecchio's webmin module for mailbox administration. If mailbox name contains single quote, module fails to display mailboxtree. Did some research on module code and found that list command doesn't escape single quotes on mailbox name. I found the way to patch this on modu