On 12/29/06, Samir M. Nassar dovecot@myriapolis.net wrote:
Am I wrong in thinking that a sieve daemon should become active when dovecot starts?
There's supposed to be a daemon?
Here is my .dovecot.sieve
require "fileinto"; if address :is "from" "foo@example" { fileinto ".INBOX.test"; } else { # The rest goes into INBOX # default is "implicit keep", we do it explicitly here keep; }
Does .dovecot.sieve.err exist? I believe I tried something similar to that at first and had to change "from" to "From"
Most certainly though check for the existance (and contents) of the .dovecot.sieve.err file, it'll tell you exactly what's wrong (assuming sieve is probably configured and running).
Regards, Daniel
Daniel Ballenger http://denetron.com Sr. Systems Administrator - Denetron LLC