[Dovecot] namespace delivery question
Laszlo Kiraly
l.kiraly at madalbal.hu
Mon Jul 1 14:03:57 EEST 2013
Thank you everyone for your help, it works.
I have now one more question:
If I send mail to: info at domain.com , cc: l.kiraly at domain.com, I get two emails
to info at 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.parthey at metaways.de>
To: kiru at madalbal.hu,dovecot at 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"] "info at domain.com"
> {
> fileinto :create "public/info";
> }
>
> Regards
> Daniel
------- End of Original Message -------
More information about the dovecot
mailing list