aboutsummaryrefslogtreecommitdiff
path: root/sendmail.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sendmail.pl')
-rw-r--r--sendmail.pl15
1 files changed, 11 insertions, 4 deletions
diff --git a/sendmail.pl b/sendmail.pl
index 06d0642..2974169 100644
--- a/sendmail.pl
+++ b/sendmail.pl
@@ -1,5 +1,5 @@
1# SNMP Sendmail Statistics Module 1# SNMP Sendmail Statistics Module
2# Copyright (C) 2015 Sergey Poznyakoff <gray@gnu.org> 2# Copyright (C) 2015, 2016 Sergey Poznyakoff <gray@gnu.org>
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -206,17 +206,24 @@ Number of messages that arrived over TCP connections and were rejected.
206 206
207B<snmpd.conf>(5), B<snmpd>(8), B<mailq>(1), B<mailstats>(8). 207B<snmpd.conf>(5), B<snmpd>(8), B<mailq>(1), B<mailstats>(8).
208 208
209=head1 LICENSE
210
211GPLv3+: GNU GPL version 3 or later, see
212<http://gnu.org/licenses/gpl.html>
213
214This is free software: you are free to change and redistribute it.
215There is NO WARRANTY, to the extent permitted by law.
216
209=head1 AUTHOR 217=head1 AUTHOR
210 218
211Sergey Poznyakoff <gray@gnu.org>. 219Sergey Poznyakoff <gray@gnu.org>.
212 220
213=cut 221=cut
214
215
216 222
217package NetSNMP::Sendmail; 223package NetSNMP::Sendmail;
218require 5.10.0; 224require 5.10.0;
219use strict; 225use strict;
226use warnings;
220use feature 'state'; 227use feature 'state';
221use NetSNMP::agent::Support; 228use NetSNMP::agent::Support;
222use NetSNMP::agent (':all'); 229use NetSNMP::agent (':all');
@@ -228,7 +235,7 @@ use Data::Dumper;
228require Exporter; 235require Exporter;
229our @ISA = qw(Exporter); 236our @ISA = qw(Exporter);
230 237
231our $VERSION = "0.92"; 238our $VERSION = "0.93";
232 239
233our @EXPORT_OK = qw(&Configure); 240our @EXPORT_OK = qw(&Configure);
234 241

Return to:

Send suggestions and report system problems to the System administrator.