<u>FTP servers</u><br>
<b>ProFTP</b>, ...<br>
<u>Mails servers</u><br>
-<b>Sendmail</b>, <b>Postfix</b>, QMail, <b>Mdaemon</b>, www4mail, ...<br>
+<b>Postfix</b>, <b>Sendmail</b>, QMail, <b>Mdaemon</b>, www4mail, ...<br>
<u>Perl interpreters (all Perl >= 5.005):</u><br>
<b>ActivePerl 5.6</b>, <b>ActivePerl 5.8</b>, <b>Perl 5.8</b>, <b>Perl 5.6</b>, <b>Perl 5.005</b>, <b>mod_perl</b> and mod_perl2 for Apache, ...<br>
</td></tr></table>
<br>
You must setup AWStats to use a mail log file preprocessor (<i>maillogconvert.pl</i> is provided
into AWStats <i>tools</i> directory, but you can use the one of your choice):<br>
-Copy config <i>"awstats.model.conf"</i> file to <i>"awstats.mail.conf"</i>.<br>
+For this, copy config <i>"awstats.model.conf"</i> file to <i>"awstats.mail.conf"</i>.<br>
Modify this new config file:
<table width="95%" border=1 cellpadding=0 cellspacing=0><tr class=CFAQ><td class=CFAQ>
-For standard Postfix, Sendmail and standard QMail logfiles, set<br>\r
+For standard Postfix, Sendmail, MDaemon and standard QMail logfiles, set<br>\r
<i>
LogFile="perl /path/to/maillogconvert.pl standard < /pathtomaillog/maillog |"<br>\r
</i>
<i>
LogFile="gzip -cd /var/log/maillog.0.gz | /path/to/maillogconvert.pl standard |"<br>\r
</i>
-And for VAdmin QMail logfiles (multi-host/virtualhost mail servers running vadmin software)<br>\r
+And for VAdmin QMail logfiles (multi-host/virtualhost mail servers running vadmin software), set<br>\r
<i>
LogFile="perl /path/to/maillogconvert.pl vadmin < /pathtomaillog/maillog |"<br>\r
</i>
-Then change:
+Then, whatever is you mail server, you must also change:
<i>
<br>LogType=M
<br>LogFormat="%time2 %email %email_r %host %host_r %method %url %code %bytesd"
<br>
</i>
</td></tr></table>
+Warning: For MDaemon mail server, you must use the new MDaemon log file that ends
+with "-Statistics.log".<br>
<br>
Now you can use AWStats as usual (run the update process and read statistics).<br>
<br>