Re: Remove quota using Cyrus::IMAP::Admin?

2013-07-25 Thread Sebastian Hagedorn
Thanks Nic, I should've checked the archives first :( -- Nic Bernstein is rumored to have mumbled on 25. Juli 2013 11:13:34 -0500 regarding Re: Remove quota using Cyrus::IMAP::Admin?: Sebastian, Please take a look at this thread from January of last year, which discusses the issue in

Re: Remove quota using Cyrus::IMAP::Admin?

2013-07-25 Thread Nic Bernstein
tting the > quota to none: > > $ cyradm cyrus > Password: > server> sq user/xxx none > remove quota > server> > > But when I try to do the same using Cyrus::IMAP::Admin I get an error, > because a number is expected as argument. Is that a bug or a feature? >

Remove quota using Cyrus::IMAP::Admin?

2013-07-25 Thread Sebastian Hagedorn
Hi, you can remove the quota for a mailbox with cyradm by setting the quota to none: $ cyradm cyrus Password: server> sq user/xxx none remove quota server> But when I try to do the same using Cyrus::IMAP::Admin I get an error, because a number is expected as argument. Is that a bu

Re: [SOLVED] Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-18 Thread Wolfgang Breyha
On 2012-01-18 14:18, Greg Banks wrote: >> And second setting >> ->setquota(<-id->, "STORAGE", "-1") >> resulting in >> SETQUOTA id (STORAGE -1) >> what Bron suggested. That should also work IMO. At least on 2.4.12+. > > And that isn't correct according to RFC2087. It works only because the > serv

Re: [SOLVED] Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-18 Thread Greg Banks
G'day, On Tue, Jan 17, 2012, at 01:18 PM, Wolfgang Breyha wrote: > Ram wrote, on 17.01.2012 12:17: > > I am using cyrus-imapd-2.4.12-2 > > As Wolfgang suggested using > > $imap->setquota("user/$user") removed the quota. > > Looking at the code of Cyr

Re: [SOLVED] Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Wolfgang Breyha
Ram wrote, on 17.01.2012 12:17: > I am using cyrus-imapd-2.4.12-2 > As Wolfgang suggested using > $imap->setquota("user/$user") removed the quota. Looking at the code of Cyrus::IMAP::Admin there is no code checking for "none" or something like that. There are t

[SOLVED] Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
/~eestabroo/IMAP-Admin-1.6.4/Admin.pm >> >> >> But my GUI screens are already coded to use Cyrus::IMAP::Admin > What version of Cyrus are you using? > > Can you file a bug at bugzilla.cyrusimap.org if it's a 2.4 series, and I'll > get it fixed. > > Thanks

Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Wolfgang Breyha
Ram wrote, on 17.01.2012 12:03: > That means we omit the word "STORAGE" , thanks .. will try that. Yes. I'm always setting "some" quota before to get it into a "defined" state to remove it afterwards. I use it for several years now and recently moved ~100k users without any troubles. Maybe you ha

Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
On 01/17/2012 04:24 PM, Wolfgang Breyha wrote: > Bron Gondwana wrote, on 17.01.2012 11:36: >> On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote: >>> http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ >>> There is a setquota function which should accept "none" for removing >>> quota. But that does not w

Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Bron Gondwana
On Tue, Jan 17, 2012, at 04:22 PM, Ram wrote: > No "-1" also gives an error not a number > > Interestingly set_quota function using CPAN module works fine with "none" > http://search.cpan.org/~eestabroo/IMAP-Admin-1.6.4/Admin.pm > > > But my GUI screens are already coded to use Cyrus::IMAP::A

Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Wolfgang Breyha
Bron Gondwana wrote, on 17.01.2012 11:36: > On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote: >> http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ >> There is a setquota function which should accept "none" for removing >> quota. But that does not work >> >> How do I set unlimited quota using the setq

Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
No "-1" also gives an error not a number Interestingly set_quota function using CPAN module works fine with "none" http://search.cpan.org/~eestabroo/IMAP-Admin-1.6.4/Admin.pm But my GUI screens are already coded to use Cyrus::IMAP::Admin On 01/17/2012 04:06 PM, Bron Gondwana wrote:

Re: Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Bron Gondwana
On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote: > http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ > There is a setquota function which should accept "none" for removing > quota. But that does not work > > How do I set unlimited quota using the setquota function Does '-1' work? -- Bron Gondw

Set quota "none" using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ There is a setquota function which should accept "none" for removing quota. But that does not work How do I set unlimited quota using the setquota function Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.

Re: using cyrus as imap proxy

2008-11-29 Thread Bron Gondwana
On Sun, Nov 30, 2008 at 10:19:23AM +1030, Stephen Carr wrote: > Dear Bron > > Would http://www.imapproxy.org/ fit the bill? > I use with SquirrelMail and it does speed up the transfers as it caches > the users credentials with s hit ratio near 20:1. Yes, it would - but it only speeds up logins.

Re: using cyrus as imap proxy

