Fedora 43

Mail サーバー : メールログレポート pflogsumm2025/11/19

 

Postfix ログレポートツール pflogsumm をインストールします。

[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 Nov 19

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

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

   5341   bytes received
   7255   bytes delivered
      3   senders
      3   sending hosts/domains
      3   recipients
      3   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           7          7          0          1          0
    1000-1100           2          2          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           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
 -------- -------  -------  ------- ------- -----------
      6     5818        0     0.2 s    0.9 s  mail.srv.world
      2     1106        0     0.0 s    0.0 s  srv.world
      1      331        0     0.1 s    0.1 s  localhost

Host/Domain Summary: Messages Received
---------------------------------------
 msg cnt   bytes   host/domain
 -------- -------  -----------
      5     2797   mail.srv.world
      3     2213   virtual.host
      1      331   srv.world

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

Recipients by message count
---------------------------
      6   fedora@mail.srv.world
      2   redhat@srv.world
      1   fedora@localhost

Senders by message size
-----------------------
   2797   fedora@mail.srv.world
   2213   fedora@virtual.host
    331   fedora@srv.world

Recipients by message size
--------------------------
   5818   fedora@mail.srv.world
   1106   redhat@srv.world
    331   fedora@localhost

message deferral detail: none

message bounce detail (by relay)
--------------------------------
  none (total: 1)
         1   mail for mail.virtual.host loops back to myself

message reject detail: none

message reject warning detail: none

message hold detail: none

message discard detail: none

smtp delivery failures: none

Warnings
--------
  smtpd (total: 2)
         2   TLS library problem: error:0A000412:SSL routines::ssl/tls alert...

Fatal Errors: none

Panics: none

Master daemon messages
----------------------
      7   daemon started -- version 3.10.3, configuration /etc/postfix
      6   terminating on signal 15
      4   reload -- version 3.10.3, configuration /etc/postfix
関連コンテンツ