Re: [exim] Blacklisting IP Ranges Using MySQL

Top Page
Delete this message
Reply to this message
Author: W B Hacker
Date:  
To: exim users
Subject: Re: [exim] Blacklisting IP Ranges Using MySQL
Tony Meyer wrote:
>> Not sure why one would await a 'potential, someday, maybe' MySQL IPv6 'range'
>> toolset when other SQL engines have had it for years and years already..
>>
>> ...and does Exim itself.
>
> I couldn't find a way to do this in Exim itself. Can you point me to
> the right place in the docs?
>
> Thanks,
> Tony
>


See iplsearch

One needs to enclose IPv6 format entries in quotes, ELSE change Exim's
list-separator from ":" to something else.

FWIW, if you have whole IP ranges to locally BL, it might be more efficient of
resources to do that within pf or ipfw instead of Exim.

Bill