6b9e5c9ab2
Anti-Spam SMTP Proxy is a spam filter that sits on port 25 in front of your regular SMTP server (sendmail, postfix, qmail, etc). ASSP performs a number of configurable spam checks, and on detecting a spam message, provides an immediate 5xx SMTP error code back to the client. Non-spam messages are passed to your regular SMTP server for further processing and delivery. ASSP offers: - a whitelist of known good senders - Bayesian checks on message headers and contents - recipient address validation using LDAP and RFC822 conformance - relay denial - HELO checking - SPF (Sender Policy Framework) checking - DNSBL (DNS Block List) checking using many DNSBL services - Virus detection ASSP is a single script with a web-based configuration tool. WWW: http://assp.sourceforge.net/ PR: ports/81570 Submitted by: J.R. Oldroyd <fbsd@opal.com>
26 lines
928 B
Plaintext
26 lines
928 B
Plaintext
etc/periodic/daily/510.assp
|
|
@unexec rmdir %D/etc/periodic/daily 2>/dev/null || true
|
|
@unexec rmdir %D/etc/periodic 2>/dev/null || true
|
|
lib/assp/addservice.pl
|
|
lib/assp/assp.pl
|
|
lib/assp/move2num.pl
|
|
lib/assp/notspamreport.txt
|
|
lib/assp/rebuildspamdb.pl
|
|
lib/assp/repair.pl
|
|
lib/assp/spamreport.txt
|
|
lib/assp/stat.pl
|
|
lib/assp/stats.sh
|
|
lib/assp/whitereport.txt
|
|
%%ASSP_CLAMAV%%lib/assp/freshclam.sh
|
|
@dirrm lib/assp
|
|
sbin/assp
|
|
sbin/assplog
|
|
%%PORTDOCS%%%%DOCSDIR%%/ASSP Documentation.htm
|
|
%%PORTDOCS%%%%DOCSDIR%%/Regular Expression Tutorial.htm
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@unexec rm -f %%ASSP_HOME%%/notspamreport.txt 2>/dev/null || true
|
|
@unexec rm -f %%ASSP_HOME%%/spamreport.txt 2>/dev/null || true
|
|
@unexec rm -f %%ASSP_HOME%%/whitereport.txt 2>/dev/null || true
|
|
@unexec rmdir %%ASSP_HOME%% 2>/dev/null || true
|
|
@unexec if [ -d %%ASSP_HOME%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_HOME%% directory."; fi
|