Hi everybody,
I have configured a firewall Filter to add src address to address list , if 3 smtp connections are open as below:
chain=forward action=add-src-to-address-list protocol=tcp src-address=0.0.0.0/0
address-list=Spammers address-list-timeout=1h dst-port=25 connection-limit=3,32
But it doesnt work, because in Spammers address List i dont have any of the IP-s. Meanwhile with Torch i see a lot of ip addresses with SMTP connection open > 3.
When i disable the connection-limit, then i have addresses in Spammers.
The mikrotik is upgraded to the latest firmware and is 2282 Model
Thank you