Sieve
Daryl
daryl at warpmail.net
Thu Feb 20 04:39:12 EST 2003
--On 19 February 2003 15:10 -0500 Ken Murchison <ken at oceana.com> wrote:
> Did you check the permissions on the entire path to your script? Do you
> have 'sieveusehomedir' enabled? DO you have any messages in imapd.log
> like: "lmtpd: unable to init duplicate delivery database"?
User Cyrus can read the script:
cyrus at mini-me~$less ~xxx/.sieve
require ["fileinto", "reject", "vacation", "regex", "relational"];
if header :contains ["to", "cc"] "info-cyrus at andrew.cmu.edu" {
fileinto "INBOX.Cyrus";
& I do have this in my imapd.conf:-
sieveusehomedir: true
Whats frustrating is the lack of any errors in the logs, making this one
quite hard to track down.
More information about the Info-cyrus
mailing list