Total Email queue count for a period

You can get a count for all Mails in the Maillog easy with:

grep "postfix/smtp" /var/log/mail.log | grep "to=" | grep -v NOQUEUE | wc -l

And if yo like to get some lines so you can see the recipients just remove the last | wc -l and you will see the delivers.