Re: [exim] Blocking mail based on IP address

Etusivu
Poista viesti
Vastaa
Lähettäjä: Renaud Allard
Päiväys:  
Vastaanottaja: VaraPrasad Yalla
Kopio: exim users
Aihe: Re: [exim] Blocking mail based on IP address


VaraPrasad Yalla wrote:
> Hello,
>
> Is there a way of applying the above kind of ACL to a few selected
> domains ? Please let me know .
>
> Thanks.
>
>
> On Nov 9, 2007 5:32 PM, Renaud Allard <renaud@???> wrote:
>>
>>
>> VaraPrasad Yalla wrote:
>>> Hello,
>>>
>>> I am trying to block emails from all other IP addresses except from
>>> one IP address which is of an external mail filter device we use
>>> now . Please let me know if something like this can be done from
>>> the traditional exim email filters .
>>>
>> Of course, you can use an acl like this one at connect or rcpt (or whichever acl
>> time you wish)
>>
>> deny
>> !hosts = ip.of.my.filteringdevice
>>
>>
>>


Of course,

deny
domains    = some.selected : domains.tld
!hosts = ip.of.my.filteringdevice