Re: [exim] Sending limit per day for Authenticated (LOGIN AU…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Lena
Fecha:  
A: exim-users
Asunto: Re: [exim] Sending limit per day for Authenticated (LOGIN AUTH) users
P.S. I updated https://github.com/Exim/exim/wiki/BlockCracking
with a slightly better solution: without the "touch" and with:

        condition = ${if exists{$spool_directory/blocked_IPs}\
                         ${lookup{$sender_host_address}lsearch\
                                 {$spool_directory/blocked_IPs}{0}{1}}\
                         {1}}