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

Top Page
Delete this message
Reply to this message
Author: Andreas J Mueller
Date:  
To: Tom Lazar
CC: exim-users
Subject: 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