[Dovecot] namespace delivery question

Daniel Parthey d.parthey at metaways.de
Sun Jun 30 17:38:21 EEST 2013



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


More information about the dovecot mailing list