[Dovecot] after upgrade to 2.x, sieve do not create folder
Timo Sirainen
tss at iki.fi
Mon Jun 6 18:38:34 EEST 2011
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.
More information about the dovecot
mailing list