stephankn / spamgourmet

This is the actively maintained source for spamgourmet.com

Home Page:https://www.spamgourmet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is the actively maintained source for spamgourmet.com

https://www.spamgourmet.com


Languages

Language:HTML 78.0%Language:Perl 18.9%Language:JavaScript 2.6%Language:Java 0.2%Language:C# 0.1%Language:PHP 0.1%Language:CSS 0.0%Language:ASP.NET 0.0%Language:Shell 0.0%