How to prevent (?) sieve from running ...

2004-09-28 Thread Christiaan den Besten
Hi All ! More requests, sorry, have been googling, but can not find any answers on the web. My logs are filling up with sieve fstating attemps. Is there anyway to disable sieve ? (or at least the messages in the logfile ?) --- Sep 28 13:54:25 mail3 lmtpunix[8876]: accepted connection Sep 28

quotas and usage

2004-09-28 Thread Philip Chambers
How do I get cyrus to re-calculate the usage figure in a quota file. For example, if I recover a deleted message from our backup system into a user's inbox I need the usage figure to be updated to take the addition of the message into account. I see that doing a reconstruct does not

Re: quotas and usage

2004-09-28 Thread lst_hoe01
Zitat von Philip Chambers [EMAIL PROTECTED]: How do I get cyrus to re-calculate the usage figure in a quota file. For example, if I recover a deleted message from our backup system into a user's inbox I need the usage figure to be updated to take the addition of the message into account.

Re: quotas and usage

2004-09-28 Thread Sebastian Hagedorn
-- Philip Chambers [EMAIL PROTECTED] is rumored to have mumbled on Dienstag, 28. September 2004 15:28 Uhr +0100 regarding quotas and usage: How do I get cyrus to re-calculate the usage figure in a quota file. quota -f -- Sebastian Hagedorn M.A. - RZKR-R1 (Flachbau), Zi. 18, Robert-Koch-Str. 10

Examining sieve scripts of other users out of a perl script

2004-09-28 Thread Andreas Haase
Hi, I want to display the sievescripts of some users, where I don't know the passwords. The admin account of the cyrus is available. One way would be to examine the wanted entries out of the file system, but is there another way for authenticating and reading the scripts? Any hints appreciated.

Re: Examining sieve scripts of other users out of a perl script

2004-09-28 Thread Andreas Haase
On Tue, 28 Sep 2004, Sebastian Hagedorn wrote: Usage: sieveshell [--user=*user*] [--authname=*authname*] [--realm=*realm*] [--exec=*script*] *server* So you could do Thank you for that, works well. But I need to do that out of a perl script or something like that. And there I cannot

problem with large quotas

2004-09-28 Thread Philip Chambers
I have just encountered a problem with setting a large quota and it appears that the code must be using just 32 bit arithmetic! I set a user to have a 10 gigabyte quota and the user was treated as being over-quota with just 10 megabytes. I presume there will be problems if I set a quote of

Re: problem with large quotas

2004-09-28 Thread Simon Matter
I have just encountered a problem with setting a large quota and it appears that the code must be using just 32 bit arithmetic! I set a user to have a 10 gigabyte quota and the user was treated as being over-quota with just 10 megabytes. I presume there will be problems if I set a quote

Re: Examining sieve scripts of other users out of a perl script

2004-09-28 Thread Sebastian Hagedorn
-- Andreas Haase [EMAIL PROTECTED] is rumored to have mumbled on Dienstag, 28. September 2004 17:57 Uhr +0200 regarding Re: Examining sieve scripts of other users out of a perl script: On Tue, 28 Sep 2004, Sebastian Hagedorn wrote: Usage: sieveshell [--user=*user*] [--authname=*authname*]

Re: problem with large quotas

2004-09-28 Thread Philip Chambers
On Tue, 28 Sep 2004 18:43:18 +0200 (CEST) Simon Matter [EMAIL PROTECTED] wrote: I have just encountered a problem with setting a large quota and it appears that the code must be using just 32 bit arithmetic! I set a user to have a 10 gigabyte quota and the user was treated as being

Re: problem with large quotas

