Author: Nico Erfurth Date: To: Derek Broughton CC: exim-users@exim.org Subject: Re: [Exim] Making a router PASS
On Fri, 7 Mar 2003, Derek Broughton wrote:
> I'm just trying to get Exim4 running on my Debian system, and I can't figure out
> how I can get a router to PASS.
>
> It seems to me that it always either defers, accepts or fails - but pass just
> isn't an option.
>
> I'd like to be able to set $address_data in a number of routers, use
> PASS_ROUTER=next, PASS, and have
You can easily use a router like this
passit:
driver = redirect
address_data = somedata
data = $local_part@$domain
(Maybe the data-option can be also left empty, just try it)