17 Mar
2015
17 Mar
'15
9:39 p.m.
Jaime Ventura writes:
Is there an easy way to get how many connections are being handled at a moment?
This works:
doveadm who -1 2>/dev/null | wc -l
If yopu only want to coutn IMAP connections (not POP3),
doveadm who -1 2>/dev/null | grep -Fc imap
Joseph Tam jtam.home@gmail.com