4 Sep
2007
4 Sep
'07
7:54 p.m.
On Tue, Sep 04, 2007 at 10:34:23AM -0700, Daniel L. Miller wrote:
What is the format of your global setting? I tried - plugin { sieve = /var/mail/%d/%u }
since my mail dirs are stored under /var/mail/domain/username. Does that search for ".dovecot.sieve" in the specified folder? Or do I need to add that to the path?
It's a filename. Either relative to the user's homedir or absolute.
So you should set "sieve = /var/mail/%d/%u/.dovecot.sieve".
Geert