Skip to content

shinyone/spamgourmet-clone

 
 

Repository files navigation

NOTE: This software is only if you want to provide the service.

Additional documentation:

INSTALLATION NOTES


  • Pre-requisites

    • Linux
    • sendmail
    • apache
    • mysql
    • perl
  • MySQL

      mysql_install_db
      /etc/init.d/mysqld start
      mysqladmin -uroot -p<pass>
    

    The following commands should be entered at the mysql prompt

      create database <sguser>
      grant all privileges on <sguser>.* to <sguser> identified by '<sgpass>' with grant option
      mysql -u<sguser> -p<sgpass> <db.sql
      mysql -u<sguser> -p<sgpass> <dialogs.sql
    
  • Apache

  • Sendmail

    • soft link from spameater to /etc/smrsh
    • specify the soft link name in .forward
  • Spamgourmet

    • make appropriate changes to spamgourmet.config  
      cd conf
      cp spamgourmet.config.default spamgourmet.config
      cp .forward.default ~/.forward
    
    • make appropriate changes to ~/.forward
    • edit index.pl and spameater.pl and set the configfile parameter to the full path the spamgourmet.config

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.4%
  • Perl 18.5%
  • JavaScript 2.6%
  • Shell 2.1%
  • Java 0.2%
  • C# 0.1%
  • Other 0.1%