Re: Sieve expressiveness?

2001-03-11 Thread Ken Murchison
Juan Leon wrote: > > Can sieve be told to file mail to user+foo into folder > foo, for any value of foo, for as long as the > folder exists? Basically, I'd like to do something like: > > if anyof (address :matches ["Cc","CC","To","TO"] "user+*@*") { > fileinto "INBOX.$1"; > } This can'

Sieve expressiveness?

2001-03-11 Thread Juan Leon
Can sieve be told to file mail to user+foo into folder foo, for any value of foo, for as long as the folder exists? Basically, I'd like to do something like: if anyof (address :matches ["Cc","CC","To","TO"] "user+*@*") { fileinto "INBOX.$1"; } My users have been doing this with procmail

data format error

2001-03-11 Thread pog
helo, I have an little problem with cyrus-imapd I use postfix for relay to cyrus if I send mail to existing adresse I haven't problem mail is relay Mar 10 19:28:34 mx postfix/pipe[807]: 5F60F9F71: to=<[EMAIL PROTECTED]>, relay=cyrus, delay=2, status=sent (mx.grumpf.net) But if I send mail to an n

Re: Have to restart Cyrus on linux to get it running

2001-03-11 Thread Atif Ghaffar
Yes, thats SuSE specific. Please, please all stop making Linux dists incompatible with each other. RedHat has chkconfig, services etc. what are those SuSE, RedHat, please stop this non-sense, you are hurting your users and Linux in general. Toens Bueker wrote: > Whatever 'startproc' is. Is i

Re: found out why imtest was segfaulting, sort of

2001-03-11 Thread GOMBAS Gabor
On Sun, Mar 11, 2001 at 01:01:33PM -0500, Andrew K Bressen wrote: > I do have a theoretical question here, where my knowledge of how linux > dynamic linkers work fails: is there a way to build imtest such that when > libnss_db.so needs db functions, it gets versions it can use In theory you cou

Re: Unread messages being marked as read.

2001-03-11 Thread Ken Murchison
Jeremy Beker wrote: > > Larry, > > I would agree that this is almost definitely due to multiple concurrent > accesses from the mail client. In my trials I have noticed that most of the > more modern email clients (specifically the Microsoft ones) open many > concurrent connections to the

Bus error?

2001-03-11 Thread dotcomdot
Hello everybody, Would you please what the matter is? $cyradm -user cyrus localhost Bus Error cyrus imapd 1.6.24+cyrus sasl 1.5.24 --without-krb Thanks a lot! -- Best regards, dotcomdot mailto:[EMAIL PROTECTED]

Bus error?

2001-03-11 Thread dotcomdot
Hello everybody, Would you please what the matter is? $cyradm -user cyrus localhost Bus Error cyrus imapd 1.6.24+cyrus sasl 1.5.24 --without-krb -- Best regards, dotcomdot mailto:[EMAIL PROTECTED]

permissions not working?

2001-03-11 Thread Andrew K Bressen
ok, config is still debian linux 2.2.17 on intel, cyrus 2.0.12, sasl 1.5.24, openssl 0.9.6, db 3.2.x. using: sasl_pwcheck_method: shadow sasl_minimum_layer: 0 allowplaintext: yes if /etc/shadow is either world readable, or is owned by user cyrus and owner readable, then authentication wor

found out why imtest was segfaulting, sort of

2001-03-11 Thread Andrew K Bressen
So I ran imtest in gdb to see where it was segfaulting, and I got: (gdb) where #0 0x0 in ?? () #1 0x402f4ae2 in __db_err () from /lib/libdb.so.3 #2 0x402ee23d in db_open () from /lib/libdb.so.3 #3 0x402d7d0a in _nss_db_getprotobynumber_r () from /lib/libnss_db.so.2 #4 0x402d7efa in _nss_db_

Re: Have to restart Cyrus on linux to get it running

2001-03-11 Thread Toens Bueker
Torsten Knofel <[EMAIL PROTECTED]> wrote: > > But I am able to login. And I also use startproc to start the master > > process. I have now further idea, what may be the problem on your 7.0 > > machine. I am using a 7.1 based system. > > > Tried today: startproc -u root ... > and now it's running

