ASSP is a spam filtering system that sits between a sending client and your normal SMTP server (exim, postfix, qmail, sendmail, etc). ASSP blocks spam messages before they're accepted and passes non-spam messages to the normal SMTP server for delivery. ASSP offers: - a whitelist of known good senders - Bayesian checks on message headers and contents - local user validation using RFC822 checks, flat lists or LDAP lookup - relay denial - HELO checking - SPF (Sender Policy Framework) checking - DNSBL (DNS Block List) checking using many block list services - Virus detection
Responsible Changed From-To: freebsd-ports-bugs->jylefort Take.
State Changed From-To: open->closed Committed, thanks! Major modifications performed: - Do not reinvent the wheel in the startup script - Use the ${SUB_FILES} facility - Use the ${USE_RC_SUBR} facility - Use ${PREFIX} to reference the installation, not ${LOCALBASE} - Use pkg-install script, so that ${ASSP_HOME} is also created when installed from a package - Respect ${NOPORTDOCS} - Replace hard-coded /usr/bin/perl by ${PERL}