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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Lena
Date:  
À: exim-users
Sujet: 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}}