Systems Administrator wrote:
One quick question (possibly for Gordon :) ) -- is there a simple
way to tell how many messages a day you're dealing with, or would this
require eg. log analysis?
Yes to both questions:
fgrep -c 'courieresmtpd: started' /var/log/maillog
Also, local deliveries:
fgrep 'courierlocal:' maillog | fgrep -c 'Message delivered'
And remote deliveries:
fgrep 'courieresmtp:' maillog | fgrep -c 'success: delivered'
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users