diff options
author | pav <pav@FreeBSD.org> | 2004-05-03 03:08:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-03 03:08:55 +0800 |
commit | 8e6aebd498d20a0d7821937b802bc821b246604b (patch) | |
tree | 82421cff1ee24f79756ec878663c4293e7ed6b1e /mail/mailscanner-mrtg/pkg-message | |
parent | 39dd7b36b095a8631e5a51d84023956fc7ed6ba6 (diff) | |
download | freebsd-ports-gnome-8e6aebd498d20a0d7821937b802bc821b246604b.tar.gz freebsd-ports-gnome-8e6aebd498d20a0d7821937b802bc821b246604b.tar.zst freebsd-ports-gnome-8e6aebd498d20a0d7821937b802bc821b246604b.zip |
mailscanner-mrtg provides configuration files, web pages and related perl
scripts for mrtg to monitor your MailScanner (http://www.mailscanner.info/)
machine.
Author: Kevin Spicer kevin@kevinspicer.co.uk
WWW: http://mailscannermrtg.sourceforge.net/
PR: ports/63390
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
Diffstat (limited to 'mail/mailscanner-mrtg/pkg-message')
-rw-r--r-- | mail/mailscanner-mrtg/pkg-message | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/mail/mailscanner-mrtg/pkg-message b/mail/mailscanner-mrtg/pkg-message new file mode 100644 index 000000000000..7f05abcff8c4 --- /dev/null +++ b/mail/mailscanner-mrtg/pkg-message @@ -0,0 +1,38 @@ +************************************************************************* + _ _____ _____ _____ _ _ _____ ___ ___ _ _ + / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | + / _ \ | | | | | _| | \| | | | | | | | | \| | + / ___ \| | | | | |___| |\ | | | | | |_| | |\ | + /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| + + + Please proceed with the installation by following these steps: + + 1. Please create/adjust the configuration file + + %%PREFIX%%/etc/mailscanner-mrtg/mailscanner-mrtg.conf + + + 2. mailscanner-mrtg will run without snmpd but in order to + see all statistics you should install the net-snmp + daemon located at %%PORTSDIR%%/net/net-snmp + + 3. Moreover make sure your crontab calls mailscanner-mrtg every + five Minutes: + + 0-59/5 * * * * root %%LOCALBASE%%/bin/mrtg %%PREFIX%%/etc/mailscanner-mrtg/mailscanner-mrtg.cfg + + 4. Configure your Apache server to correctly show the mailscanner-mrtg pages. E.g: + + <VirtualHost *:80> + ServerAdmin yourname@yourcompany.com + DocumentRoot %%WWWBASE%%/mailscanner-mrtg + Alias /mailscanner-mrtg "%%WWWBASE%%/mailscanner-mrtg/" + </VirtualHost> + + + File locations: + mailscanner-mrtg configuration --> %%PREFIX%%/etc/mailscanner-mrtg + HTML files --> %%WWWBASE%%/mailscanner-mrtg + +************************************************************************* |