Thank you everyone for your help, it works. I have now one more question:
If I send mail to: i...@domain.com , cc: l.kir...@domain.com, I get two emails to i...@domain.com, because of sieve_before executes this script for all the mailboxes. How can I persuade dovecot to deliver the mail all the adresses (to, cc, bcc)? Thanks again, László Király ---------- Original Message ----------- From: Daniel Parthey <d.part...@metaways.de> To: k...@madalbal.hu,dovecot@dovecot.org Sent: Sun, 30 Jun 2013 16:38:21 +0200 Subject: Re: [Dovecot] namespace delivery question > 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 ------- End of Original Message -------