PMG Statistics...

sa10

Renowned Member
Feb 6, 2009
48
0
71
Canada
I tried to use PMG as mailhub.
I see in the /var/log/mail.info 376 messages

grep "status=sent" /var/log/mail.info | wc -l
376

But PMG Statistics show me 85
Is it normal?
1628256818622.png
 
I tried to use PMG as mailhub.
I see in the /var/log/mail.info 376 messages

grep "status=sent" /var/log/mail.info | wc -l
376

But PMG Statistics show me 85
Is it normal?
I guess so - how many lines do you see in the Tracking center for August?

A few things to note:
* /var/log/mail.log is rotated weekly (not monthly)
* status=sent can happen/will happen multiple times per mail, which gets passed through PMG - depending on configuration - the listening postfix takes the mail and hands it to the pmg-smtp-filter - once this is accepted it adds a logline with status=sent, and pmg-smtp-filter passes the mail to a postfix which sends it out - which also adds a status=sent line...

I hope this helps!