how to enable TLs encryption only ?

2007-03-29 Thread JOYDEEP
Dear list,

is it possible to enable the TLs encryption in cyrus ? I don't need the
certificate to authenticate the client. only the transportation will be
encrypted.
How can I do this ?
thanks

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: POP3 to CyrusIMAP migration howto ?

2007-03-29 Thread Dmitriy Kirhlarov
On Wed, Mar 28, 2007 at 12:10:39PM +0530, BipinDas wrote:

> >>I would like to migrate my existing POP3 inboxs to newly created Cyrus
> >>IMAP mailbox. Is anybody gone across  this requirement.
> >>Please give me a right solution.
> >>Thanks in advance.
> >  
> Sir,
> I do have more than 10,000 mailboxes. May be a stupid question,but i
> have to found an 
> answer.

I write yesterday. You need mailsync from
http://mailsync.sourceforge.net/
This software present in FreeBSD port collection. I think, you can
also find rpm for Linux.

Just several steps needed:
1. create cyrus mailboxes (this can be scripted with perl or python.
Possible, other languages also have cyrus libraries).
2. write simple config for mailsync.
3. run mailsync with cyrus proxy user account for import mail.
4. switch off your old mail server.

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: Manually deleting a mailbox

2007-03-29 Thread Patrick Boutilier

AndrXs Tarallo wrote:

In a cyrus ima server I administer someone deleted manually a mailbox
(rm -f  /var/spool/imap/user/themailbox), traying to fix a problem.

In the cyradm the mailbox still exists, and I can't delete it. 


Theres a method for deleting the mailbox manully? Any help will be
appreciated. 


su - cyrus
mkdir -p /var/spool/imap/user/themailbox
reconstruct user.themailbox


or something close to that. Basic idea is to reconstruct the user and 
then delete the user.





A/P Andres Tarallo
WD&B Consultores
Montevideo - Uruguay

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: Manually deleting a mailbox

2007-03-29 Thread Andrew Morgan

On Thu, 29 Mar 2007, AndrXs Tarallo wrote:


In a cyrus ima server I administer someone deleted manually a mailbox
(rm -f  /var/spool/imap/user/themailbox), traying to fix a problem.

In the cyradm the mailbox still exists, and I can't delete it.

Theres a method for deleting the mailbox manully? Any help will be
appreciated.


Try this:

1. Create an empty cyrus.header file in the filesystem where the mailbox 
should exist (touch /var/spool/imap/user/themailbox/cyrus.header).

2. Give it the correct ownership and permissions.
3. Run (as your cyrus user) "reconstruct -f -x user.themailbox".

This should give you an empty mailbox again.  Then you can use cyradm to 
delete the mailbox correctly.


Andy

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 with imaps and encrypted authentication

2007-03-29 Thread Bernhard D Rohrer
I have configured my cyrus to use imaps and am trying to use Thunderbird 
to connect.


imaps as such works fine, but if i try to encrypt the authentication I 
get the message that encryption is not enabled on my server.


the mail.log just gives me this:

Mar 29 18:05:43 collab cyrus/master[5558]: about to exec 
/usr/lib/cyrus/bin/imapd

Mar 29 18:05:43 collab cyrus/imaps[5558]: executed
Mar 29 18:05:43 collab cyrus/imaps[5558]: accepted connection
Mar 29 18:05:43 collab cyrus/imaps[5558]: starttls: TLSv1 with cipher 
AES256-SHA (256/256 bits reused) no authentication

Mar 29 18:06:50 collab cyrus/master[4238]: process 5558 exited, status 0

what am I missing?

cheers

Bernhard
--
Graylion's Fetish & Fashion Store
Goth and Kinky Boots, Clothing and Jewellery
http://www.graylion.net

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: Manually deleting a mailbox

2007-03-29 Thread Bernhard D Rohrer

AndrXs Tarallo wrote:

In a cyrus ima server I administer someone deleted manually a mailbox
(rm -f  /var/spool/imap/user/themailbox), traying to fix a problem.

In the cyradm the mailbox still exists, and I can't delete it. 


Theres a method for deleting the mailbox manully? Any help will be
appreciated. 


A/P Andres Tarallo
WD&B Consultores
Montevideo - Uruguay

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


Hey andres

have a look at http://www.oreilly.com/catalog/mimap/chapter/ch09.html

for cyradm

Bernhard

--
Graylion's Fetish & Fashion Store
Goth and Kinky Boots, Clothing and Jewellery
http://www.graylion.net

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: after crash: new messages are marked as \Seen

2007-03-29 Thread Marten Lehmann

By the way: The maillog doesn't show any errors on the seen db.

Is there only one seen-db for all folders of one mailbox?

How does cyrus decide how to flag new messages?

Is there any possibility to reset the seen db (besides of deleting it)?

Regards
Marten



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


after crash: new messages are marked as \Seen

2007-03-29 Thread Marten Lehmann

Hello,

at this moment we have the problem, that new messages for the INBOX are 
marked as \Seen, while messages that are moved to the Junk-folder by a 
sieve script are correctly marked as \Unseen.


And at the same time, UIDs seem to be reused, so POP3 clients are 
deleting messages on the server because they think they have already 
downloaded a certain message.


I was running recontruct on all mailboxes, but the problem still exists. 
We are using cyrus 2.2.12 (redhat rpm). Any ideas?


Regards
Marten

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


Manually deleting a mailbox

2007-03-29 Thread Andr�s Tarallo
In a cyrus ima server I administer someone deleted manually a mailbox
(rm -f  /var/spool/imap/user/themailbox), traying to fix a problem.

In the cyradm the mailbox still exists, and I can't delete it. 

Theres a method for deleting the mailbox manully? Any help will be
appreciated. 

A/P Andres Tarallo
WD&B Consultores
Montevideo - Uruguay

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