Installation on Windows. 

1). 
Download, install and configure the latest Strawberry-Perl ( https://sourceforge.net/projects/assp/files/ASSP%20V2%20multithreading/ASSP%20V2%20module%20installation/ )
or
Download and install the latest stabil version of Active Perl : http://www.activestate.com/activeperl/downloads/. As you move through the installation wizard, make sure the option "Add Perl to the Path environment variable" is selected.


2). Download the Anti-Spam SMTP Proxy (ASSP) distributable and copy the ASSP folder and all contents within the zip file�s ASSP directory to the root of your C:\ drive. You will have C:\ASSP.

OR

Create the following directory: 
c:\assp 
then copy all of the files and directories under the ASSP folder within the zip file to C:\assp.


3) Download "assp.mod.zip" 
and unzip the folder assp.mod into the c:/assp base directory.

If you used the the latest Strawberry-Perl in (1) go to step 6


4) Install the latest OpenSSL version 
http://www.slproweb.com/products/Win32OpenSSL.html
NOTE: don't forget to install the MS redist

5). Open a Windows command line, Run > cmd.exe and change directory to c:/assp/assp.mod/install 

If you are running a default installation and are not using an Internet Proxy, enter
perl mod_inst.pl

If you have to use an Internet Proxy OR you have not done a default installation, then
A). Edit the install.cmd file
B). Edit the blank line if the location of your ASSP installation is not default! I.E. set ASSPDIR=C:\assp
C). Please set your Proxy, if you need it.
D). Save the file install.cmd
E). Run 'install.cmd'


6)

Update the perl modules to there latest version


Strawberry-Perl: cpan-outdated -p|cpanm -n

ActivePerl: ppm upgrade --install


7)

TESTING

Open a Windows command line, Run > cmd.exe and change directory to C:\ASSP and enter 
perl assp.pl

Your command window should have some �stuff� appear and now you can open you favorite web browser and enter http://127.0.0.1:55555. A login window will appear. The user is root, the password is nospam4me or whatever you set in step 5 above.

Surf around. You may use mostly default values for now. Look into 
https://sourceforge.net/apps/mediawiki/assp/index.php?title=ASSP_Basic_Workflow
https://sourceforge.net/apps/mediawiki/assp/index.php?title=ASSP_Advanced_Workflow (MS Exchange)
for Network Setup.
Read
https://sourceforge.net/apps/mediawiki/assp/index.php?title=Relaying%3F
https://sourceforge.net/apps/mediawiki/assp/index.php?title=ASSP_Documentation

If you are going to install as a service, press ^C in the running assp command window and wait until assp is finished.

INSTALL AS A WINDOWS SERVICE�
You need win32-daemon from  http://www.roth.net/perl/Daemon/

A). Open a Windows command line, Run > cmd.exe and change directory to C:\ASSP.
B). perl assp.pl c:\assp -i
C). After it is installed, start the service: Right click My Computer > Manage. Double click Services and Applications. Double click Services. Right click Anti Spam SMTP Proxy and click start. The service should already be set to automatic. So a computer reboot will start the ASSP service.
D). Open your web browser and again go to http://127.0.0.1:55555.
