Re: [exim] Rewrite to Multiple Recipients

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Øyvind Kolbu
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: 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