メールログ解析 - AWstats2014/08/22 |
メールログレポートツール AWstats をインストールします。
|
|
[1] | |
[2] | AWstats をインストールします。 |
# awstas.(自ホスト名).conf が自動で作成されている
[root@mail ~]#
vi /etc/awstats/awstats.mail.srv.world.conf # 51行目:変更 LogFile=" /usr/share/awstats/tools/maillogconvert.pl standard < /var/log/maillog | "
# 63行目:変更 LogType= M
# 122行目:コメントにしてその下に追記 # LogFormat=1LogFormat="%time2 %email %email_r %host %host_r %method %url %code %bytesd"
# 832行目から:該当箇所を以下のように変更 LevelForBrowsersDetection= 0 LevelForOSDetection= 0 LevelForRefererAnalyze= 0 LevelForRobotsDetection= 0 LevelForSearchEnginesDetection= 0 LevelForKeywordsDetection= 0 LevelForFileTypesDetection= 0 LevelForWormsDetection=0 # 906行目:変更 Lang=" jp "
# 950行目から:該当箇所を以下のように変更 ShowMonthStats= UHB ShowDaysOfMonthStats= HB ShowDaysOfWeekStats= HB ShowHoursStats= HB ShowDomainsStats= 0 ShowHostsStats= HBL ShowRobotsStats= 0 ShowEMailSenders= HBML ShowEMailReceivers= HBML ShowSessionsStats= 0 ShowPagesStats= 0 ShowFileTypesStats= 0 ShowOSStats= 0 ShowBrowsersStats= 0 ShowOriginStats= 0 ShowKeyphrasesStats= 0 ShowKeywordsStats= 0 ShowMiscStats= 0 ShowHTTPErrorsStats= 0 ShowSMTPErrorsStats= 1
[root@mail ~]#
vi /etc/httpd/conf.d/awstats.conf
<Directory "/usr/share/awstats/wwwroot">
Options None AllowOverride None Order allow,deny allow from 127.0.0.1 10.0.0.0/24 # アクセス許可IP追記 </Directory>
[root@mail ~]#
/etc/rc.d/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: [ OK ] # 手動レポート更新 ( Cron により 1時間毎に自動更新される ) [root@mail ~]# /usr/share/awstats/wwwroot/cgi-bin/awstats.pl -update -config=mail.srv.world -configdir=/etc/awstats Create/Update database for config "/etc/awstats/awstats.mail.srv.world.conf" by AWStats version 7.0 (build 1.971) From data in log file "/usr/share/awstats/tools/maillogconvert.pl standard < /var/log/maillog |"... Phase 1 : First bypass old records, searching new record... Searching new records from beginning of log file... Jumped lines in file: 0 Parsed lines in file: 4 Found 0 dropped records, Found 0 comments, Found 0 blank records, Found 0 corrupted records, Found 4 old records, Found 0 new qualified records. |
[3] | 「http://(サーバーのホスト名またはIPアドレス/)/awstats/awstats.pl」にアクセスすると、以下のようにメールログのレポートを閲覧することができます。 |
Sponsored Link |