Re: [Exim] forward to multiple recipients: best practice?

Pàgina inicial
Delete this message
Reply to this message
Autor: Andreas J Mueller
Data:  
A: Tom Lazar
CC: exim-users
Assumpte: Re: [Exim] forward to multiple recipients: best practice?
Hi Tom!

> any better ideas?


You can use more than one destination address in the redirect router:

in /usr/local/etc/exim/forwardtable:
info@???: user@???,user2@???,user@???

Andy