UPDATE:
Found almost 100 connections to POP3S port 995 from 1 single IP, like:
Code:
tcp6 0 0 zimbra.server.com:pop3s 1.2.3.4%187:51234 ESTABLISHED
tcp6 0 0 zimbra.server.com:pop3s 1.2.3.4%187:51235 ESTABLISHED
tcp6 0 0 zimbra.server.com:pop3s 1.2.3.4%187:51236 ESTABLISHED
tcp6 0 0 zimbra.server.com:pop3s 1.2.3.4%187:51237 ESTABLISHED
tcp6 0 0 zimbra.server.com:pop3s 1.2.3.4%187:51238 ESTABLISHED
tcp6 0 0 zimbra.server.com:pop3s 1.2.3.4%187:51239 ESTABLISHED
...
As I cannot change default 100 pop3 connections limit without restart, I tried to block this IP on firewall level, but since connections are ESTABLISHED, firewall cannot kill them.
So next I try to kill those sessions:
Code:
tcpkill host 1.2.3.4
But no connections were killed, stuck with
Code:
tcpkill: listening on eth0 [host 1.2.3.4]
Anyways, seems like I found problem source.