Re: Sieve 2.2 not working

2005-05-10 Thread Ken Murchison
John Lane wrote: Hello, I have been trying to get Sieve working, to no avail. Having scoured the mailing lists / google, I've found other people with the same problem but can't find a solution. My configuration comprises postfix, procmail and cyrus-imap. It is all working as expected except for Sie

Re: Auto-Archiving, and Unread Threshold Alert

2005-05-10 Thread Ken Murchison
Senandung Mendonan wrote: On 5/10/05, Michael King <[EMAIL PROTECTED]> wrote: My guess would be the Cyrus::IMAP Perl module as a place to start. Otherwise, I don't know of any way to automate this using the cyrus distribution. Thanks for the pointer, though I'm not really sure how to implement usi

Re: Auto-Archiving, and Unread Threshold Alert

2005-05-10 Thread Senandung Mendonan
On 5/10/05, Michael King <[EMAIL PROTECTED]> wrote: > My guess would be the Cyrus::IMAP Perl module as a place to start. > > Otherwise, I don't know of any way to automate this using the cyrus > distribution. Thanks for the pointer, though I'm not really sure how to implement using Cyrus::IMAP (I

Re: Sieve 2.2 not working

2005-05-10 Thread Scott M. Likens
require "fileinto"; if address :contains :all ["from"] "[EMAIL PROTECTED]" { fileinto "INBOX.Servers.Periodic";} elsif address :contains :all ["to", "cc", "bcc"] "[EMAIL PROTECTED]"{ discard;} elsif address :contains :all ["to", "cc", "bcc"] else {

Sieve 2.2 not working

2005-05-10 Thread John Lane
Hello, I have been trying to get Sieve working, to no avail. Having scoured the mailing lists / google, I've found other people with the same problem but can't find a solution. My configuration comprises postfix, procmail and cyrus-imap. It is all working as expected except for Sieve. I'm runnin

Re: DBERROR - not enough space

2005-05-10 Thread Igor Brezac
On Tue, 10 May 2005, Didi Rieder wrote: Quoting Igor Brezac <[EMAIL PROTECTED]>: This will not work, you need to run db_recover or remove the contents of /mail/imap/db in addition to removing the two databases. Aha... so is it save to remove every file from /mail/imap/db? yes, remove all files in

Re: Message contains NUL characters ...

2005-05-10 Thread Aleksandar Milivojevic
Douglas K. Fischer wrote: John Fawcett wrote: | Greg A. Woods wrote: | |> Stripping NUL bytes modifies the message and that's a _REALLY |> BAD_ thing to do. It is infinitely better to reject than to |> arbitrarily modify the message in a destructive manner. | | | Maybe I misunderstood earlier post

Re: DBERROR - not enough space

2005-05-10 Thread Didi Rieder
Quoting Igor Brezac <[EMAIL PROTECTED]>: This will not work, you need to run db_recover or remove the contents of /mail/imap/db in addition to removing the two databases. Aha... so is it save to remove every file from /mail/imap/db? yes, remove all files in /mail/imap/db. Do this while the server

Re: Message contains NUL characters ...

2005-05-10 Thread John Fawcett
Douglas K. Fischer wrote: > John Fawcett wrote: > > | Greg A. Woods wrote: > | > |> Stripping NUL bytes modifies the message and that's a _REALLY > |> BAD_ thing to do. It is infinitely better to reject than to > |> arbitrarily modify the message in a destructive manner. > | > | > | Maybe I misun

Re: Message contains NUL characters ...

2005-05-10 Thread Douglas K. Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Fawcett wrote: | Greg A. Woods wrote: | |> Stripping NUL bytes modifies the message and that's a _REALLY |> BAD_ thing to do. It is infinitely better to reject than to |> arbitrarily modify the message in a destructive manner. | | | Maybe I misund

Re: DBERROR - not enough space

2005-05-10 Thread Igor Brezac
On Tue, 10 May 2005, Didi Rieder wrote: Quoting Igor Brezac <[EMAIL PROTECTED]>: I removed the two databases after I made those settings and then started cyrus again, so they should be fresh and the settings should be in action, right? This will not work, you need to run db_recover or remove the

Re: DBERROR - not enough space

2005-05-10 Thread Didi Rieder
Quoting Igor Brezac <[EMAIL PROTECTED]>: I removed the two databases after I made those settings and then started cyrus again, so they should be fresh and the settings should be in action, right? This will not work, you need to run db_recover or remove the contents of /mail/imap/db in addition t

Re: DBERROR - not enough space

2005-05-10 Thread Didi Rieder
Quoting Igor Brezac <[EMAIL PROTECTED]>: How soon after you reset your db env do you start seeing DBERRORs? Do and of the cyrus services (imapd/lmtpd/pop3d) crash? It starts about 5 minutes after I restart the server. And it seems only to happen when many users use the system, eg. between ~ 8:3

Re: Shared Mailboxes and Postfix

2005-05-10 Thread Josh Whitver
"Kevin P. Fleming" <[EMAIL PROTECTED]> on Monday, May 9, 2005 at 12:50 PM -0600 wrote: >Josh Whitver wrote: > >> Thanks for the help thus far, but now when I start the mail service, I get >this >> in /var/log/mail.log: >> >> May 9 11:37:59 testldap postfix/master[12863]: daemon started -- version

Re: DBERROR - not enough space

2005-05-10 Thread Igor Brezac
On Tue, 10 May 2005, Didi Rieder wrote: Quoting Wil Cooley <[EMAIL PROTECTED]>: On Tue, 2005-05-10 at 13:25 +0200, Didi Rieder wrote: I already tried to generate a DB_CONFIG file in /mail/imap/db, and added the following entries: set_mp_mmapsize 65536000 set_cachesize 0 16384000 2 set_lg_bsize 6553

Re: DBERROR - not enough space

2005-05-10 Thread Didi Rieder
Quoting Wil Cooley <[EMAIL PROTECTED]>: On Tue, 2005-05-10 at 13:25 +0200, Didi Rieder wrote: I already tried to generate a DB_CONFIG file in /mail/imap/db, and added the following entries: set_mp_mmapsize 65536000 set_cachesize 0 16384000 2 set_lg_bsize 65536 This didn't change anything. I also se

Re: DBERROR - not enough space

2005-05-10 Thread Igor Brezac
On Tue, 10 May 2005, Didi Rieder wrote: Quoting Igor Brezac <[EMAIL PROTECTED]>: On Tue, 10 May 2005, Didi Rieder wrote: Quoting Igor Brezac <[EMAIL PROTECTED]>: Do you get errors when cyrus performs checkpointing? No not at all. It starts an terminates without errors. I forgot to mention that I do

Re: DBERROR - not enough space

2005-05-10 Thread Didi Rieder
Quoting Igor Brezac <[EMAIL PROTECTED]>: On Tue, 10 May 2005, Didi Rieder wrote: Quoting Igor Brezac <[EMAIL PROTECTED]>: Do you get errors when cyrus performs checkpointing? No not at all. It starts an terminates without errors. I forgot to mention that I do get the same errors with the deliver.db

Re: DBERROR - not enough space

2005-05-10 Thread Wil Cooley
On Tue, 2005-05-10 at 13:25 +0200, Didi Rieder wrote: > I already tried to generate a DB_CONFIG file in /mail/imap/db, and > added the following entries: > > set_mp_mmapsize 65536000 > set_cachesize 0 16384000 2 > set_lg_bsize 65536 > > This didn't change anything. > I also searched the web but

Re: DBERROR - not enough space

2005-05-10 Thread Igor Brezac
On Tue, 10 May 2005, Didi Rieder wrote: Quoting Igor Brezac <[EMAIL PROTECTED]>: Do you get errors when cyrus performs checkpointing? No not at all. It starts an terminates without errors. I forgot to mention that I do get the same errors with the deliver.db I start cyrus from 'configdirectory' (/m

Re: Question about cyrus quotas - how it behaves

2005-05-10 Thread Ken Murchison
Anthony Tibbs wrote: Check out quotawarn: and quotawarnkb: in man imapd.conf. They result in IMAP ALERT messages being generated. Note that these alerts are sent on SELECT, and it has been claimed that Outlook SELECTs a lot, making it unusable. I have not verified this. Indeed, this can be a p

Re: DBERROR - not enough space

2005-05-10 Thread Didi Rieder
Quoting Igor Brezac <[EMAIL PROTECTED]>: Do you get errors when cyrus performs checkpointing? No not at all. It starts an terminates without errors. I forgot to mention that I do get the same errors with the deliver.db Didi -Igor On Tue, 10 May 2005, Didi Rieder wrote: Hi all, I hope somone can exp

RE: Auto-Archiving, and Unread Threshold Alert

2005-05-10 Thread Michael King
My guess would be the Cyrus::IMAP Perl module as a place to start. Otherwise, I don't know of any way to automate this using the cyrus distribution. HTH, Michael King Systems Administrator Web International, Inc. www.webinternational.net > -Original Message- > From: [EMAIL PROTECTED] [m

Error message opening imap boxes

2005-05-10 Thread Andreas Haase
Hello, after doing some (probably silly) stuff, I get error messages when some of my users are opening their imap boxes. The log file entries are: --- snip --- May 10 17:15:55 mail imapd[4925]: login: host.name[xxx.xxx.xxx.xxx] username plaintext May 10 17:15:55 mail imapd[4925]: skiplist: inval

Re: DBERROR - not enough space

2005-05-10 Thread Igor Brezac
Do you get errors when cyrus performs checkpointing? -Igor On Tue, 10 May 2005, Didi Rieder wrote: Hi all, I hope somone can explain the following error messages and tell me how to fix the problem. We get lots of them in the cyrus logs: May 10 13:07:35 sbox imap[3540]: [ID 866726 local6.warning]

ldapdb or saslauthd for ldap authentication ??

2005-05-10 Thread Patrice
Hi , I have a message always showing my in auth.log : could not find auxprop plugin, was searching for '[all]' I haven't found the way to not see this then : would it be a better idea to use ldapdb as an auxprop plugin , or saslauthd ?? thank you for you help Patrice --- Cyrus Home Page: http:/

Auto-Archiving, and Unread Threshold Alert

2005-05-10 Thread Senandung Mendonan
Hi, I need to do the following in Cyrus IMAP 2.2.12:- 1. Daily auto-archiving - On 12am each day, an IMAP/Cyrus agent runs through each user's mailbox, and sort out all existing mails into today, yesterday, last week, and last month folders. 2. Unread threshold alerts - Every 5 minutes, an IMAP/

Re: lmtp over tcp

2005-05-10 Thread Gerard Ceraso
Andrew Morgan wrote: > > On Mon, 9 May 2005, Gerard Ceraso wrote: > >> I have this setup to run but I need to add an account for postfix to >> deliver to the Cyrus IMAP server. Is there a way to set Cyrus LMTP to >> accept the mail without authentication? > > > From /etc/cyrus.conf: > > lmtp

DBERROR - not enough space

2005-05-10 Thread Didi Rieder
Hi all, I hope somone can explain the following error messages and tell me how to fix the problem. We get lots of them in the cyrus logs: May 10 13:07:35 sbox imap[3540]: [ID 866726 local6.warning] DBERROR db4: Logging region out of memory; you may need to increase its size May 10 13:07:35 sbox

RE: Problems getting Cyrus Imap working [2] SOLVED

2005-05-10 Thread Daniel Sepeur
Hi @all, thanks for your mails. The problem is solved. Cause I switched to debian a few days ago, i have no clue with debian-specific things. But i am learning :-) Now the solution: In /etc/nsswitch.conf is a line shown as below services: db files This line is to switch to #services:

Re: Problems getting Cyrus Imap working [2]

2005-05-10 Thread Ondrej Sury
Show us your /etc/cyrus.conf Ondrej -- Ondrej Sury <[EMAIL PROTECTED]> --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: lmtp over tcp

2005-05-10 Thread John Fawcett
Gerard Ceraso wrote: > I have this setup to run but I need to add an account for postfix to > deliver to the Cyrus IMAP server. Is there a way to set Cyrus LMTP to > accept the mail without authentication? > --- > Cyrus Home Page: http://asg.web.cmu.edu/cyrus > Cyrus Wiki/FAQ: http://cyruswiki.andr