NAME

IPTables::IPv4::DBTarpit::SiteConfig - configuration info for DBTarpit


SYNOPSIS

  use IPTables::IPv4::DBTarpit::SiteConfig;
  $hashref = new IPTables::IPv4::DBTarpit::SiteConfig;


DESCRIPTION

This module returns a hash pointer to the configuration information used to intall DBTarpit. The values shown below are what was configured when DBTarpit was installed for this site.

  my $CONFIG = {
        'DBTP_DAEMON_DIR'       => '/usr/local/spamcannibal/bin',
        'DBTP_DB_ARCHIVE'       => 'archive',
        'DBTP_DB_TARPIT'        => 'tarpit',
        'DBTP_ENVHOME_DIR'      => '/var/run/dbtarpit',
        'DBTP_INCLUDE_DIR'      => '/usr/local/include',
        'DBTP_LIBRARY_DIR'      => '/usr/local/lib',
  };


EXPORT

        none


COPYRIGHT

Copyright 2003, Michael Robinton <michael@bizsystems.com>

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

Michael Robinton <michael@bizsystems.com>


SEE ALSO

the IPTables::IPv4::DBTarpit manpage