> I was wonder if it will not be more easy to say if 
> $home/.exchange exist I deliver else no.
> 
> I'm searching for this way at the moment
> 
> exchange2003_file:
>      driver = manualroute
>      domains = +local_domains
>      transport = remote_smtp
>      verify = false
>      route_list = * 192.168.123.254
>      require_files = $local_part:$home/.exchange
>      unseen = true
> 
> But it does'nt work, if I don't find i will use the previous solution
> 
Off the top of my head try:

exchange2003_file:
  driver = manualroute
  domains = +local_domains
  transport = remote_smtp
  verify = false
  check_local_user = true
  verify = false
  route_list = * 192.168.123.254
  require_files = $home/.exchange
  unseen = true


 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