Perl-Cyrus-SIEVE-managesieve

2003-11-20 Thread Allister Gearon
Hi, does anybody know if there is any documentation on how to use this package to implement mail filtering. The documentation is not very forthcoming, and the only hits from google are from different flavours of the rpm. TIA Al

Message IDS

2003-11-20 Thread Dan Ohnesorg
I have following problem, I have recovered IMAP server from backup. We have lost about 10 hours of emails. Now arriving emails are getting IDS, which are already used and are known to imap clients. For example there was already message 1234. and is lost, after recovering from backup the system

Re: Unexpected database recovery

2003-11-20 Thread Henrique de Moraes Holschuh
On Thu, 20 Nov 2003, Philipp Sacha wrote: I could reproduce stucking behaviour of lmtp by starting cyrus with 5 preforked lmtpd -a processes. When i kill that processes manually and then try to telnet to port lmtp on the mailserver, i have a stuck lmptd. That means that port lmtp is opened

Re: Unexpected database recovery

2003-11-20 Thread Richard Gilbert
Yesterday I applied John Wade's lock_flock patch to the version of Cyrus imapd we were already running, i.e. 2.1.14 and rebuilt and reinstalled. cyrus-imapd was restarted at 5 am this morning to minimise inconvenience to users. I was surprised to find that the system was unavailable until

Re: received date and reconstruct

2003-11-20 Thread Andrew J Caird
Strangely, I need to do something very similar. So if someone has the answer and was going to hold out because of lack of interest, that's no longer an excuse. :) Thanks a lot. -- Andrew On Thu, 20 Nov 2003, Phil Chambers wrote: I was planning to have a script go through doing this every

Re: Perl-Cyrus-SIEVE-managesieve

2003-11-20 Thread Etienne Goyer
Are you talking about the Perl that come with websieve ? If not, I would like to hear about this project ... I have made modification to the Net::Sieve module that come with websieve to implement a few SASL authentication method and REFERRAL. If anybody is interested, I am willing to share my

Re: received date and reconstruct

2003-11-20 Thread Earl R Shannon
Hello, I'd suggest you investigate the ipurge command that comes with cyrus. It can be run from a cron job and delete messages based on specified criteria, including age. Hm. Not sure though how it determines age. Regards, Earl Shannon Andrew J Caird wrote: Strangely, I need to do something very

Re: received date and reconstruct

