]> git.proxmox.com Git - pmg-docs.git/blame - pmg-statistic.adoc
update static schema info
[pmg-docs.git] / pmg-statistic.adoc
CommitLineData
85115a79
DC
1Statistics
2==========
3
4{pmg} offers a useful and feature-rich statistics interface, which allows the
5administrators to quickly see the general workload and makes it easy to identify
6problems.
7
8The statistics are shown for the selected time range, which defaults to the
9current day, but can be changed to any other day, a whole month, or even a
10whole year.
11
12On the main statistics page there are three graphs with additional data:
13
14'Total Mail Count'::
15
16Shows the total mail flow as a graph and the following details:
17
18* Total Mails
19* Incoming/Outgoing Mails (as count and percentage)
20* Virus Outbreaks (the amount of outgoing virus mails)
21* Avg. Mail Processing Time
22* Incoming/Outgoing Mail Traffic
23
24'Incoming Mails'::
25
26Shows the incoming mail counts as a graph and the following details
27(as counts and percentages of the incoming mail volume):
28
29* Incoming Mails
30* Junk Mails (Virus + Spam + Greylisted + SPF rejects + RBL rejects)
31* Greylisted Mails
32* Spam Mails (Mails with Spamscore >= 3 and not containing a virus)
33* SPF rejects
34* Bounces (mails with an empty envelope-sender address)
35* Virus Mails
36
37'Outgoing Mails'::
38
39Shows the outgoing mail counts as a graph and the following details
40(as counts and percentages of the outgoing mail volume):
41
42* Outgoing Mails
43* Bounces (mails with an empty envelope-sender address)
44* Virus Mails
45
46Spam Scores
47-----------
48
49This panel shows the distribution of the different spam scores for the selected
50time frame.
51
52Virus Charts
53------------
54
55This panel shows which and how many viruses were detected in the selected
56time frame.
57
58Hourly Distribution
59-------------------
60
61Shows the amount of incoming and outgoing mail per hour for the selected
62time frame.
63
64Postscreen
65----------
66
67Contains a chart with the RBL and pregreet rejects for the selected time frame.
68For more info about postscreen and pregreet tests, see the
69https://www.postfix.org/POSTSCREEN_README.html[postscreen readme].
70
71Domain
72------
73
74Contains a summary for the recipient domain of the incoming and outgoing mails
75of the selected time frame, with traffic, count, how many viruses were detected,
76and how much of it was spam.
77
78Sender
79------
80
81This panel contains a list of e-mail addresses that sent mail out in the
82selected time frame, with a total count, how many viruses were detected and how
83big these mails were.
84
85If you click on one of these e-mail addresses, you see a detailed list of
86recipients, complete with size, date and time.
87
88Receiver
89--------
90
91Similar to the `Sender` panel, this contains a list of e-mail addresses that
92received e-mails from outside, with a total, spam and virus count, as well
93as the total mail size.
94
95If you click an entry, it shows a detailed list of mails with size, date,
96time, virus and spam score info.
97
98If the `advanced statistics filters` are active, only active accounts will be
99listed. Active accounts are those which sent mail in the selected time frame
100or up to 90 days before.
101
102Contact
103-------
104
105This contains the list of external recipients that received mail from this
106{pmg}, coming in on the internal port, with total count, virus count and size.
107
108If you click an entry, it shows a list of mails with size, date and time.
109
110If the `advanced statistics filters` are active, active accounts will be
111filtered out, since they can already be seen in the `Receiver` panel. Active
112accounts are those which sent mail in the selected time frame or up to 90 days
113before.