Mail-Traffic

AllOnline

New Member
Hallo,

ich habe folgendes Problem:
In Confixx unter Transfervolumen steht bei mir:
FTP / WEB / E-Mail
xx KB / xx KB / 0 KB

Dies bleibt auch bei 0 wenn ich:
Code:
/var/www/confixx/admin/contrib/mailtraffikpop3.pl
/var/www/confixx/admin/contrib/mailtraffiksmtp.pl

ausführe.
In der mailtraffikpop3.pl und mailtraffiksmtp.pl steht:
Code:
Code:
$LogFile = '/var/log/mail.log';  # change this to the path to your logfile!

Leider steht leider Datei auch:
Code:
Code:
#############################
#         POP3              #
#    MailtrafficAnalyzer    #
#  Measures Confixx Traffik #
#  from POP3 Logfile        #
#   (qpopper)               #
#############################

Ich verwende aber nicht qpopper sondern postfix.
Hat jemand eine Idee wie ich in der Kombination dies zum laufen bekomme?
 
Vielleicht unterscheidest du die Scripte erstmal sauber.
Da steht sehr deutlich POP3 und qpopper. Postfix hat nichts mit POP3 zu tun.

mailtraffiksmtp.pl kann das Log von sendmail und Postfix auswerten.
mailtraffikpop3.pl wirst du wohl von Hand anpassen müssen, wenn du kein qpopper verwendest.
 
Back
Top