Assp: Difference between revisions
From DWIKI
m (→Notes) |
|||
Line 10: | Line 10: | ||
=Notes= | =Notes= | ||
==Mysql database== | |||
create database assp; | |||
grant all on assp.* to 'assp'@'localhost identified by 'somepass'; | |||
flush privileges; | |||
And then set myuser and mypassword in the configuration interface of assp | |||
==Installing perl modules== | ==Installing perl modules== | ||
*http://sourceforge.net/projects/assp/files/ASSP%20V2%20multithreading/ASSP%20V2%20module%20installation/mod_inst.pl.1.46.zip | *http://sourceforge.net/projects/assp/files/ASSP%20V2%20multithreading/ASSP%20V2%20module%20installation/mod_inst.pl.1.46.zip | ||
=Perl modules on Debian= | =Perl modules on Debian= |
Revision as of 23:05, 18 February 2013
Anti-Spam SMTP Proxy
Links
Documentation
Notes
Mysql database
create database assp; grant all on assp.* to 'assp'@'localhost identified by 'somepass'; flush privileges;
And then set myuser and mypassword in the configuration interface of assp
Installing perl modules
Perl modules on Debian
apt-get install libauthen-sasl-perl apt-get install spf-tools-perl apt-get install libconvert-tnef-perl apt-get install libfile-readbackwards-perl apt-get install libnet-cidr-lite-perl apt-get install libmail-dkim-perl apt-get install libnet-ldap-perl apt-get install libnet-smtp-tls-perl apt-get install libemail-send-perl apt-get install libmail-spf-perl apt-get install libemail-mime-modifier-perl apt-get install libthreads-perl apt-get install libthreads-shared-perl apt-get install libschedule-cron-perl apt-get install libmime-types-perl apt-get install libhtml-parser-perl apt-get install libwww-perl libclamav-client-perl
CPAN
Mail::SPF::Query (reluctantly) Email::Valid File::ReadBackwards Net::CIDR::Lite Convert::Scalar Tie::RDBM Net::IP::Match::Regexp Net::Syslog Mail::SRS Email::MIME::Modifier ASSP_WordStem Net::SenderBase Thread::State IO::Socket::SSL Schedule::Cron MIME::Types
FAQ
Perl modules
/usr/share/assp/moduleLoadErrors.txt
Relaying not allowed
acceptAllMail