Mail सर्वर : मेल लॉग रिपोर्ट : pflogsumm2023/10/23 |
|
pflogsumm इंस्टॉल करें जो Postfix लॉग रिपोर्टिंग टूल है।
|
|
| [1] | postfix-perl-scripts पैकेज स्थापित करें। |
|
[root@mail ~]#
dnf -y install postfix-perl-scripts # कल के लिए मेल लॉग सारांश तैयार करें [root@mail ~]# perl /usr/sbin/pflogsumm -d yesterday /var/log/maillog
Postfix log summaries for Apr 28
Grand Totals
------------
messages
3 received
3 delivered
0 forwarded
0 deferred
0 bounced
0 rejected (0%)
0 reject warnings
0 held
0 discarded (0%)
1942 bytes received
1942 bytes delivered
2 senders
1 sending hosts/domains
2 recipients
2 recipient hosts/domains
Per-Hour Traffic Summary
------------------------
time received delivered deferred bounced rejected
--------------------------------------------------------------------
0000-0100 0 0 0 0 0
0100-0200 0 0 0 0 0
0200-0300 0 0 0 0 0
0300-0400 0 0 0 0 0
0400-0500 0 0 0 0 0
0500-0600 0 0 0 0 0
0600-0700 0 0 0 0 0
0700-0800 0 0 0 0 0
0800-0900 0 0 0 0 0
0900-1000 0 0 0 0 0
1000-1100 0 0 0 0 0
1100-1200 0 0 0 0 0
1200-1300 0 0 0 0 0
1300-1400 0 0 0 0 0
1400-1500 3 3 0 0 0
1500-1600 0 0 0 0 0
1600-1700 0 0 0 0 0
1700-1800 0 0 0 0 0
1800-1900 0 0 0 0 0
1900-2000 0 0 0 0 0
2000-2100 0 0 0 0 0
2100-2200 0 0 0 0 0
2200-2300 0 0 0 0 0
2300-2400 0 0 0 0 0
Host/Domain Summary: Message Delivery
--------------------------------------
sent cnt bytes defers avg dly max dly host/domain
-------- ------- ------- ------- ------- -----------
2 1508 0 0.3 s 0.6 s mail.srv.world
1 434 0 0.0 s 0.0 s localhost
Host/Domain Summary: Messages Received
---------------------------------------
msg cnt bytes host/domain
-------- ------- -----------
3 1942 srv.world
Senders by message count
------------------------
2 redhat@srv.world
1 fedora@srv.world
Recipients by message count
---------------------------
2 fedora@mail.srv.world
1 fedora@localhost
Senders by message size
-----------------------
1508 redhat@srv.world
434 fedora@srv.world
Recipients by message size
--------------------------
1508 fedora@mail.srv.world
434 fedora@localhost
message deferral detail: none
message bounce detail (by relay): none
message reject detail: none
message reject warning detail: none
message hold detail: none
message discard detail: none
smtp delivery failures: none
Warnings: none
Fatal Errors: none
Panics: none
Master daemon messages
----------------------
4 daemon started -- version 3.7.4, configuration /etc/postfix
3 terminating on signal 15
1 reload -- version 3.7.4, configuration /etc/postfix
[root@mail ~]#
crontab -e # उदाहरण के लिए, प्रतिदिन 1:00 बजे root को मेल लॉग सारांश भेजें 00 01 * * * perl /usr/sbin/pflogsumm -e -d yesterday /var/log/maillog | mail -s 'Logwatch for Postfix' root
|
| Sponsored Link |
|
|