Report amount emails sended per user
I am needing to create a report of the amount of emails sent to a domain from email addresses on my server in a range of dates:
Example:
- Number of emails that sent 'myuser@mydomain.com' to addresses with the domain 'otherdomain.com' in the month of October 2020.
-
Doesn't mail delivery reports only work for 10 days worth ?? 0 -
The Mail Delivery Reports page uses the time of the available exim_mainlog files on the system, including logs that have already been rotated and are in the format of exim_mainlog-YearMoDA.gz in the /var/log directory. If your logs go back only 10 days, that's all you'll be able to search, but depending on email volume and log rotation you could have substantially more to search with. 0
Please sign in to leave a comment.
Comments
3 comments