aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--Changes4
-rw-r--r--Makefile.PL2
-rw-r--r--README40
-rw-r--r--sendmail.pl2
4 files changed, 46 insertions, 2 deletions
diff --git a/Changes b/Changes
index 48c259d..fec7b25 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.94 2016-10-04
+
+* Minor changes
+
0.93 2016-10-04
* First release \ No newline at end of file
diff --git a/Makefile.PL b/Makefile.PL
index 66990fe..c587e47 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -41,7 +41,7 @@ WriteMakefile(
web => 'http://git.gnu.org.ua/cgit/netsnmp-sendmail.git/',
},
provides => Module::Metadata->provides(version => '2',
- dir=>'$(INST_LIBDIR)')
+ dir => '.')
}
}
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.
+
diff --git a/sendmail.pl b/sendmail.pl
index 2974169..b3e4f8a 100644
--- a/sendmail.pl
+++ b/sendmail.pl
@@ -235,7 +235,7 @@ use Data::Dumper;
require Exporter;
our @ISA = qw(Exporter);
-our $VERSION = "0.93";
+our $VERSION = "0.94";
our @EXPORT_OK = qw(&Configure);

Return to:

Send suggestions and report system problems to the System administrator.