John Wong
2011-Jun-06 15:08 UTC
[Dovecot] after upgrade to 2.x, sieve do not create folder
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? please help, and thank you.
Timo Sirainen
2011-Jun-06 15:38 UTC
[Dovecot] after upgrade to 2.x, sieve do not create folder
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.
Reasonably Related Threads
- sieve plugin does not autocreate folder
- Sieve: unknown tagged argument ':create' for the fileinto command
- use sieve plugin with variable and folders
- Sieve script unable to file into public folder after dovecot upgrade to version 2.3.4
- Auto Subscribe not working for LDA/Sieve created Mailbox?