[Dovecot] Autosubscribe new folders

For@ll forall at stalowka.info
Wed Dec 14 14:49:39 EET 2011


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.?




More information about the dovecot mailing list