Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sqlgrey-logstats(1) [debian man page]

sqlgrey-logstats(1)					User Contributed Perl Documentation				       sqlgrey-logstats(1)

NAME
sqlgrey-logstats - SQLgrey log parser SYNOPSIS
sqlgrey-logstats [options...] < syslogfile -h, --help display this help and exit --man display man page --version output version information and exit --debug output detailed log parsing steps -y, --yesterday compute stats for yesterday -t, --today compute stats for today --lasthour compute stats for last hour -d, --lastday compute stats for last 24 hours -w, --lastweek compute stats for last 7 days --programname program name looked into log file --top-from how many from AWL entries to print (default: all) --top-domain how many domain AWL entries to print (default: all) --top-spam how many SPAM sources to print (default: all) --top-throttled how many throttled sources to print (default: all) --print-delayed print delayed sources (default: don't) DESCRIPTION
sqlgrey-logstats ... SEE ALSO
See <http://www.greylisting.org/> for a description of what greylisting is and <http://www.postfix.org/SMTPD_POLICY_README.html> for a description of how Postfix policy servers work. COPYRIGHT
Copyright (c) 2004 by Lionel Bouton. LICENSE
This program 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 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA AUTHOR
Lionel Bouton <lionel-dev@bouton.name> perl v5.14.2 2012-02-16 sqlgrey-logstats(1)

Check Out this Related Man Page

NetSDS::Const(3pm)					User Contributed Perl Documentation					NetSDS::Const(3pm)

NAME
NetSDS::Const - common NetSDS constants SYNOPSIS
use NetSDS::Const; print "XML encoding is " . XML_ENCODING; print "Week contains " . INTERVAL_WEEK . " seconds"; DESCRIPTION
This module provides most common constants like default encoding and language, time intervals, etc. LANGUAGE AND ENCODINGS
LANG_BE - "be" LANG_DE - "de" LANG_EN - "en" LANG_RU - "ru" LANG_UK - "uk" DEFAULT_LANG - "ru" in current version DEFAULT_ENCODING - "UTF8" XML CONSTANTS
XML_VERSION - 1.0 XML_ENCODING - "UTF-8" TIME INTERVALS
INTERVAL_MINUTE - 60 seconds INTERVAL_HOUR - 3600 seconds INTERVAL_DAY - 86400 seconds INTERVAL_WEEK - 604800 seconds AUTHOR
Valentyn Solomko <val@pere.org.ua> Michael Bochkaryov <misha@rattler.kiev.ua> LICENSE
Copyright (C) 2008-2009 Net Style Ltd. This program 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 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA perl v5.10.1 2010-04-28 NetSDS::Const(3pm)
Man Page