

Installs Perl modules used by ASSP 1.5.1.x 

*nix (including Mac OS X):

- Download mod_inst.zip
- Unzip in the assp directory.
- cd to assp directory
- Run 'perl mod_inst.pl'

*nix manually:
sudo perl -MCPAN -e shell
o conf make /usr/bin/make (Mac OS X only)

install Compress::Zlib
install Convert::TNEF
install Digest::MD5	
install Email::MIME
install Email::MIME::Modifier
install Email::Send
install Email::Valid
install File::ReadBackwards	
install File::Scan::ClamAV	
install LWP::Simple	
install MIME::Types 
install Mail::SPF
install Mail::SRS	
install Net::CIDR::Lite
install Net::DNS	
install Net::IP::Match::Regexp
install Net::LDAP	
install Net::SMTP
install Net::SenderBase	
install Net::Syslog	
install NetAddr::IP
install Sys::MemInfo 
install Sys::Syslog
install Tie::RDBM	
install Time::HiRes

only for kyrillic needed:
install Text::Iconv

Windows:
Most necessary PPM/PPD ' s for ASSP running in Perl 5.88/5.10 are in assp.mod.

1. Download the Anti-Spam SMTP Proxy (ASSP) distributable and
   extract the contents to the c:/assp base directory (If a new install).
   
2. Download "assp.mod.zip"
   https://sourceforge.net/project/showfiles.php?group_id=69172&package_id=308574
   Unzip in the c:/assp base directory.
   
3. 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'

Windows manually:	
4. At the PPM (Perl Package Manger) command line, type "query *"
   and make a note of which of the following modules are not
   installed. 
   
  	compress-zlib
  	digest-md5
  	email-mime-modifier
  	email-send
  	email-valid
  	file-readbackwards
  	file-scan-clamav
  	lwp-simple
  	mail-spf
  	mail-srs
  	net-cidr-lite
  	net-dns
  	net-ip-match-regexp
  	net-ldap
  	net-smtp
  	net-senderbase
  	time-hires
	win32-daemon

 5. At the PPM command line, type install and then the module name
   (as listed above) to install new modules. By default, the install
   command will install the modules and all dependencies. The win32-
   daemon module must be installed using the following command:

      install http://www.roth.net/perl/packages/win32-daemon.ppd

 6. At the PPM command line, type the following to update all
   installed packages:

      upgrade -install -precious
