On 11/09/15 10:35, John wrote: > Is there an easy way of measuring the number of emails handled by the server > per unit time? Per day, week, month, ever.
If you want accurate totals you'll need to post-process your logs. That could be as simple as "grep '<=' | wc -l". If a decaying average is enough, use the database maintained by a "ratelimit" ACL condition, obviously written to only measure and not actually limit. -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
