Add the :create flag to your SIEVE rule in order to automatically create mailboxes if nonexistent. require "fileinto"; if address :is ["To","CC"] "info at domain.com" { fileinto :create "public/info"; } Regards Daniel