Re: cyrus replication validation

2007-04-09 Thread Dmitriy Kirhlarov
On Fri, Apr 06, 2007 at 05:52:28PM -0400, John Capo wrote:

  On both servers:
  find imap/ -type f | awk '!/(cache|index|header)/ {print}' | sort  
  server1.lst
  find imap/ -type f | awk '!/(cache|index|header)/ {print}' | sort  
  server2.lst
  
  and
  diff -u server1.lst server2.lst
  
 
 Quick mailboxes.db check.
 
 ctl_mboxlist -d | md5   on server1
 ctl_mboxlist -d | md5   on server2
 
 Both hashes should be identical.  Or diff the ctl_mboxlist -d
 outputs.

Please, correct me, if I wrong. It's just check of mailbox lists, but
not messages numbers.

WBR.
Dmitriy

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: how to secure authentication ?

2007-04-09 Thread Dmitriy Kirhlarov
Hi!

On Mon, Apr 09, 2007 at 10:53:34AM +0530, JOYDEEP wrote:

  Sorry, I forget, what version of cyrus imapd you are using?

 
 it is cyrus-imapd-2.2.12-27.6.
 thanks a lot

I have same problem with 2.2.12_1 on FreeBSD. Thunderbird sieve plugin
can't setup secure connection to timesieved. Possible, it's a
timesieved bug, but I'm not sure.

2.3.8_1 doesn't have any problem with SSL-ed connection to timesieved.

By.
Dmitriy

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: how to secure authentication ?

2007-04-09 Thread JOYDEEP
Dmitriy Kirhlarov wrote:
 Hi!

 On Mon, Apr 09, 2007 at 10:53:34AM +0530, JOYDEEP wrote:

   
 Sorry, I forget, what version of cyrus imapd you are using?
   
   
 it is cyrus-imapd-2.2.12-27.6.
 thanks a lot
 

 I have same problem with 2.2.12_1 on FreeBSD. Thunderbird sieve plugin
 can't setup secure connection to timesieved. Possible, it's a
 timesieved bug, but I'm not sure.

 2.3.8_1 doesn't have any problem with SSL-ed connection to timesieved.
   
thanks for the information.
 By.
 Dmitriy
 
 Cyrus Home Page: http://cyrusimap.web.cmu.edu/
 Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
 List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


   


Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: how to secure authentication ?

2007-04-09 Thread Rudy Gevaert

Dmitriy Kirhlarov wrote:

Hi!

On Mon, Apr 09, 2007 at 10:53:34AM +0530, JOYDEEP wrote:


Sorry, I forget, what version of cyrus imapd you are using?
  

it is cyrus-imapd-2.2.12-27.6.
thanks a lot


I have same problem with 2.2.12_1 on FreeBSD. Thunderbird sieve plugin
can't setup secure connection to timesieved. Possible, it's a
timesieved bug, but I'm not sure.

2.3.8_1 doesn't have any problem with SSL-ed connection to timesieved.


Are you sure?  I'm running 2.3.7, but have a 2.3.8 test environment, and 
didn't thought it was possible.  I didn't see anything in the changelog 
mentionning sieve over ssl.  sivtest doesn't support ssl in 2.3.8.


Don't you mean tls in stead of ssl?

Rudy




--
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Rudy Gevaert  [EMAIL PROTECTED]  tel:+32 9 264 4734
Directie ICT, afd. Infrastructuur  Direction ICT, Infrastructure dept.
Groep Systemen Systems group
Universiteit Gent  Ghent University
Krijgslaan 281, gebouw S9, 9000 Gent, Belgie   www.UGent.be
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: how to secure authentication ?

2007-04-09 Thread Dmitriy Kirhlarov
On Mon, Apr 09, 2007 at 11:04:31AM +0200, Rudy Gevaert wrote:

 I have same problem with 2.2.12_1 on FreeBSD. Thunderbird sieve plugin
 can't setup secure connection to timesieved. Possible, it's a
 timesieved bug, but I'm not sure.
 2.3.8_1 doesn't have any problem with SSL-ed connection to timesieved.
 
 Are you sure?  I'm running 2.3.7, but have a 2.3.8 test environment, and 
 didn't 
 thought it was possible.  I didn't see anything in the changelog mentionning 
 sieve 
 over ssl.  sivtest doesn't support ssl in 2.3.8.
 

 Don't you mean tls in stead of ssl?

Yes. I mean tls. But it doesn't work for me on 2.2.12.

WBR.
Dmitriy

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Cyrus virtual domains quota

2007-04-09 Thread ram
I have cyrus server with ~600 virtual domains ( cyrus-imapd-2.3.7 on
centos 4.4 ) 


Can I have a quota for every virtual domain 

I give quota to every user, but I want to be able to let domain
administrator manage quotas of their own email users 

Does cyrus support this 


Thanks
Ram



Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: cyrus replication validation

2007-04-09 Thread John Capo
Quoting Dmitriy Kirhlarov ([EMAIL PROTECTED]):
 On Fri, Apr 06, 2007 at 05:52:28PM -0400, John Capo wrote:
 
   On both servers:
   find imap/ -type f | awk '!/(cache|index|header)/ {print}' | sort  
   server1.lst
   find imap/ -type f | awk '!/(cache|index|header)/ {print}' | sort  
   server2.lst
   
   and
   diff -u server1.lst server2.lst
   
  
  Quick mailboxes.db check.
  
  ctl_mboxlist -d | md5   on server1
  ctl_mboxlist -d | md5   on server2
  
  Both hashes should be identical.  Or diff the ctl_mboxlist -d
  outputs.
 
 Please, correct me, if I wrong. It's just check of mailbox lists, but
 not messages numbers.

Correct.



 
 WBR.
 Dmitriy
 
 Cyrus Home Page: http://cyrusimap.web.cmu.edu/
 Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
 List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html