2004-09-28 Thread Ronen Amity
we have users with 4 gb of quota and it works redhat AS 3 is our os cyrus 2.1.16 - Original Message - From: Simon Matter [EMAIL PROTECTED] To: Philip Chambers [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 6:43 PM Subject: Re: problem with large quotas I have

Re: quotas and usage

2004-09-28 Thread Philip Chambers
On Tue, 28 Sep 2004 17:13:49 +0200 Sebastian Hagedorn [EMAIL PROTECTED] wrote: -- Philip Chambers [EMAIL PROTECTED] is rumored to have mumbled on Dienstag, 28. September 2004 15:28 Uhr +0100 regarding quotas and usage: How do I get cyrus to re-calculate the usage figure in a quota file.

Re: quotas and usage

2004-09-28 Thread Andrew Morgan
On Tue, 28 Sep 2004, Philip Chambers wrote: On Tue, 28 Sep 2004 17:13:49 +0200 Sebastian Hagedorn [EMAIL PROTECTED] wrote: -- Philip Chambers [EMAIL PROTECTED] is rumored to have mumbled on Dienstag, 28. September 2004 15:28 Uhr +0100 regarding quotas and usage: How do I get cyrus to

Re: quotas and usage

2004-09-28 Thread Ken Murchison
Philip Chambers wrote: On Tue, 28 Sep 2004 17:13:49 +0200 Sebastian Hagedorn [EMAIL PROTECTED] wrote: -- Philip Chambers [EMAIL PROTECTED] is rumored to have mumbled on Dienstag, 28. September 2004 15:28 Uhr +0100 regarding quotas and usage: How do I get cyrus to re-calculate the usage figure

Re: problem with large quotas

2004-09-28 Thread Ken Murchison
Philip Chambers wrote: I have just encountered a problem with setting a large quota and it appears that the code must be using just 32 bit arithmetic! I set a user to have a 10 gigabyte quota and the user was treated as being over-quota with just 10 megabytes. I presume there will be problems

Re: PREAUTH ?

2004-09-28 Thread Ken Murchison
Christiaan den Besten wrote: Cyrus doesn't support running imapd from the command line. All process are spawned from the master process. What type of application requires you to run imapd from the command line? I *might* be able to add a command line switch which allows you to do this if its

Re: Examining sieve scripts of other users out of a perl script

2004-09-28 Thread Andreas Haase
Hi, Thank you for that, works well. But I need to do that out of a perl script or something like that. And there I cannot input the password interactively. Is there any perl module that can handle this? Sure, Cyrus::SIEVE::managesieve. Of course you'll have to put the password into the

Re: PREAUTH ?

2004-09-28 Thread Derrick J Brashear
I guess you assume then that imapd is setuid, otherwise, how is a user expected to run it and have access to the mail store? that's fine, i just want to know your expectations up front are in line with reality On Tue, 28 Sep 2004, Ken Murchison wrote: Christiaan den Besten wrote: Cyrus doesn't

Re: PREAUTH ?

2004-09-28 Thread Ken Murchison
Derrick J Brashear wrote: I guess you assume then that imapd is setuid, otherwise, how is a user expected to run it and have access to the mail store? that's fine, i just want to know your expectations up front are in line with reality Correct. I stated as such in my post. On Tue, 28 Sep

Re: error message building cyrus-imap

2004-09-28 Thread Derrick J Brashear
On Thu, 23 Sep 2004, Dave Vrona wrote: gcc -o master master.o masterconf.o cyrusMasterMIB.o ../lib/lock_fcntl.o ../lib/libcyrus_min.a -L/usr/lib -lnetsnmpagent -lnetsnmpmibs -lnetsnmphelpers -lnetsnmp -ldl -lrpm -lrpmio -lpopt -lbz2 -lz -lcrypto -lelf -lm -L/usr/lib/lib -lwrap -lresolv -lssl

Re: PREAUTH ?

2004-09-28 Thread Ken Murchison
Derrick J Brashear wrote: On Tue, 28 Sep 2004, Ken Murchison wrote: Derrick J Brashear wrote: I guess you assume then that imapd is setuid, otherwise, how is a user expected to run it and have access to the mail store? that's fine, i just want to know your expectations up front are in line with