2008-11-29 Thread Stephen Carr
Dear Bron Would http://www.imapproxy.org/ fit the bill? I use with SquirrelMail and it does speed up the transfers as it caches the users credentials with s hit ratio near 20:1. Regards Stephen Carr Bron Gondwana wrote: > On Sat, 29 Nov 2008 22:19:34 +0100, "Christoph Höger" <[EMAIL PROTECTED]>

Re: using cyrus as imap proxy

2008-11-29 Thread Bron Gondwana
On Sat, 29 Nov 2008 22:19:34 +0100, "Christoph Höger" <[EMAIL PROTECTED]> wrote: > Hi, > > due to sluggish performance of evolution/my imap provider I would like > to setup the following configuration: > > > IMAP/local IMAPS > Evolution <-

using cyrus as imap proxy

2008-11-29 Thread Christoph Höger
Hi, due to sluggish performance of evolution/my imap provider I would like to setup the following configuration: IMAP/local IMAPS Evolution <-> Proxy <---> IMAP-server That should work by providing the user credentials to the

Re: problem with replication using cyrus imap suse packages?

2006-11-17 Thread Dmitriy Kirhlarov
On Fri, Nov 17, 2006 at 04:34:45PM +, Steve Howe wrote: > All looks fine, easy and not taking too much work.Then I realise that I don't > have the > command sync_server anywhere on my suse box. > > which is something of a problem according to the website above. > > Running the command > rp

problem with replication using cyrus imap suse packages?

2006-11-17 Thread Steve Howe
Hi all, First time posting here so apologies if this in the wrong format or wrong address etc. I'm testing a server with suse 64bit on and I installed cyrus-imapd-2.2.12-29.x86_64.rpm, cyrus-imapd-devel-2.2.12-29.x86_64.rpm and cyrus-imapd-debuginfo-2.2.12-29.x86_64.rpm onto it. Got it all

Re: Using Cyrus-imapd with Sieve (reject works, vacation does not)

2005-06-03 Thread Philip Edelbrock
Philip Edelbrock wrote: I'm about to deploy a new mail server using Cyrus-imapd and Sieve (RHE-ES 4). My last step is to make sure I can have automated vacation messages. But, I can't get a test script to work. Rejects work fine, but vacation does not. This machine h

Using Cyrus-imapd with Sieve (reject works, vacation does not)

2005-06-03 Thread Philip Edelbrock
I'm about to deploy a new mail server using Cyrus-imapd and Sieve (RHE-ES 4). My last step is to make sure I can have automated vacation messages. But, I can't get a test script to work. Rejects work fine, but vacation does not. This machine has no user accounts matching

pipe mail to external program using cyrus?

2005-02-23 Thread Tuna Sundae
Hi, when I used to use sendmail, I used "aliasname: |/path/to/app" in /etc/aliases to pipe mail to a program. Now, I used postfix with cyrus' "deliver" as the delivery mechanism. How do I have cyrus pipe certain aliases to applications?: Thank you. TunaSundae --- Cyrus Home Page: http://asg.web.c

[POLL] Who has tested or is using Cyrus 2.3?

2004-08-05 Thread Ken Murchison
I'm curious to find out how many sites have tested or are currently using the 2.3 code, and in what type of configuration. I already know of two sites which are using it because they need features only available in 2.3 (one site is using a replicated Murder and the other is using the new EXPUNG

Re: Problem with authentication using Cyrus IMAP 2.2.6 and SASL 2.1.19 on FreeBSD RELENG_5_2. User isn't found/can't authenticate

