Re: [exim] Remote SMTP using manual route but only for certa…

Top Page
Delete this message
Reply to this message
Author: John Burnham
Date:  
To: exim-users
Old-Topics: Re: [exim] Remote SMTP using manual route but only for certain users???
Subject: Re: [exim] Remote SMTP using manual route but only for certainusers???
>
> OK understood,
>
> however how can I say to my exchange router that somme people
> traverse him or not????
>
> exchange2003:
>           driver = manualroute
>           domains = +local_domains
>           transport = remote_smtp
>           route_list = * 192.168.123.254
>           unseen = true

>
>      Condition = if user = foo,foobar,harry then deliver 
> else bypass??????

>

I would use the local_parts condition - see
http://www.exim.org/exim-html-4.62/doc/html/spec_html/ch15.html
You can then use a file or a database to list all the users.
John