Hi,
I was trying to drop packet that the destination port was 25,465,587 if limit=4/1m,4
those are my rules
chain=forward action=drop protocol=tcp src-address-list=EmailSpammer dst-port=25,587,465
chain=forward action=add-src-to-address-list protocol=tcp address-list=EmailSpammer
address-list-timeout=1m dst-port=25,587,465 limit=4/1m,4
Im not even sure if this is the way to do it.
But I was hopping someone can point me in the right dirrection
I searched online and all i can find is block simultaneous connections, but this is not what im trying to do.
Thanks for any help i can get.