From: eldy <>
Date: Sun, 9 Nov 2003 04:53:05 +0000 (+0000)
Subject: maillogconvert.pl: Added support for MDaemon mail server log files
X-Git-Tag: AWSTATS_6_0_BETA~142
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a63cae54b525b9574f8d3824edddf19ec9aa90b;p=thirdparty%2FAWStats.git
maillogconvert.pl: Added support for MDaemon mail server log files
---
diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt
index 3468ff37..50a925b4 100644
--- a/docs/awstats_changelog.txt
+++ b/docs/awstats_changelog.txt
@@ -35,6 +35,8 @@ New features/improvements:
with Perl 5.8.
- maillogconvert.pl: Allow to process qmail log preprocessed by
tai64nlocal tool.
+- maillogconvert.pl: Added support for MDaemon mail server log files.
+
Other/Documentation:
- Prepare code for decodeUTFkeys plugin.
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 0e1355b2..59e44a37 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -242,7 +242,7 @@ when reading it), follow the example:
4.1+ for tag %NS-n
5.0+ for tag %WY-n
5.1+ for tag %Wm-n, %Wy-n, %Dw-n
-
# "LogFile" contains the web server logfile to analyze.
+
# "LogFile" contains the web, ftp or mail server logfile to analyze.
# You can use a full path or relative path from awstats.pl directory.
# Example: "/var/log/apache/access.log"
# Example: "../logs/mycombinedlog.log"
@@ -307,8 +307,9 @@ when reading it), follow the example:
# 3 - Webstar native log format
# 4 - Apache or Squid native common log format (NCSA common/CLF log format)
# With LogFormat=4, some features (browsers, os, keywords...) can't work.
-
# "your_own_personalized_log_format" = If your log is a personalized format,
-
# you must use the following syntax keys to define the log format string:
+
# "your_own_personalized_log_format" = If your log is ftp, mail or other format,
+
# you must use following keys to define the log format string (See FAQ
+
# for ftp, mail or exotic web log format examples):
# %host Host client name or IP address
# %lognamequot Authenticated login/user with format: "alex"
# %logname Authenticated login/user with format: alex
diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html
index 71d7b1ef..37868dd7 100644
--- a/docs/awstats_faq.html
+++ b/docs/awstats_faq.html
@@ -50,7 +50,7 @@ Here, you can find the most common questions and answers about AWStats setup/usa
FAQ-COM025 How to use AWStats with no server log
FAQ-COM050 What is the log size limit AWStats can analyze ?
FAQ-COM090 Setup for FTP server log files.
-FAQ-COM100 Setup for MAIL log files (Sendmail, Postfix, QMail, Exchange).
+FAQ-COM100 Setup for MAIL log files (Sendmail, Postfix, QMail, MDaemon, Exchange).
FAQ-COM110 Setup for MEDIA SERVER log files (Realmedia, Windows media, Darwin streaming server).
FAQ-COM120 How to rotate my logs without loosing data.
FAQ-COM130 How to run AWStats frequently ?
@@ -115,10 +115,14 @@ Because AWStats is in Perl, it can works on all Operating Systems.
Examples of used platforms (bold means 'tested by author', others were reported by AWStats users to work correctly) :
|
OS: -Windows 2000, Windows NT 4.0, Windows Me, Linux, Macintosh, Solaris, Aix, BeOS, ... -Web/Wap/Proxy/FTP/Mails/Streaming servers -Apache 1.3.x and 2, IIS 5.0, WebStar, WebLogic, WebSite, Windows Media Server, Tomcat, Squid, Sendmail, Postfix, QMail, -Roxen, Resin, ProFTP, Lotus Notes/Domino, Darwin, IPlanet, IceCast, ZeroBrand, Zeus, Zope, Abyss, www4mail, ... +Windows 2000, Windows NT 4.0, Windows Me, Linux (RedHat, Mandrake, Debian, Suse...), Macintosh, Solaris, Aix, BeOS, ... +Web/Wap/Proxy/Streaming servers +Apache 1.3.x and 2, IIS 5.0, WebStar, WebLogic, WebSite, Windows Media Server, Tomcat, Squid, +Roxen, Resin, Lotus Notes/Domino, Darwin, IPlanet, IceCast, ZeroBrand, Zeus, Zope, Abyss... +FTP servers +ProFTP, ... +Mails servers +Sendmail, Postfix, QMail, Mdaemon, www4mail, ... Perl interpreters: ActivePerl 5.6, Perl 5.8, Perl 5.6, Perl 5.0, mod_perl for Apache, ... |