Fedora 25
Sponsored Link

MailLog Report : pflogsumm2016/12/12

 
Install pflogsumm which is the Postfix Log reporting tool.
[1] Install postfix-perl-scripts package.
[root@mail ~]#
dnf -y install postfix-perl-scripts
# generate log summary for yesterday

[root@mail ~]#
perl /usr/sbin/pflogsumm -d yesterday /var/log/maillog

Postfix log summaries for Dec 12

Grand Totals
------------
messages

      3   received
      9   delivered
      0   forwarded
      0   deferred
      0   bounced
      0   rejected (0%)
      0   reject warnings
      0   held
      0   discarded (0%)

   3094   bytes received
   5924   bytes delivered
      2   senders
      2   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           0          0          0          0          0
    1500-1600           0          0          0          0          0
    1600-1700           0          0          0          0          0
    1700-1800           3          9          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
 -------- -------  -------  ------- ------- -----------
      5     3284        0     6.8 s   18.0 s  mail.srv.world
      4     2640        0     7.8 s   31.0 s  srv.world

Host/Domain Summary: Messages Received
---------------------------------------
 msg cnt   bytes   host/domain
 -------- -------  -----------
      2     2074   mail.virtual.host
      1     1020   mail.srv.world

Senders by message count
------------------------
      2   fedora@mail.virtual.host
      1   fedora@mail.srv.world

Recipients by message count
---------------------------
      5   fedora@mail.srv.world
      4   redhat@srv.world

Senders by message size
-----------------------
   2074   fedora@mail.virtual.host
   1020   fedora@mail.srv.world

Recipients by message size
--------------------------
   3284   fedora@mail.srv.world
   2640   redhat@srv.world

Messages with no size data
--------------------------
 4D7CA1873135  fedora@mail.srv.world
 C4EFF1841BED  redhat@srv.world

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
--------
  smtps/smtpd (total: 1)
         1   TLS library problem: error:14094418:SSL routines:ssl3_read_byte...
  tlsmgr (total: 2)
         1   redirecting the request to postfix-owned data_directory /var/li...
         1   request to update table btree:/etc/postfix/smtpd_scache in non-...

Fatal Errors: none

Panics: none

Master daemon messages
----------------------
      2   terminating on signal 15

[root@mail ~]#
# send mail log summary at AM 1:00 everyday to root

00 01 * * * perl /usr/sbin/pflogsumm -e -d yesterday /var/log/maillog | mail -s 'Logwatch for Postfix' root
Matched Content