Autor: mixed8e Data: Para: exim-users Assunto: [exim] smtp_accept_max_per_host vs "connection count" in logs
I have this:
> exim -bP |grep max_per_host smtp_accept_max_per_host =
${lookup{$sender_host_address}iplsearch{/etc/exim/connlimits}}
> exim -be '${lookup{1.2.3.4}iplsearch{/etc/exim/connlimits}}' 25
(The connlimits file has only a few lines, with exceptions for certain IPs
and a catchall 0.0.0.0/0 with value 25)