Hi,
Can someone please tell me how to get the stats for a single email address, and all the addresses on a certain domain?
Rudi Ahlers wrote:
Hi,
Can someone please tell me how to get the stats for a single email address, and all the addresses on a certain domain?
grep ..... /var/log/maillog | wc -l
.. etc etc.