Re: [Assp-user] how to use assp such as service on linux

2006-12-01 Thread Dickson, Paul
ASSP Anti-Spam SMTP Proxy Subject: Re: [Assp-user] how to use assp such as service on linux I have this on last line of start file exec /usr/bin/perl $BASE/assp.pl $BASE (of course you should change /usr/bin/perl with your perl location) with assp.pl chmod 0755 > you should also change

Re: [Assp-user] how to use assp such as service on linux

2006-11-30 Thread Graziano
I have this on last line of start file exec /usr/bin/perl $BASE/assp.pl $BASE (of course you should change /usr/bin/perl with your perl location) with assp.pl chmod 0755 > you should also change the way to start the perl assp file (on start file) > such as on the start file attached on my f

Re: [Assp-user] how to use assp such as service on linux

2006-11-30 Thread Graziano
/var/run/checkprocess ] > then > mkdir -p /var/run/checkprocess > fi > > > checkproc clamd "/etc/rc.d/init.d/clamav restart" > #checkproc clamav-milter "/etc/rc.d/init.d/clamav restart" > #checkproc clamsmtpd "/usr/local/bin/restartclamsmtpd"

Re: [Assp-user] how to use assp such as service on linux

2006-11-30 Thread Dickson, Paul
/rc.d/init.d/clamav restart" #checkproc clamav-milter "/etc/rc.d/init.d/clamav restart" #checkproc clamsmtpd "/usr/local/bin/restartclamsmtpd" checkproc freshclam "/etc/rc.d/init.d/clamav restart" checkproc perl "/etc/init.d/assprestart.dat" checkproc sendmail &qu

Re: [Assp-user] how to use assp such as service on linux

2006-11-30 Thread Graziano
I forgotten the assp file . It's the assp.dat file on /rc folder. Move it to /etc/rc.d/init.d and rename it to assp . > For me this works perfectly > > -requirements > assp should be installed on /usr/local/assp > > > 1) upload start and stop on /usr/local/assp > 2) chmod 755 start and stop > 3)

Re: [Assp-user] how to use assp such as service on linux

2006-11-30 Thread Micheal Espinola Jr
This would be great as part of a Quick Start article on the Wiki. For instance: http://www.asspsmtp.org/wiki/Quick_Start_for_Linux?action=edit You could use the Win32 article as a reference for format, etc: http://www.asspsmtp.org/wiki/Quick_Start_for_Win32 Graziano wrote: > For me this

[Assp-user] how to use assp such as service on linux

2006-11-30 Thread Graziano
For me this works perfectly -requirements assp should be installed on /usr/local/assp 1) upload start and stop on /usr/local/assp 2) chmod 755 start and stop 3) upload assp on /etc/rc.d/init.d 4) chmod 755 assp 5) on assp web interface select to run assp as a demom 6) kill all assp processes