Hi
Is there any way to track number of emails sent by a specific user?
find <path-to-mailu> -type f | grep <email-address>/.Sent/cur | wc -l
returns the current number of emails sent by the specified user.
Thank you very much @Pentiva
Should I close?