NAME

Mail::SpamCannibal::SiteConfig - configuration info for SpamCannibal


SYNOPSIS

  use Mail::SpamCannibal::SiteConfig;
  $hashref = new Mail::SpamCannibal::SiteConfig;


DESCRIPTION

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

  my $CONFIG = {
        'SPAMCANNIBAL_HOME'     => '/usr/local/spamcannibal',
        'SPAMCANNIBAL_UMASK'    => '007',
        'SPAMCANNIBAL_USER'     => 'spam',
        'SPMCNBL_CONFIG_DIR'    => '/usr/local/spamcannibal/config',
        'SPMCNBL_DAEMON_DIR'    => '/usr/local/spamcannibal/bin',
        'SPMCNBL_DB_ARCHIVE'    => 'archive',
        'SPMCNBL_DB_CONTRIB'    => 'blcontrib',
        'SPMCNBL_DB_EVIDENCE'   => 'evidence',
        'SPMCNBL_DB_TARPIT'     => 'tarpit',
        'SPMCNBL_ENVIRONMENT'   => '/var/run/dbtarpit',
        'SPMCNBL_SCRIPT_DIR'    => '/usr/local/spamcannibal/scripts',
  };


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 Mail::SpamCannibal manpage, the IPTables::IPv4::DBTarpit manpage