> Thanks for advice,
> 
> i have try these rules however not seems to work,
> 
> exchange2003:
>      driver = manualroute
>      domains = +local_domains
>      transport = remote_smtp
>      route_list = * 192.168.123.254
>      local_parts = $local_part:lsearch;/home/exchange.lst
>      unseen = true
> 
> I have filled /home/exchange.lst with somme user $local_part 
> however keeping or removing name in this file change nothing, 
> every body receive the mail in exchange, any last idea??? ;)
> 
Yes, you've told it that if the local part of the address is the local part of
the address
(local_parts=$local_part) then run this router. Try just
local_parts=/some/file
where /some/file is a file containing the local parts you want matched - one per
line.
 John

-- 
## 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