On 2015-09-11, John <[email protected]> wrote: > Hello list, > > Is there an easy way of measuring the number of emails handled by the server > per unit time? Per day, week, month, ever.
grep ' <= ' /var/log/exim/mainlog.1 | wc -l store results with timestamp. rotate logs daily. -- \_(ツ)_ -- ## 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/
