On 21/02/07, Jan Johansson <[EMAIL PROTECTED]> wrote:
> I am trying to figure out how to make a simple lookup work right.
> Basically, I have a file in the form of
>
> Username:       yes
> Username2:      yes
>
> And I want to trigger a router if the user is listed herein. My current
> lookup does not seem to trigger as expected
>
> domain_redirect:
>        driver = manualroute
>        domains = mydomain.com
>        local_parts =
> ${lookup{$local_part}lsearch{/etc/exim4/domain-redirect}}
>        transport = remote_smtp
>        route_list = * 192.168.0.201
>        host_find_failed = defer
>        same_domain_copy_routing = yes
>        no_more


local_parts = lsearch;/etc/exim4/domain-redirect

should do it. Or simplify the file so it just has one localpart per
line, in which case

local_parts = /etc/exim4/domain-redirect

Peter

-- 
Peter Bowyer
Email: [EMAIL PROTECTED]

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

Reply via email to