Mail Log Analyzer - MailGraph2011/11/13 |
Install maillog analyzer MailGraph.
Web Server is also necessarry to be installed.
|
|
[1] | Install MailGraph |
[root@mail ~]#
yum -y install mailgraph
[root@mail ~]#
vi /etc/httpd/conf.d/mailgraph.conf
Alias /mailgraph /usr/share/mailgraph
AddHandler cgi-script .cgi
<Directory /usr/share/mailgraph/>
AllowOverride None Options +ExecCGI DirectoryIndex mailgraph.cgi
Order Deny,Allow
[root@mail ~]# Deny from all Allow from 127.0.0.1 10.0.0.0/24 # IP address you allow </Directory> systemctl start mailgraph.service Starting mailgraph: [ OK ] [root@mail ~]# systemctl restart httpd.service [root@mail ~]# chkconfig mailgraph on
|
[2] | Access to 'http://(your server's name or IP address)/mailgraph/' with web browser. Then following screen is shown and it's possible to make sure mail log summary. |
Sponsored Link |