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