Re: [Dovecot] sieve notify and lmtp

2013-10-02 Thread Stephan Bosch
On 10/2/2013 5:44 PM, Lampa wrote:
> Hello,
>
> i've setup sieve script which send notify to user (u...@domain.com).
> But u...@domain.com is alias u...@domain.com and
> u...@anotherdomain.com. LMTP delivers notification only to
> u...@domain.com but not to u...@anotherdomain.com. How to force send
> notification over smtp (which will be delivered to both) or i must use
> to=u...@anotherdomain.com in notify ?
>
> Thank you for your advices.

Dovecot and Sieve are oblivious to aliases. Resolving those is the
responsibility of your MTA.

You can indeed use Sieve to force delivery to additional recipients
using additional to=, or cc= recipients, or separate notify actions,
which triggers separate mail transmissions for each recipient. However,
if aliases are involved, this can also cause duplicate notifications on
the receiving end...

Regards,

Stephan.



[Dovecot] sieve notify and lmtp

2013-10-02 Thread Lampa
Hello,

i've setup sieve script which send notify to user (u...@domain.com).
But u...@domain.com is alias u...@domain.com and
u...@anotherdomain.com. LMTP delivers notification only to
u...@domain.com but not to u...@anotherdomain.com. How to force send
notification over smtp (which will be delivered to both) or i must use
to=u...@anotherdomain.com in notify ?

Thank you for your advices.

Lampa