2003-11-20 Thread Lars Peterson
Why not let cyrus do all the legwork for you and use ipurge? Put an event like this in your cyrus.conf file: purgespam cmd=/usr/local/bin/ipurge -f -d 7 user/*/spam-folder period=1440 This would clean up any messages in each user's spam-folder that are older than 7 days. Check the ipurge

Re: received date and reconstruct

2003-11-20 Thread Ken Murchison
Earl R Shannon wrote: Hello, I'd suggest you investigate the ipurge command that comes with cyrus. It can be run from a cron job and delete messages Why would you put it in crontab instead of an EVENT in cyrus.conf? Wouldn't it make more sense to keep all Cyrus-related processes in one spot?

Re: Message IDS

2003-11-20 Thread Ken Murchison
Dan Ohnesorg wrote: I have following problem, I have recovered IMAP server from backup. We have lost about 10 hours of emails. Now arriving emails are getting IDS, which are already used and are known to imap clients. For example there was already message 1234. and is lost, after recovering

Re: received date and reconstruct

2003-11-20 Thread Phil Chambers
On Thu, 20 Nov 2003 09:53:23 -0500 Earl R Shannon [EMAIL PROTECTED] wrote: Hello, I'd suggest you investigate the ipurge command that comes with cyrus. It can be run from a cron job and delete messages based on specified criteria, including age. Hm. Not sure though how it determines age.

permissions on the lmtpd socket

2003-11-20 Thread Andreas
I was wondering what permissions the path to the lmtpd socket should have. Comparing to the tcp way to use lmtpd, where it forces one to authenticate, I would guess that the /var/imap/socket/ directory should be restricted, correct?

Re: cannot get idled to run

2003-11-20 Thread Craig Constantine
--On Wednesday, November 19, 2003 10:45 AM -0800 Ted Cabeen [EMAIL PROTECTED] wrote: SIGHUP'd the master. Nothing about idled appeared in the logs, I'm still getting the 'error sending to idled' errors in syslog. Trying to start by hand still gives: I don't think that idled gets restarted if

Re: Unexpected database recovery

2003-11-20 Thread Rob Siemborski
On Thu, 20 Nov 2003, Henrique de Moraes Holschuh wrote: IMHO all that pid tracking code should be added to 2.1 as well. 2.1 is going to be basically end-of-life (barring currently unforseen issues) when I release 2.1.16 later today... and as such we've been trying to avoid significant code

Re: received date and reconstruct

2003-11-20 Thread Earl R Shannon
Hello, Call it a case of not thinking outside the box I suppose. We have standalone machines that are our IMAP servers. Which means that anything they do is basically cyrus related. We also have the cron job send us a piece of email. We have a wrapper for our cron jobs that collects STDOUT and

Re: Filtering this mailing list

2003-11-20 Thread Jukka Salmi
Hi, Jerry Haltom wrote: What do you all use to properly filter out this mailing list in your setups? Messages coming through it have no List-Id... and not all of them have info-cyrus in the To field... Something unique im missing? Having the List Id would be nice. You could use the Sender:

Cyrus IMAPd 2.1.16 Released

2003-11-20 Thread Rob Siemborski
I'm pleased to announce the release of Cyrus IMAPd 2.1.16. This release mostly contains bugfixes, and it is anticipated that this will be the last release in the 2.1 series. A full change list is available in doc/changes.html in the distribution. Download the release at:

RE: Filtering this mailing list

2003-11-20 Thread Michael Sims
[EMAIL PROTECTED] wrote: What do you all use to properly filter out this mailing list in your setups? Messages coming through it have no List-Id... and not all of them have info-cyrus in the To field... Something unique im missing? I filter on messages that contain the following header:

Re: Filtering this mailing list

2003-11-20 Thread Pat Lashley
--On Thursday, November 20, 2003 10:11:41 -0600 Jerry Haltom [EMAIL PROTECTED] wrote: What do you all use to properly filter out this mailing list in your setups? Messages coming through it have no List-Id... and not all of them have info-cyrus in the To field... Something unique im missing? As

reconstruct again

2003-11-20 Thread Phil Chambers
This is a follow up to my earlier message, the responses to which diverted things on to discussion about ipurge. ipurge will not do what I want: to deleted messages on the basis of how long they have been in a folder, not their age. Can I exepect the message files' creation date to tell me

Re: Cyrus IMAPd 2.1.16 Released

2003-11-20 Thread Andrew Morgan
On Thu, 20 Nov 2003, Rob Siemborski wrote: I'm pleased to announce the release of Cyrus IMAPd 2.1.16. This release mostly contains bugfixes, and it is anticipated that this will be the last release in the 2.1 series. A full change list is available in doc/changes.html in the distribution.

Re: Cyrus IMAPd 2.1.16 Released

2003-11-20 Thread Rob Siemborski
On Thu, 20 Nov 2003, Andrew Morgan wrote: I notice that there is a new option quotawarnkb for imapd.conf. I looked at the man page: quotawarnkb: 0 The maximum amount of free space (in kB) in which to give a quota warning (if this value is 0, or if the

Re: Message IDS

2003-11-20 Thread Dan Ohnesorg
Dne Thu, Nov 20, 2003 at 10:25:03AM -0500, Ken Murchison napsal: After a day of work I can say somethink more. Did you reconstruct the mailbox? If not, you should so that the cyrus.index file gets updated. Yes, didn't help. If this doesn't solve the problem, then you might want to try

Re: received date and reconstruct

2003-11-20 Thread Cyrus Daboo
Hi Ken, --On Thursday, November 20, 2003 10:19 -0500 Ken Murchison [EMAIL PROTECTED] wrote: | based on specified criteria, including age. Hm. Not sure though | how it determines age. | | It uses the sent date (Date: header). OK - so if spammers knew about this they could forge Date: so that it

Re: received date and reconstruct

2003-11-20 Thread Rob Siemborski
On Thu, 20 Nov 2003, Cyrus Daboo wrote: OK - so if spammers knew about this they could forge Date: so that it was 20 years in the future and ipurge would never remove those messages from the spam folder. I think ipurge needs to have an option to use internaldate (from IMAP envelope) as an

Re: cannot get idled to run

2003-11-20 Thread Craig Constantine
--On Thursday, November 20, 2003 10:08 AM -0800 Ted Cabeen [EMAIL PROTECTED] wrote: # su - cyrus -c '/usr/cyrus/bin/idled -C /etc/imapd.conf' bind: Address already in use How do I figure out what exactly it is trying to bind to? You could trace it. Do you see idled in the process table? fuser

Re: Cyrus IMAPd 2.1.16 Released

2003-11-20 Thread Etienne Goyer
On Thu, Nov 20, 2003 at 11:58:42AM -0500, Rob Siemborski wrote: A full change list is available in doc/changes.html in the distribution. Just a suggestion : the Changelog could be posted somewhere on the web for those of us that don't feel like downloading the tarball just to see if some change

Re: Cyrus IMAPd 2.1.16 Released

2003-11-20 Thread Rob Siemborski
On Thu, 20 Nov 2003, Etienne Goyer wrote: BTW, are there any security fix in this release, or it's strictly bug fix + new features ? Just bug fixes. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Rob Siemborski * Andrew Systems Group * Cyert Hall 207 *

followup: stuck lmtpd processes and sieve errors

2003-11-20 Thread Andrew Morgan
I think I have linked two of my problems together... A long while back, I reported strange sieve errors in my logs, such as: Nov 20 12:52:17 mail1 lmtpd[20900]: sieve parse error for howerja: line 1: parse error, unexpected STRING Where the sieve in question is just: redirect [EMAIL

automating administrative tasks in Cyrus 2.1.15

2003-11-20 Thread Patrick Goetz
Sorry if this is a stupid question, I'm relatively new to cyrus as an administrator and have made an effort to RTFM. I'm wondering if there is any way to automate administrative tasks in Cyrus? I ask because I recently inherited the job of administering a debian Cyrus 2.1.15 system at the same

Re: automating administrative tasks in Cyrus 2.1.15

2003-11-20 Thread Andrew Morgan
On Thu, 20 Nov 2003, Patrick Goetz wrote: Sorry if this is a stupid question, I'm relatively new to cyrus as an administrator and have made an effort to RTFM. I'm wondering if there is any way to automate administrative tasks in Cyrus? I ask because I recently inherited the job of

Re: automating administrative tasks in Cyrus 2.1.15

2003-11-20 Thread Patrick Goetz
On Thu, 20 Nov 2003, Andrew Morgan wrote: It depends what you are trying to do... It is pretty easy to call reconstruct once for each user just by feeding a list of usernames to a shell or perl script. We do all of the regular administration tasks here using perl scripts and the

Re: automating administrative tasks in Cyrus 2.1.15

2003-11-20 Thread Andrew Morgan
On Thu, 20 Nov 2003, Patrick Goetz wrote: On Thu, 20 Nov 2003, Andrew Morgan wrote: It depends what you are trying to do... It is pretty easy to call reconstruct once for each user just by feeding a list of usernames to a shell or perl script. We do all of the regular

Re: Cyrus IMAPd 2.1.16 Released

2003-11-20 Thread Jarkko Lietolahti
Hello, I'm currently running v2.1.4. There's nothing on the new release why i should immediatly upgrade to it, is there? -- Jarkko Etienne Goyer wrote: On Thu, Nov 20, 2003 at 11:58:42AM -0500, Rob Siemborski wrote: A full change list is available in doc/changes.html in the distribution.

installation Problem

2003-11-20 Thread Ugur
hi every im takin this err message when im give this compile command /configure --with-sasl=/usr/local/lib/ --with-perl --with-auth=unix --wit h-dbdir=/usr/local/bdb --with-bdb-libdir=/usr/local/bdb/lib --with-bdb-inc dir=/usr/local/bdb/include --with-openssl=/usr/include/openssl --without-u

Re: Filtering this mailing list

2003-11-20 Thread Craig Ringer
What do you all use to properly filter out this mailing list in your setups? Messages coming through it have no List-Id... and not all of them have info-cyrus in the To field... Something unique im missing? In my ~/.sieve: # Info-Cyrus if anyof( address :all [To, Cc] [EMAIL

Re: Cyrus IMAPd 2.1.16 Released

2003-11-20 Thread Henrique de Moraes Holschuh
On Fri, 21 Nov 2003, Jarkko Lietolahti wrote: I'm currently running v2.1.4. There's nothing on the new release why i should immediatly upgrade to it, is there? 2.1.4?? Yes, there is. I suggest you upgrade. Now, if it is 2.1.*14*, then it is not that needed. -- One disk to rule them