[Dovecot] LDA not being called by postfix?

Andreas Martin ama at inmedias.it
Thu May 11 10:14:22 EEST 2006


Hi Luca.

Luca Corti wrote:
> -- sieve.script --
> 
> require [ "fileinto" ];
> 
> if headers :contains "To" "luca at example.com" {
           ^
>         fileinto "Spam";
> }

I think the problem is your sieve script. It should be "header" an not
"headers".

> and the message is there but no filtering is done and the sieve script
> is not compiled.

There should be a file "sieve.script.err" (in the same directory as your
"sieve.script") which contains rudimental error messages.

Regards


Andreas


More information about the dovecot mailing list