Re: [exim] Rewrite to Multiple Recipients

Top Page
Delete this message
Reply to this message
Author: Øyvind Kolbu
Date:  
To: exim-users
Subject: Re: [exim] Rewrite to Multiple Recipients
On 2010-03-23 at 14:15, Matthias-Christian Ott wrote:
> How would I do this? The documentation for the redirect router doesn't
> contain an example for multiple recipients.


Either you can use comma separated, or newlines between each entry. The
latter most useful for file lookups.

Below is a router which forwards all mail to foobar@??? and
baz@???.

shadow_redirect:
    driver = redirect
    data = foobar@???, baz@???
    unseen


For more info see
http://www.exim.org/exim-html-current/doc/html/spec_html/ch22.html#SECID126

--
Øyvind Kolbu