[CentOS] how to get mail stats for a single email address, on an Exim mail server?

2009-08-22 Thread Rudi Ahlers
Hi,

Can someone please tell me how to get the stats for a single email
address, and all the addresses on a certain domain?

-- 
Kind Regards
Rudi Ahlers
CEO, SoftDux Hosting
Web: http://www.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to get mail stats for a single email address, on an Exim mail server?

2009-08-22 Thread John R Pierce
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.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos