Monday Sep 06
English French German Italian Portuguese Russian Spanish Filipino

ASSP the best free Open Source Anti-Spam SMTP Proxy - Page 9 Create directories

Attention: open in a new window. PrintE-mail
Article Index
ASSP the best free Open Source Anti-Spam SMTP Proxy
Page 2 Installing 1.3.3.8
Page 3 Starting ASSP
Page 4 Making script executable
Page 5 Login
Page 6 Test mode
Page 7 Forwarding spam
Page 8 Installing 1.4.3.0
Page 9 Create directories
Page 10 1.4.3.0 Startup script
Page 11 Making 1.4.3.0 script executable
All Pages

Create the directories used by assp.

mkdir -p /usr/share/assp/spam
mkdir /usr/share/assp/notspam
mkdir /usr/share/assp/errors
mkdir /usr/share/assp/errors/spam
mkdir /usr/share/assp/errors/notspam


mv -f ASSP/* /usr/share/assp

cd /usr/share/assp

chown -R 0.0 /usr/share/assp

Make sure sendmail has been stopped or disabled from starting up during boot.

Starting assp for the first time.

cd /usr/share/assp
perl assp.pl


(If no errors stop ASSP.)

ctrl -c

Copy and paste startup script below using vi.

vi /etc/rc.d/init.d/assp