настройка assp

BlowFish

Участник
Доброго времени суток, мужики подскажите кто настраивал ASSP в качестве спаморезки, подскажите насколько эффективен? Если есть руководство по установке и настройке assp буду благодарен.
Вот ссылка на спаморез https://sourceforge.net/projects/assp/
 
Вот статья, но старая. http://ru.ecomstation.ru/showarticle.php?id=141
В дистрибутиве есть руководство подробное, по настройке и установке
Чем не устраивает?

- -Подумал и добавил - -

Blowfish сказал(а):
Доброго времени суток, мужики подскажите кто настраивал ASSP в качестве спаморезки, подскажите насколько эффективен? Если есть руководство по установке и настройке assp буду благодарен.
Вот ссылка на спаморез https://sourceforge.net/projects/assp/
А на чем вы его настраивать собрались?? Какая ос? В дистрибутиве есть гайд

Installation on Windows 32 bit.

1). Download and install the latest stabil version of Active Perl which currently is Version 5.16 (for production systems use the latest Perl 5.16): 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 files 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.

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). Open a Windows command line, Run > cmd.exe and change directory to c:/assp. Edit the assp.cfg file with notepad or your favorite text editor. Search for:
webAdminPassword
Ensure this is set as follows:
webAdminPassword:=nospam4me
Save the file.


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/mediawi...Basic_Workflow
https://sourceforge.net/apps/mediawi...MS Exchange)
for Network Setup.
Read
https://sourceforge.net/apps/mediawi...le=Relaying?
https://sourceforge.net/apps/mediawi..._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.
 
Назад
Верх Низ