[Exim] forward to multiple recipients: best practice?

Pàgina inicial
Delete this message
Reply to this message
Autor: Tom Lazar
Data:  
A: exim-users
Assumpte: [Exim] forward to multiple recipients: best practice?
hello,

I need to forward mail to particular addresses (info@ etc.) to multiple
local and external users.

could somebody please provide me with some hints on how to achieve this
best?

with my current setup, the first entry in the forwardtable wins:

address_to_external:
driver = redirect
allow_fail
allow_defer

data = ${lookup{$local_part@$domain} lsearch*@
{/usr/local/etc/exim/forwardtable}}
user = mailnull

i reckon i could use the 'unseen' directive and simply set up an
identical router and a second forwardtable but that would be just plain
messy and wouldn't scale well to more recipients *at all*

any better ideas?

thanks!

tom
--
tom lazar <tom@???>