On 14/11/2003 at 11:43:32, Kevin Bilbee wrote:
>>From my observations it does not give a count of the actual number of
> messages processed it gives you a count of the number of mail box
> deliveries.
> For example if a message was addressed to two recipients on yor server it
> would count as 2 in if the next message received was addressed to 10 it
> would now have a count of 12.
> The number of emails is a different story???? Any one have any ideas???
You can try the following at a DOS prompt (changing the log file name
from day to day, obviously):
type log1114.txt | find "SMTPD" | find /C ".SMD"
That counts lines in the log file which contain both "SMTPD" and ".SMD",
ie when a message has been successfully received. It may not be a
perfect count (there may be other situations where such lines appear),
but it's a starting point. You can tune it if necessary by adding more
find commands.
Cheers,
Evan
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/