6 Jun
2011
6 Jun
'11
7:15 p.m.
On 2011年06月06日 23:38, Timo Sirainen wrote:
On Mon, 2011-06-06 at 23:08 +0800, John Wong wrote:
after upgrade to 2.x, sieve do not create folder, which do not exist. i remenber(maybe wrong) 1.2.x sieve plugin will create folder, if it do not exist.
the sieve log like this failed to store into mailbox 'dovecot': Mailbox doesn't exist: dovecot
can i config sieve automatic create the folder? The proper way to do this would be to add :create to the Sieve script:
fileinto :create "dovecot"
But I think lda_mailbox_autocreate=yes might also fix this for you.
yes, lda_mailbox_autocreate = yes, work just fine. thank all.