Sieve vacation

2001-03-12 Thread Mika Tuupola
Been testing Sieve this morning using .sieve file in users homedirs. I can make simple reject scripts work but can't figure out how vacation works. Whats wrong with this script require "vacation"; vacation :days 1 :addresses "[EMAIL PROTECTED]" "Im on

stage files

2001-03-12 Thread P Christie
Please could someone explain what the stage files are, in Cyrus 1.6.24 with lmtp delivery. These appear under each partition defined in the configuration file. How are they meant to work? --- P Christie [EMAIL PROTECTED]

message corruption

2001-03-12 Thread P Christie
John Holman (Jan 15) 'unsafe copy' describes how messages can be corrupted following any situation which results in message files being left on the filesystem having been removed from the index files. If these files were hardlinked to other copies on the filesystem these copies will be

Re: Sieve vacation

2001-03-12 Thread Mika Tuupola
On Mon, 12 Mar 2001, Ken Murchison wrote: require "vacation"; vacation :days 1 :addresses "[EMAIL PROTECTED]" "Im on vacation..."; First, check imapd.log for errors. Are you running deliver in LMTP mode (-l switch)? Vacation will not be available unless you're using LMTP.

Re: Sieve expressiveness?

2001-03-12 Thread Juan Leon
--On Sunday, March 11, 2001 11:26 PM -0500 Ken Murchison [EMAIL PROTECTED] wrote: 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

Re: stage files

2001-03-12 Thread Ken Murchison
P Christie wrote: Please could someone explain what the stage files are, in Cyrus 1.6.24 with lmtp delivery. These appear under each partition defined in the configuration file. How are they meant to work? http://asg2.web.cmu.edu/archive/message.php3?index=7873array_index=7862 --

Re: Default Mailbox / Inbox settings.

2001-03-12 Thread Scot W. Hetzel
From: "Phil Ellett" [EMAIL PROTECTED] Just a quick query about the heriarchy of mail folders. If I create new mailbox with cyradm ... cm user.test And then log into the account using Outlook Express I get a single folder "Inbox". I cannot however add other mailboxes at "Inbox" level and

Re: Sieve vacation

2001-03-12 Thread Mika Tuupola
On Mon, 12 Mar 2001, Jon Leonard wrote: Mar 12 17:20:19 mail deliver[925]: [ID 887166 local6.info] sieve parse error for tuupola Do you still have a "reject" action enabled? If so, try removing it. The vacation/reject combination is invalid. No. I only had the vacation lines.

user folder autocreation patch

2001-03-12 Thread Bitt Faulk
A while back, I submitted a patch to provide the ability for user folders (INBOX and others) to be autocreated on first login. I was wondering if anyone was using it and if I could get some feedback from those of you that are. Thanks. -Bitt

Re: Sieve expressiveness?

2001-03-12 Thread Ken Murchison
Juan Leon wrote: --On Sunday, March 11, 2001 11:26 PM -0500 Ken Murchison [EMAIL PROTECTED] wrote: 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:

Makefile bug in 2.0.12?

2001-03-12 Thread Josh Miller
Maybe I'm doing something wrong, but I don't think so... I'm configuring, building, and installing cyrus 2.0.12 with ./configure \ --with-cyrus-prefix=/usr/local \ --disable-sieve \ make depend make all CFLAGS=-O2 su -c "make install" But some files are being installed under

Re: user folder autocreation patch

2001-03-12 Thread Bitt Faulk
On Mon, 12 Mar 2001, Kaj J. Niemi wrote: On Mon, Mar 12, 2001 at 12:48 -0500, Bitt Faulk wrote: A while back, I submitted a patch to provide the ability for user folders (INBOX and others) to be autocreated on first login. I was wondering if anyone was using it and if I could get some

Re: user folder autocreation patch

2001-03-12 Thread Bitt Faulk
On Mon, 12 Mar 2001, Kaj J. Niemi wrote: On Mon, Mar 12, 2001 at 02:28 -0500, Bitt Faulk wrote: On Mon, 12 Mar 2001, Kaj J. Niemi wrote: It works nicely however for some strange reason all my users get a folder named "user." that they cannot remove, touch or do anything with. Haven't

Re: Sieve vacation and keep?

2001-03-12 Thread Amos Gouaux
With all this talk of sieve, I'm prompted to relate an observation we have experienced. Perhaps folks have ideas on how to address it. This is with 1.6.24. I haven't had a chance to try it with 2.0.12 or so. One thing about "vacation" is that it appears to do a "keep". Consequently, it is not

Re: Sieve vacation

2001-03-12 Thread Ken Murchison
Mika Tuupola wrote: On Mon, 12 Mar 2001, Mika Tuupola wrote: Replyin to myself in here. define(`CYRUS_MAILER_FLAGS', `A5@/:|wSmXz')dnl define(`CYRUS_MAILER_PATH', `/usr/local/cyrus/bin/deliver') define(`CYRUS_MAILER_ARGS', `deliver -l') Seems that the -e flag

Need help with PAM/mysql/sasl/cyrus

2001-03-12 Thread Barton Hodges
Hi folks, I'm having problems setting up PAM authentication, and I'm hoping someone can help me figure it out. I've searched through all the archives and tried everything I can find. -- Here's what I'm using: Redhat 7.0 (with all available updates) cyrus-sasl-1.5.24

Problems with master

2001-03-12 Thread Damian Gerow
I know this has been flogged to death in the past, but I can't seem to figure this out. I've just compiled and installed cyrus-2.0.12, and when I try to run master (yes, /etc/cyrus.conf and /etc/imapd.conf exist), I get all of the regular init stuff, but then all of the processes it starts get

Re: Need help with PAM/mysql/sasl/cyrus

2001-03-12 Thread Rob Tanner
I can't speak to Redhat 7.0 if your problem turns out to be platform specific, but I just finished beating my head against a wall on Solaris with the same issue. One small fix in /etc/imapd.conf fixed it. To wit: sasl_pwcheck_method: PAM -- nope pwcheck_method: PAM -- works like a

Re: Problems with master

2001-03-12 Thread Seva Adari
Signal 11 death could come from any number of problems. Check if there are any mis-matches with the shared libraries, specially db3 files. Make sure that the running program is not picking up the old libraries lingering around. On Linux you could use "ldd" on the the programs linked with shared