Hi,

i need to duplicate specific mails in exim depending on the sender address.

I have this working for now:

copyrouter:
        driver = redirect
        senders = [email protected]
        data = [email protected]
        unseen
        no_verify

So for more senders i could use more routers like this, but maybe a lookup
to a textfile would scale better.

I thought about a file (eg. /etc/exim4/copylist) with pairs of

[email protected]: [email protected]
[email protected]: [email protected]

and so on, but i could not figure out how to lookup and use these entries
in a router.

Can someone help me with an example how to do that?

Greetings,

Matthias

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to