Hallo!
Auf einem CentOS 7 Server habe ich das postfix-rpm 2.11.11 von Michael Nausch installiert. Mein altes pflogsum-script funktioniert damit nicht mehr und das aus dem repository kann ich nicht installieren, weil es nur zur Version 2.10 von Postfix passt.
Kennt jemand das Problem und weis, wie man pflogsum vielleicht anpasst?
Grüße
Andreas
Hallo Andreas,
ich nutze ebenfalls das Postfix RPM von Michael Nausch, ebenfalls CentOS-7 und ich habe da keine Probleme.
Siehe auch, das habe ich mal für mich dokumentiert:
https://dokuwiki.tachtler.net/doku.php?id=tachtler:postfix_logfiles_auswerte...
Grüße Klaus.
HI Andreas,
also pflogsumm ist enthalten in: postfix-perl-scripts
# rpm -qil postfix-perl-scripts Name : postfix-perl-scripts Epoch : 2 Version : 3.5.2 Release : 1.el7 Architecture: x86_64 Install Date: Mon 18 May 2020 05:02:08 PM CEST Group : Applications/System Size : 111469 License : IBM Signature : RSA/SHA1, Mon 18 May 2020 04:48:49 PM CEST, Key ID 60ecfb9e8195aea0 Source RPM : postfix-3.5.2-1.el7.src.rpm Build Date : Mon 18 May 2020 04:48:30 PM CEST Build Host : vml000137.dmz.nausch.org Relocations : (not relocatable) Packager : Django django@mailserver.guru URL : http://www.postfix.org Summary : Postfix utilities written in perl Description : This package contains perl scripts pflogsumm and qshape.
Pflogsumm is a log analyzer/summarizer for the Postfix MTA. It is designed to provide an over-view of Postfix activity. Pflogsumm generates summaries and, in some cases, detailed reports of mail server traffic volumes, rejected and bounced email, and server warnings, errors and panics.
qshape prints Postfix queue domain and age distribution. /usr/sbin/pflogsumm /usr/sbin/qshape /usr/share/doc/postfix-3.5.2/pflogsumm-faq.txt /usr/share/man/man1/pflogsumm.1.gz /usr/share/man/man1/qshape.1.gz
ttyl Django
Hi Michael,
danke für das Postfix RPM an dieser Stelle noch mal!
Grüße Klaus.
Hallo!
Django via CentOS-de centos-de@centos.org schrieb am 31.05.20 um 14:50:54 Uhr:
HI Andreas,
also pflogsumm ist enthalten in: postfix-perl-scripts
# rpm -qil postfix-perl-scripts Name : postfix-perl-scripts Epoch : 2 Version : 3.5.2 Release : 1.el7 Architecture: x86_64 Install Date: Mon 18 May 2020 05:02:08 PM CEST Group : Applications/System Size : 111469 License : IBM Signature : RSA/SHA1, Mon 18 May 2020 04:48:49 PM CEST, Key ID 60ecfb9e8195aea0 Source RPM : postfix-3.5.2-1.el7.src.rpm Build Date : Mon 18 May 2020 04:48:30 PM CEST Build Host : vml000137.dmz.nausch.org Relocations : (not relocatable) Packager : Django django@mailserver.guru URL : http://www.postfix.org Summary : Postfix utilities written in perl Description : This package contains perl scripts pflogsumm and qshape.
Pflogsumm is a log analyzer/summarizer for the Postfix MTA. It is designed to provide an over-view of Postfix activity. Pflogsumm generates summaries and, in some cases, detailed reports of mail server traffic volumes, rejected and bounced email, and server warnings, errors and panics.
qshape prints Postfix queue domain and age distribution. /usr/sbin/pflogsumm /usr/sbin/qshape /usr/share/doc/postfix-3.5.2/pflogsumm-faq.txt /usr/share/man/man1/pflogsumm.1.gz /usr/share/man/man1/qshape.1.gz
Das ist das Problem:
yum install postfix-perl-scripts .... Fehler: Paket: 2:postfix-perl-scripts-2.10.1-9.el7.x86_64 (base) Benötigt: postfix = 2:2.10.1-9.el7 Installiert: 2:postfix-2.11.11-1.el7.x86_64 (installed) postfix = 2:2.11.11-1.el7 Verfügbar: 2:postfix-2.10.1-9.el7.x86_64 (base) postfix = 2:2.10.1-9.el7--skip-broken Sie können versuchen, mit --skip-broken das Problem zu umgehen. Sie könnten Folgendes versuchen: rpm -Va --nofiles --nodigest
--skip-broken führt auch nicht zum Ziel, leider! Das Problem mit pflogsum ist, dass die Sender nicht mehr ausgewertet werden. Leider kenne ich mich mit perl überhaupt nicht aus, um das vielleicht korrigieren zu können.
Andreas
Hallo Andreas,
Du musst auch postfix-perl-scripts "excluden", und das Paket postfix-perl-scripts aus dem mailserver.guru Repository installieren:
Siehe auch:
yum info postfix-perl-scripts Loaded plugins: changelog, priorities 310 packages excluded due to repository priority protections Installed Packages Name : postfix-perl-scripts Arch : x86_64 Epoch : 2 Version : 2.11.11 Release : 1.el7 Size : 109 k Repo : installed
From repo : mailserver.guru-os
Summary : Postfix utilities written in perl URL : http://www.postfix.org License : IBM and GPLv2+ Description : This package contains perl scripts pflogsumm : and qshape. : : Pflogsumm is a log analyzer/summarizer for the : Postfix MTA. It is designed to provide an : over-view of Postfix activity. Pflogsumm : generates summaries and, in some cases, : detailed reports of mail server traffic : volumes, rejected and bounced email, and : server warnings, errors and panics. : : qshape prints Postfix queue domain and age : distribution.
Grüße Klaus.
Klaus Tachtler klaus@tachtler.net schrieb am 31.05.20 um 13:14:46 Uhr:
Hallo Andreas,
Du musst auch postfix-perl-scripts "excluden", und das Paket postfix-perl-scripts aus dem mailserver.guru Repository installieren:
Siehe auch:
yum info postfix-perl-scripts Loaded plugins: changelog, priorities 310 packages excluded due to repository priority protections Installed Packages Name : postfix-perl-scripts Arch : x86_64 Epoch : 2 Version : 2.11.11 Release : 1.el7 Size : 109 k Repo : installed From repo : mailserver.guru-os Summary : Postfix utilities written in perl URL : http://www.postfix.org License : IBM and GPLv2+ Description : This package contains perl scripts pflogsumm : and qshape. : : Pflogsumm is a log analyzer/summarizer for the : Postfix MTA. It is designed to provide an : over-view of Postfix activity. Pflogsumm : generates summaries and, in some cases, : detailed reports of mail server traffic : volumes, rejected and bounced email, and : server warnings, errors and panics. : : qshape prints Postfix queue domain and age : distribution.
Bingo! Das hat funktioniert. Danke euch!
Andreas
Hallo Andreas,
super, freut mich, wenn wir helfen konnten.
Grüße Klaus.
Am 31.05.2020 um 14:06 schrieb Andreas Meyer via CentOS-de:
Auf einem CentOS 7 Server habe ich das postfix-rpm 2.11.11 von Michael Nausch installiert.
Hallo,
mal ganz naiv gefragt: Warum setzt man eine seit längerem ungewartete Version von Postfix ein? RHEL kümmert sich immerhin um das deutlich alte Postfix für den Fall, dass Bugs bekannt werden. Aber ein totes Postfix 2.11 eines Third Party Repositories?
Hint: Peter vom ghettoforge.org Projekt kümmert sich seit Jahren um aktuelle Postfix RPMs. Als Nutzer habe ich noch nie Probleme damit gehabt.
Es gibt auch extra eine Anleitung, wie man vom distributionseigenen Postfix auf das von Ghettoforge umsteigt.
Im gf-plus Repo gibt es für EL7 Postfix Pakete Stand 3.5.2. pflogsumm befindet sich dabei im Paket postfix3-utils.
Gruß Alexander
Hallo Alexander,
Du kannst auch ein aktuelles Paket von Michael Nausch haben:
http://repo.mailserver.guru/7/testing/x86_64/repoview/postfix.html
Michael ist ein erfahrener Postfix Spezialist und RPM paketierer.
Ich persönlich vertraue seinen Paketen.
Grüße Klaus.
HI,
Klaus musste das sagen, ich hab ihm extra 100€ für diese Antwort gegeben. Er sagt alles was nan will, wenn man nur genug auf den Tresen legt!
Nein Spaß beiseite, er ist ganz integer!
ttyl Django
Alexander Dalloz ad+lists@uni-x.org schrieb am 31.05.20 um 17:35:25 Uhr:
Am 31.05.2020 um 14:06 schrieb Andreas Meyer via CentOS-de:
Auf einem CentOS 7 Server habe ich das postfix-rpm 2.11.11 von Michael Nausch installiert.
mal ganz naiv gefragt: Warum setzt man eine seit längerem ungewartete Version von Postfix ein? RHEL kümmert sich immerhin um das deutlich alte Postfix für den Fall, dass Bugs bekannt werden. Aber ein totes Postfix 2.11 eines Third Party Repositories?
Ok, das ist ein Argument. Ich hattte leider noch nicht die Zeit, mich weiters um den Server zu kümmern. Ich werde ihn demnächst auf CentOS8 umziehen.
Hint: Peter vom ghettoforge.org Projekt kümmert sich seit Jahren um aktuelle Postfix RPMs. Als Nutzer habe ich noch nie Probleme damit gehabt.
Das ist mir neu.
Es gibt auch extra eine Anleitung, wie man vom distributionseigenen Postfix auf das von Ghettoforge umsteigt.
Gut, ich schau' mir das an. Hört sich interessant an.
Im gf-plus Repo gibt es für EL7 Postfix Pakete Stand 3.5.2. pflogsumm befindet sich dabei im Paket postfix3-utils.
Danke! Ich werde mich damit beschäftigen.
Grüße
Andreas
Hi,
na ja, ich würde auch wenn dann, das aktuelke 3.5er von repo.mail server.guru nehmen.
Und BTW, es werden/wurden alle patches jeweils eingebracht. Aber ob man dem Maintainer vertraut, muss jeder selber wissen. Und ich persönlich hab da vollstes Vertrauen, gibt ja auch genügend Doku von ihm, da Jann nan sich vergewissern was Sache ist.
Und letztendlich ist das bei CentOS immer das gleiche Problem. Ohne 3rd-party macht es oft gar keinen Spaß und wer kann sich schon selbst eine Developmentumgebung vorhalten. Da greift nan eben auf verlässliche Dritte zurück. Soviel zum Community "Enterprise" Operating System.
cm2ct Django