Add the :create flag to your SIEVE rule in order to automatically create 
mailboxes if nonexistent.

require "fileinto";

if address :is ["To","CC"] "i...@domain.com"
{
        fileinto :create "public/info";
}

Regards
Daniel

Reply via email to