[Dovecot] Dovecot - Sieve script loaded but filtering doesn't works ?

Daniel Parthey daniel.parthey at informatik.tu-chemnitz.de
Thu Mar 21 14:30:58 EET 2013


Hi Clement,

Clement PAULET wrote:
> When I use a Sieve script, it is loaded but actions are not respected
> Mar 18 10:31:19 localhost dovecot: lda(info at info.xx.com): sieve: msgid=<20130318093119.7EAAEC063D at nflda02.xx.lan>: stored mail into mailbox 'INBOX'

If the mailbox "INBOX.Test" does not exist, the message
will be delivered to mailbox "INBOX":
http://wiki2.dovecot.org/LDA

Try to set the global dovecot configuration directive
lda_mailbox_autocreate = yes
This will always autocreate folders if they do not exist yet.

Alternatively you can use
fileinto :create "INBOX.Test";
to autocreate the folder in your Sieve script.

Regards
Daniel
-- 
https://plus.google.com/103021802792276734820


More information about the dovecot mailing list