On 2014-02-09, Jeremy Harris <[email protected]> wrote: > On 09/02/14 00:50, Peter van Loon wrote: >> On a NAS, that is the incoming server for mail for my hobby domain >> "example.nl", I'm running the Debian version of exim 4.80 and want to >> re-route or forward any mail comming in at "*@example.nl" to my personal >> mail address at my ISP "[email protected]". I'm new to exim, but after reading >> the information available on the internet, I think the easiest way to do >> this is to use a system filter? > > I doubt it; I'd use a redirect router. But then Debian does things > like nobody else; such might not fit with how they've set things up.
I'd do it in a router on debian. With debian's split configuration option you can just drop the router in as a file in /etc/exim4/conf.d/router eg: /etc/exim4/conf.d/router/50_example.nl_rewrite if you're gone for merged config you need to edit /etc/exim4/exim4.conf.template and insert the new router. -- Neither the pheasant plucker, nor the pheasant plucker's son. -- ## 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/
