Re: [exim] Blacklisting IP Ranges Using MySQL

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Jeremy Harris
Dátum:  
Címzett: Exim-users
Tárgy: Re: [exim] Blacklisting IP Ranges Using MySQL
Brian Spraker wrote:
> Is there a way to blacklist IP ranges using MySQL?

[...]
> 41.0.0.0/8
> 58.0.0/8


condition = ${if match_ip{$sender_host_address}\
                          {${lookup mysql.......}}}


- Jeremy