weird sieve issues

2005-03-16 Thread Cory D. Wiles
Programs Installed: Cyrus IMAPd 2.2.12 Cyrus SASL 2.1.20 I have been trying to get sieve running all day, but to no avail. If I run the following command: shell>$sieveshell --user=cwiles -a cyrus localhost I get the following error: connecting to localhost Bad protocol from MANAGESIEVE server:

Re: using imclient

2005-03-16 Thread Patrick Radtke
I'll add a little code sample // server returns NO on an error imclient_addcallback(imclient, "NO", CALLBACK_NOLITERAL, callback_error, &error_string, NULL); nc =1; imclient_send(imclient,end_command,(voi

logo -

2005-03-16 Thread Per olof Ljungmark
I was hoping to add a nice Cyrus-IMAP logo-symbol-picture to the login page of our webmail but failed to locate one, am I correct in saying there is none? If there is not I hope some artist could step forward and create one, this great piece of software deserves it! Thanks, Per olof --- Cyrus H

Re: old issue, again: "cyradm: cannot authenticate to server with DIGEST-MD5"

2005-03-16 Thread Andreas Hasenack
On Mon, Dec 20, 2004 at 09:30:55AM +0100, Sebastian Hagedorn wrote: > > sasl_mech_list: PLAIN DIGEST-MD5 CRAM-MD5 > > sasl_auto_transition: no > > sasl_minimum_layer: 256 > > I think this line is your problem. I don't know any application that > actually uses a layer for DIGEST-MD5. A

Re: sieveshell - SOLVED

2005-03-16 Thread Craig White
On Wed, 2005-03-16 at 18:25 +, Cameron Murdoch wrote: > > > > Not sure if it will solve this problem, (not even sure what the problem > is :) but specifying both -a and -u has solved some issues for me in the > past: > > sieveshell -a Alec -u Alec > > They do different things though the d

Reference Cyrus MURDER installation

2005-03-16 Thread Ondřej Surý
Hello all, I am looking for some people/companies which are using MURDER with vast (more then 100.000) amount of mailboxes (apart from CMU) and can be used as kind of *proof of concept*. Please send then in private, so we don't pollute mailling lists. Thanks. Ondrej -- OndÅej Surà <[EMAIL PROT

Re: Conversion from UW to Cyrus _and_ keeping IMAP flags?

2005-03-16 Thread Andrew Morgan
On Wed, 16 Mar 2005, Alan Thew wrote: On Wed, 16 Mar 2005 07:40 , Craig White <[EMAIL PROTECTED]> said: On Wed, 2005-03-16 at 13:59 +, Alan Thew wrote: Has anyone tried using a batch process (for speed) _and_ managed to keep the flags? I've not found anything on the web/wiki that indicates thi

Re: sieveshell

2005-03-16 Thread Cameron Murdoch
Craig White wrote: On Tue, 2005-03-15 at 19:41 -0600, Dave McCracken wrote: --On Tuesday, March 15, 2005 17:48:32 -0700 Craig White <[EMAIL PROTECTED]> wrote: I want to insert sieve scripts for users via sieveshell but I can't seem to get that done... sieveshell -u Alec localhost will try

using imclient

2005-03-16 Thread Patrick Radtke
Hi, I am trying to write a program using imclient. I am not sure how to detect errors when I use send. For example when I send 'create user/phr2101' I am unsure how to get the error message from the action (since the account already exists). Does anyone know? or have sample code using imclient th

Sharing Cyrus Datafiles

2005-03-16 Thread Natalino Picone
Hi everyone, i was wondering if anybody has been able to run cyrus in any high availability configuration. The main problem i have found is about the concurrent access to the data files. Any idea on how to solve this issue ? Bye Nat -- -- Natalino

Re: Cyrus Newbie

2005-03-16 Thread Shaun Bolling
OndÅej Surà wrote: On Wed, 2005-03-16 at 08:33 -0500, Shaun Bolling wrote: I have recently install Cyrus imapd for the first time. One of the feature I was attracted to is how you didn't have to create a system user account for each email account. I have Redhat ES 4 install with Cyrus-imapd work

Re: sieveshell

2005-03-16 Thread Robert Scussel
I am having similar problems, and found out by stracing the timsieved that the sieveshell connects to, that sieveshell doesn't respect ( at least in my case) what I pass as -a. If I run as root, it will try to authenticate as root, if I run as user, then it works fine. -a apparently has no effe

Re: Conversion from UW to Cyrus _and_ keeping IMAP flags?

2005-03-16 Thread Alan Thew
On Wed, 16 Mar 2005 07:40 , Craig White <[EMAIL PROTECTED]> said: On Wed, 2005-03-16 at 13:59 +, Alan Thew wrote: Has anyone tried using a batch process (for speed) _and_ managed to keep the flags? I've not found anything on the web/wiki that indicates this. If I had the flag data, how would I

Re: Conversion from UW to Cyrus _and_ keeping IMAP flags?

