Hi, I have a sieve filter: require ["fileinto","reject","body"]; if header :contains "subject" "NOTE" { if body :content "application/pdf" :contains "" { redirect "notes at domena.com"; } else { reject text: Lack attachment PDF! . ; stop; } } When I get a new message, in user folder is automaticly created folder like subject but is not subscribed. What I must settings in dovecot to automaticly subscribe folders to subscriptions files.?
On Wed, Dec 14, 2011 at 01:49:39PM +0100, For at ll wrote:> Hi,[..]> When I get a new message, in user folder is automaticly created > folder like subject but is not subscribed. What I must settings in > dovecot to automaticly subscribe folders to subscriptions files.?Add lda_mailbox_autosubscribe = yes to 15-lda.conf (or wherever you defined lda_mailbox_autocreate = yes). Dennis