21 Mar
2013
21 Mar
'13
2:30 p.m.
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@info.xx.com): sieve: msgid=20130318093119.7EAAEC063D@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.