2005-03-16 Thread Craig White
On Wed, 2005-03-16 at 13:59 +, Alan Thew wrote: > Has anyone tried using a batch process (for speed) _and_ managed to keep > the flags? > > I've not found anything on the web/wiki that indicates this. If I had the > flag data, how would I get this to Cyrus? imapsync works nice problem

Re: Conversion from UW to Cyrus _and_ keeping IMAP flags?

2005-03-16 Thread claus westerkamp
Hello Alan, this is exactly my problem too. I managed to convert .seen db`s to skiplist but for some reason cyrus doenst care. I noticed different directory structures too but cannot find anything about that. Alan Thew wrote: Has anyone tried using a batch process (for speed) _and_ managed to

Re: sieveshell

2005-03-16 Thread Craig White
On Tue, 2005-03-15 at 19:41 -0600, Dave McCracken wrote: > --On Tuesday, March 15, 2005 17:48:32 -0700 Craig White > <[EMAIL PROTECTED]> wrote: > > > I want to insert sieve scripts for users via sieveshell but I can't seem > > to get that done... > > > > sieveshell -u Alec localhost > > > > will

Re: Cyrus Newbie

2005-03-16 Thread Ondřej Surý
On Wed, 2005-03-16 at 08:33 -0500, Shaun Bolling wrote: > I have recently install Cyrus imapd for the first time. One of the > feature I was attracted to is how you didn't have to create a system > user account for each email account. I have Redhat ES 4 install with > Cyrus-imapd working. Howeve

Re: sieveshell

2005-03-16 Thread Craig White
On Tue, 2005-03-15 at 19:41 -0600, Dave McCracken wrote: > --On Tuesday, March 15, 2005 17:48:32 -0700 Craig White > <[EMAIL PROTECTED]> wrote: > > > I want to insert sieve scripts for users via sieveshell but I can't seem > > to get that done... > > > > sieveshell -u Alec localhost > > > > will

Conversion from UW to Cyrus _and_ keeping IMAP flags?

2005-03-16 Thread Alan Thew
Has anyone tried using a batch process (for speed) _and_ managed to keep the flags? I've not found anything on the web/wiki that indicates this. If I had the flag data, how would I get this to Cyrus? Thank you -- Alan Thew [EMAIL PROTECTED] Computing Servic

Re: Cyrus Newbie

2005-03-16 Thread Craig White
On Wed, 2005-03-16 at 08:33 -0500, Shaun Bolling wrote: > I have recently install Cyrus imapd for the first time. One of the > feature I was attracted to is how you didn't have to create a system > user account for each email account. I have Redhat ES 4 install with > Cyrus-imapd working. Howeve

Cyrus Newbie

2005-03-16 Thread Shaun Bolling
I have recently install Cyrus imapd for the first time. One of the feature I was attracted to is how you didn't have to create a system user account for each email account. I have Redhat ES 4 install with Cyrus-imapd working. However for anyone to be able to log in to check mail I have to add a

CVSweb problem

2005-03-16 Thread Christos Soulios
Hi all There seems to be a problem with cvs web, because during the last month every link to a diff from the cyrus-cvs list is broken. Could it be fixed because this feature is very useful for monitoring changes in the Cyrus souces. Regards, Christos -- Did you visit http://email.uoa.gr? -

imclient broken on Solaris 9

2005-03-16 Thread Stephen Grier
Dear all, We've got Cyrus-imapd-2.2.10 running on on a Solaris 9 box, and everything is fine, except for the cyradm utility, which fails with: cyradm --user admin imap-test imclient_connect: unknown host "imap-test" at /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris/Cyrus/IMAP/Admin.pm line 71

Re: Virtual domain problem - POP/IMAP, SASL & LDAP

2005-03-16 Thread Julian W H Osborne
Thanks Andy, In making various changes since the first post I had changed it to yes. Changed it back with the other changes and it all works :-) Julian Andy Fiddaman wrote: Have you got: virtdomains: userid in the imapd.conf ? On Wed, 16 Mar 2005, Julian W H Osborne wrote: ; OndÅej SurÃ

Re: Virtual domain problem - POP/IMAP, SASL & LDAP

2005-03-16 Thread Julian W H Osborne
OndÅej Surà wrote: On Tue, 2005-03-15 at 16:56 +, Julian W H Osborne wrote: Dear All, I'm having some problems getting Cyrus imap to work correctly with sasl and ldap. Using the testsaslauthd command all is okay, username and domain is passed through. However, when using the imap or pop clie

Re: Virtual domain problem - POP/IMAP, SASL & LDAP

2005-03-16 Thread Julian W H Osborne
OndÅej Surà wrote: On Tue, 2005-03-15 at 16:56 +, Julian W H Osborne wrote: Dear All, I'm having some problems getting Cyrus imap to work correctly with sasl and ldap. Using the testsaslauthd command all is okay, username and domain is passed through. However, when using the imap or pop clie