Re: [exim] Domain filtering in router

Top Page
Delete this message
Reply to this message
Author: Peter Bowyer
Date:  
To: exim users
Subject: Re: [exim] Domain filtering in router
On 13/12/2007, Adrian Chapela <achapela.rexistros@???> wrote:
> Hello,
>
> I have this router:
>
> noscan_router:
> driver = redirect
> condition = ${if match_ip{$sender_host_address}{192.168.1.21}}
> domains = +local_domains
> data = ${lookup mysql{select maildir from users where
> id='$local_part@$domain' and block < 1}{$value}fail}
> directory_transport = virtual_delivery
> file_transport = virtual_delivery
>
> With this router IP 192.168.1.21 can send mails and "bypass" content
> filter setup but it can send mails to all domains, I want it could send
> mails only to local_domains and If it sends a mail to a external domain
> this mail must be scanned.


No, this router will only trigger if the sender IP matches and the
target domain is in +local_domains - I think that's what you want,
isn't it?

Maybe you have a later router which accepts mail to other domains from this IP?

Peter

--
Peter Bowyer
Email: peter@???