aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-04 10:43:46 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-04 10:43:46 +0300
commit184f105b2d2d7aaef6c2ae9726ee5b15a970df22 (patch)
treeb7855d6cd5c690564124261bf47746515b3a6576 /README
parent9bfe6bdcb55e103b9b5ccd3645f367a1955eed1c (diff)
downloadnetsnmp-sendmail-184f105b2d2d7aaef6c2ae9726ee5b15a970df22.tar.gz
netsnmp-sendmail-184f105b2d2d7aaef6c2ae9726ee5b15a970df22.tar.bz2
Version 0.94
* README: New file. * Changes: Update. * Makefile.PL: Fix provides. * sendmail.pl: Raise version number
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 40 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..92ce6be
--- /dev/null
+++ b/README
@@ -0,0 +1,40 @@
+NetSNMP::Sendmail
+=================
+
+This is a plugin for net-snmp that provides access to Sendmail statistics
+obtained by mailq and mailstats utilities.
+
+Installation
+============
+
+perl Makefile.PL
+make install
+
+The last command must be run as root.
+
+Usage
+=====
+
+To use, add the following line to your /etc/snmp/snmpd.conf:
+
+ perl use NetSNMP::Sendmail;
+
+The MIB for retrieving Sendmail statistics are shipped with the distribution
+in file SENDMAIL-STATS.txt. This file is installed to the proper directory
+by make install.
+
+Documentation
+=============
+
+See NetSNMP::Sendmail(1) for a detailed description of the module and its
+configuration options.
+
+Copying
+=======
+This package is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 3, or (at your option)
+any later version.
+
+See http://www.gnu.org/licenses.
+

Return to:

Send suggestions and report system problems to the System administrator.