Install ASSP


For a NEW installation:
copy the contents of the folder ASSP to a folder called ASSP and then
follow the module installation instructions at the end of this text.
Copy the Starter-DB from http://www.magicvillage.de/~Fritz_Borgstedt/assp/S05BB20E1?WasRead=1

For an UPDATE installation:
make sure you have a backup of the existing ASSP folder

copy the following files  to your existing  ASSP folder:
- assp.pl
- rebuildspamdb.pl
- mod_inst.pl

copy the following folders  to your existing  ASSP folder:
- images
- reports
- certs
- docs
- notes

copy from folder "files" into the folder "files" inside your old ASSP folder
(copy the folder "files" if no folder with this name exists):
(you may have to merge your modifications in the old files with the new files)




Attention: Because of the new Password Encryption since version 1.4.3 you cannot simply fallback to versions prior to 1.4.x
You have to restore the password directly in the assp.cfg file if you want to go back.

Perl Version 5.8 or higher is needed

List of the perl modules to be installed :

Compress::Zlib
Digest::MD5
Digest::SHA1		
Email::MIME
Email::MIME::Modifier
Email::Send
Email::Valid
File::ReadBackwards	
File::Scan::ClamAV	
IO::Socket::SSL
LWP::Simple	
Mail::SPF
Mail::SRS	
Net::CIDR::Lite
Net::DNS	
Net::IP::Match::Regexp
Net::LDAP	
Net::SMTP
Net::SenderBase	
Net::Syslog	
Sys::Syslog
Time::HiRes


############################################################
Installs Perl modules used by ASSP 1.x 
############################################################

Installs Perl modules used by ASSP 1.x 

*nix (including Mac OS X):

- copy mod_inst.pl to assp directory
- cd to assp directory
- Run 'perl mod_inst.pl'


Windows:
These PPM packages contain both codes for Perl 5.8 and 5.10. You may try others, PPM will help you and  refuse to install incompatible modules.

- Download "assp.mod.zip"
   http://downloads.sourceforge.net/project/assp/ASSP%20Installation/Modules/assp.mod.zip
   Unzip in the c:/assp base directory.
   
- Open the command line and change directory to the c:/assp/assp.mod/install directory:

   	- Change install.cmd
   	- Edit the next line if the location of your ASSP-installation is not default!
     	set ASSPDIR=C:\assp
	- Please set your Proxy, if you need it
	- Run 'install.cmd'



There is a Win32 Quick Start guide included in this release for
those who are installing on the windows platform. See file Win32-
quickstart-guide.txt

It can also be found at

http://apps.sourceforge.net/mediawiki/assp/index.php?title=Win32

Unix Installation:
https://apps.sourceforge.net/mediawiki/assp/index.php?title=Unix

If you want to run assp.pl as a daemon start first from command line:

perl assp.pl
Point your browser to http://127.0.0.1:55555/
Password: nospam4me
Section: Server Setup
Change the options and click "Apply Changes" (and restart)

AsADaemon: Run ASSP as a Daemon -- In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &;", but better.
runAsUser: Run as UID -- The *nix user name to assume after startup (*nix only). Examples: assp, nobody
runAsGroup: Run as GID -- The *nix group to assume after startup (*nix only). Examples: assp, nobody

************************************************************


Check out the ASSP project status at:
http://www.magicvillage.de/~Fritz_Borgstedt/assp/S064D398D?WasRead=1 

Go here http://sourceforge.net/mail/?group_id=69172 to subscribe to
the email list.

Visit the community forums at:
http://apps.sourceforge.net/mediawiki/phpbb/

For updated info and help visit the WIKI for ASSP at
http://apps.sourceforge.net/mediawiki/assp/

Don't forget to read the ASSP Documentation that can be found in the
wiki: https://apps.sourceforge.net/mediawiki/assp/index.php?title=ASSP_Documentation

Getting Started at
https://apps.sourceforge.net/mediawiki/assp/index.php?title=Getting_Started

ASSP workflows can be seen here:
Basic: https://apps.sourceforge.net/mediawiki/assp/index.php?title=ASSP_Basic_Workflow
Advanced: https://apps.sourceforge.net/mediawiki/assp/index.php?title=ASSP_Advanced_Workflow

Starter-DB: http://www.magicvillage.de/~Fritz_Borgstedt/assp/S05BB20E1?WasRead=1


