From: eldy <> Date: Sun, 25 Jan 2004 15:32:43 +0000 (+0000) Subject: Added info for Mdaemon. X-Git-Tag: AWSTATS_6_1_BETA~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebced6ff3f51ef62e57809974da8b1320b796e60;p=thirdparty%2FAWStats.git Added info for Mdaemon. --- diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html index 5d1af176..9e28291a 100644 --- a/docs/awstats_faq.html +++ b/docs/awstats_faq.html @@ -122,7 +122,7 @@ Sambar, Roxen, Resin, RealMedia server, Oracle9iAS, Lotus Notes/Domino, D FTP servers
ProFTP, ...
Mails servers
-Sendmail, Postfix, QMail, Mdaemon, www4mail, ...
+Postfix, Sendmail, QMail, Mdaemon, www4mail, ...
Perl interpreters (all Perl >= 5.005):
ActivePerl 5.6, ActivePerl 5.8, Perl 5.8, Perl 5.6, Perl 5.005, mod_perl and mod_perl2 for Apache, ...
@@ -307,10 +307,10 @@ This tip works with AWStats 5.5 or higher.

You must setup AWStats to use a mail log file preprocessor (maillogconvert.pl is provided into AWStats tools directory, but you can use the one of your choice):
-Copy config "awstats.model.conf" file to "awstats.mail.conf".
+For this, copy config "awstats.model.conf" file to "awstats.mail.conf".
Modify this new config file:
-For standard Postfix, Sendmail and standard QMail logfiles, set
+For standard Postfix, Sendmail, MDaemon and standard QMail logfiles, set
LogFile="perl /path/to/maillogconvert.pl standard < /pathtomaillog/maillog |"
@@ -318,11 +318,11 @@ If the logfiles are compressed, they can be processed this way
LogFile="gzip -cd /var/log/maillog.0.gz | /path/to/maillogconvert.pl standard |"
-And for VAdmin QMail logfiles (multi-host/virtualhost mail servers running vadmin software)
+And for VAdmin QMail logfiles (multi-host/virtualhost mail servers running vadmin software), set
LogFile="perl /path/to/maillogconvert.pl vadmin < /pathtomaillog/maillog |"
-Then change: +Then, whatever is you mail server, you must also change:
LogType=M
LogFormat="%time2 %email %email_r %host %host_r %method %url %code %bytesd" @@ -359,6 +359,8 @@ Then change:
+Warning: For MDaemon mail server, you must use the new MDaemon log file that ends +with "-Statistics.log".

Now you can use AWStats as usual (run the update process and read statistics).