2004-07-26 Thread Louis LeBlanc
On 07/26/04 10:08 PM, Anton Jackson-Smith sat at the `puter and typed: > Hey everyone, > I'm having some problems with authentication running Cyrus IMAP 2.2.6 > and SASL 2.1.19 on FreeBSD updated to RELENG_5_2 base system and the > latest ports. I'm running exactly the same combination of cyrus

Problem with authentication using Cyrus IMAP 2.2.6 and SASL 2.1.19 on FreeBSD RELENG_5_2. User isn't found/can't authenticate

2004-07-26 Thread Anton Jackson-Smith
Hey everyone, I'm having some problems with authentication running Cyrus IMAP 2.2.6 and SASL 2.1.19 on FreeBSD updated to RELENG_5_2 base system and the latest ports. Basically, when attempting to login using imtest there's always a second or two delay, followed by "S: L01 NO Login failed: auth

Re: login problem using cyrus-sasl-2.1.18 and cyrus-imapd-2.2.6

2004-07-08 Thread Igor Brezac
On Thu, 8 Jul 2004, victor wrote: > I have corrected the problem and restarted cyrus but is still not working. > > I have the same error. > Jul 8 10:46:03 mail68 imap[24978]: cannot connect to saslauthd server: > No such file or directory > > imapd.conf contains a line : "saslauthd_path:/var/stat

login problem using cyrus-sasl-2.1.18 and cyrus-imapd-2.2.6

2004-07-08 Thread victor
I try to detail the problem(I have some more information): The error: Jul 8 10:46:03 mail68 imap[24978]: cannot connect to saslauthd server: No such file or directory What I have tryed to debug the problem: 1) imapd.conf contains a line : "saslauthd_path:/var/state/saslauthd" 2) Saslauthd is runn

Re: login problem using cyrus-sasl-2.1.18 and cyrus-imapd-2.2.6

2004-07-08 Thread victor
I have corrected the problem and restarted cyrus but is still not working. I have the same error. Jul 8 10:46:03 mail68 imap[24978]: cannot connect to saslauthd server: No such file or directory imapd.conf contains a line : "saslauthd_path:/var/state/saslauthd" Saslauthd is running. And I have th

Re: login problem using cyrus-sasl-2.1.18 and cyrus-imapd-2.2.6

2004-07-08 Thread Simon Matter
> I con't login. > > Syslog message: > Jul 8 10:46:03 mail68 imap[24978]: badlogin: localhost [127.0.0.1] > plaintext root SASL(-1): generic failure: checkpass failed > Jul 8 10:47:31 mail68 master[24916]: process 24978 exited, status 0 > Jul 8 03:50:00 mail68 CROND[25009]: (root) CMD ( > /usr/s

login problem using cyrus-sasl-2.1.18 and cyrus-imapd-2.2.6

2004-07-08 Thread victor
I con't login. Syslog message: Jul 8 10:46:03 mail68 imap[24978]: badlogin: localhost [127.0.0.1] plaintext root SASL(-1): generic failure: checkpass failed Jul 8 10:47:31 mail68 master[24916]: process 24978 exited, status 0 Jul 8 03:50:00 mail68 CROND[25009]: (root) CMD ( /usr/share/sshd-mo

Default domain in sendmail when using cyrus virtdomains

2003-12-15 Thread Adam Fox
Hi all, I'm in the process of setting up a new mail server with Cyrus IMAP 2.2.2 to use the virtual domains feature. I'm using sendmail as the MTA, and this is working fine when the email address is fully qualified. What I would like to be able to do is set a default domain in sendmail so that an

Re: Using Cyrus imapd with AFS + KRB5 + krb524d ?

2002-02-04 Thread Michael Bacon
t saslauthd, largely (I think) because the des.h in K4 > gets along extremely poorly with the des.h in OpenSSL. > > Once I turn to imapd itself, I can more or less bully things into > compiling, except for ipop3d, which gets upset over the krb.h in > /usr/local/include/kerberosIV. &g

Re: Using Cyrus imapd with AFS + KRB5 + krb524d ?

2002-01-28 Thread Tarjei
> > >You are correct in that the conflict between openssl and kerberos is a >problem. >I believe CMU's current plan is to let the OpenSSL project change their >conflicting names. Until then I found some information on the list >archive >from a programmer at Duke who has hacked the kerberos stuff a

Re: Using Cyrus imapd with AFS + KRB5 + krb524d ?

2002-01-28 Thread Earl R Shannon
e or less bully things into > compiling, except for ipop3d, which gets upset over the krb.h in > /usr/local/include/kerberosIV. > > My question is: is there anyone else out there using Cyrus imapd in > conjunction with user homes and folders in AFS-space, and if so, is > the

Using Cyrus imapd with AFS + KRB5 + krb524d ?

2002-01-27 Thread Adam Thornton
ets along extremely poorly with the des.h in OpenSSL. Once I turn to imapd itself, I can more or less bully things into compiling, except for ipop3d, which gets upset over the krb.h in /usr/local/include/kerberosIV. My question is: is there anyone else out there using Cyrus imapd in conjunction

Re: Using Cyrus-IMAP with Pine

2001-12-17 Thread Amos Gouaux
> On Mon, 17 Dec 2001 12:59:51 -0500 (EST), > Christopher Wong <[EMAIL PROTECTED]> (cw) writes: cw> folder-collections="My Alias" {imaphost}inbox.[] If you use altnamespace, you can drop the "inbox." portion. cw> Right now, Pine seems happy. But if I try to change to a different fol

Re: Using Cyrus-IMAP with Pine

2001-12-17 Thread Steve Sobol
At 12:59 PM 12/17/01 -0500, you wrote: >Does anyone find it tricky setting up Pine to work with Cyrus-IMAP? I just >set up pine-4.33 with cyrus-imapd-2.0.16. The folder/collections behavior >is confusing. The inbox path was easy enough: I set it to >"{imaphost/user=myuserid}inbox". At this point,

Using Cyrus-IMAP with Pine

2001-12-17 Thread Christopher Wong
Does anyone find it tricky setting up Pine to work with Cyrus-IMAP? I just set up pine-4.33 with cyrus-imapd-2.0.16. The folder/collections behavior is confusing. The inbox path was easy enough: I set it to "{imaphost/user=myuserid}inbox". At this point, Pine would show the inbox, but none of the

using CYrus

2001-02-12 Thread kunjan naik
hi I want to test my imap client (iSPAI extension DLL )with cyrus server. how should I go about doing the same. thanking u kunjan naik _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.