Re: Questions,fixes,problems: Cyrus 2.0.9, NetBSD 1.5 [LONG]

2001-03-11 Thread Cillian Sharkey
Lawrence Greenfield <[EMAIL PROTECTED]> wrote: > >>- With plaintext login [using pwcheck], cyradm asks for the > >>password twice: > >> first "Please enter your password:" then "IMAP Password:" - any > >> reason why? > >> > >> I'm not sure. Has anyone else run across this? Can

Re: Mailbox corruption following failed copy command

2001-03-11 Thread Lawrence Greenfield
Thanks for bugging me about this again. You're right; I didn't fix it (and I remember that I was very insistent that I was going to fix it before releasing another version). I've now added compensation code to mailbox.c to try unlinking and relinking if the destination file already exists. T

Re: cyrus imap/SASL + sendmail/SASL

2001-03-11 Thread Lawrence Greenfield
This is reasonable. Would people be happier if the master process did a setgid() by default? Thanks, Larry --On Wednesday, January 17, 2001 02:54:00 PM +0100 Robert Böhm <[EMAIL PROTECTED]> wrote: > > > Hi there. > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROT

Re: possible reconstruct bug in Cyrus 2.0.9

2001-03-11 Thread Lawrence Greenfield
--On Friday, January 05, 2001 05:03:36 PM + John Holman <[EMAIL PROTECTED]> wrote: > In Cyrus 2.0.9 under Solaris 7, running reconstruct on a mailbox that was > created under 1.64 and not yet accessed under v.2 produces a syslog > message > > Jan 5 16:19:43 upsilon reconstruct[5695]: mail

Re: Partitions in 2.0.11

2001-03-11 Thread Lawrence Greenfield
As you might have surmised, this was a bug with the cyradm perl shell. I've fixed the bug and will check it into cvs shortly. Sorry, Larry --On Monday, February 12, 2001 01:28:03 PM -0800 David Fuchs <[EMAIL PROTECTED]> wrote: > > I've been having trouble configuring partitions in 2.0.11. My

Re: [2] Re: Disabling quota for user

2001-03-11 Thread Lawrence Greenfield
It never occured to me before, but I don't think there is a way of disabling the quota once it's been set. Probably deleting the user and recreating it would work. I have fixed the misleading (err, nonexistant) error messages that cyradm is giving in your example. Larry --On Tuesday, Februa

Re: Better directory hashing for cyrus-imapd-2.0.x

2001-03-11 Thread Lawrence Greenfield
It isn't configurable. This hasn't been an issue for us yet and thus we haven't bothered writing the code to do so. I generally try to recommend to people to look at different filesystems if they're very concerned about this. Larry --On Monday, January 15, 2001 03:48:51 PM +0100 Stephane Ent

Re: DB_INCOMPLETE: Cache flush was unable to complete

2001-03-11 Thread Lawrence Greenfield
Not worth worrying, though there are some code changes (or just the hashing algorithm change) that could greatly improve this. Larry --On Friday, March 09, 2001 12:39:43 PM + John Holman <[EMAIL PROTECTED]> wrote: > We are currently testing Cyrus 2.0.12. When delivering mail at a fairly >

Re: stage. directory

2001-03-11 Thread Lawrence Greenfield
The stage. directories are used for single instance store. Each message is delivered into that directory first, and then hardlinked into the appropriate mailbox, so the message is only stored once per partition. files are rapidly created, fsync'd, and deleted from there. The bugs.html says: >

Re: Bug in SIEVE-implementation?

2001-03-11 Thread Lawrence Greenfield
Definite bug. I think I've fixed it. Then again, maybe I've broken all Sieve parsing. I'll try to figure out which one is which. Larry, no longer sure lex is the right tool for the job --On Friday, March 09, 2001 11:16:58 AM +0100 Ralf Haferkamp <[EMAIL PROTECTED]> wrote: > Hi, > > The siev