Menu

QuickStart

Anonymous

Anti-Spam SMTP Proxy "Anti-Spam SMTP Proxy"is a spam filter that sits on port 25 (smtp), and optionally also 465 (smtps) and 587 (submission), in front of your regular SMTP server. ASSP relays the SMTP dialog between an incoming client and your SMTP server, intercepting the dialog as needed. ASSP performs a number of configurable spam checks and on detectinga spam message provides an immediate 5xx SMTP error code back to the client. Non-spam messages are passed to your regular SMTP serverfor further processing and delivery. Spam messages can be blocked from delivery or subject-tagged and delivered. 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 delaying of messages from unknown senders Virus detection

ASSP is entirely administrator-managed and is almost totally transparent to users. In particular, users do not need to manage spam filters or challenge-response systems of their own. ASSP is configured using a web interface. The admin_port argument gives the network port for accessing configuration menu. It defaults to 55555. To access the configuration menu, start ASSP and then point your browser at the default

admin password is nospam4me

Initial setup of ASSP involves several steps:

Review configuration options and adjust as necessary , stick to the defaults! Be sure to change the admin password. Set filters to "Test Mode" which means all messages will be delivered to their recipients. Decide on which network port(s) ASSP will listen and on which your normal SMTP server will listen. Typically, ASSP will listen on port 25 (smtp) and optionally also ports 465 (smtps) and 587 (submission) and your SMTP server will be moved to something like port 125 or 225. Reconfigure your SMTP server to its new port. Reconfigure ASSP to port 25 (listenPort) and optionally also 465 (listenPortSSL) and 587 (listenPort2) and restart.

Since ASSP is in Test Mode, all messages will be delivered to their recipients. Arrange for all users' outbound email to be processed by ASSP. This is necessary for ASSP to be able to automatically maintain its whitelist.

If a user's MUA (mail user agent) uses SMTP to port 25 or 587, this will happen without further intervention. 
If an MUA invokes /usr/sbin/sendmail and you're using the default configuration with submit queues, this will also happen without further intervention.

Otherwise, you need to take whatever steps are necessary for each MUA that's being used. Optionally, send a message containing a list of email addresses that you want to receive email from to EmailWhitelistAdd. Have all your users do this. This will seed the whitelist. Messages from senders on the whitelist will never be blocked. An address can be removed from the whitelist by emailing it to EmailWhitelistRemove.

To set up the Bayesian word list filtering, do the following: Ensure some senders' addresses are in the whitelist, either by sending email to them or by seeding the whilelist as described above.

Allow some time (could be days or weeks, depending on the volume of email you receive) for enough email to collect. Mesages from senders to the whitelist will be copied in the notspam directory.  Other messages will either be passed or be copied in the spam directory based on word scores.

Periodically examine the messages in the spamdirectories. Move any to the other directory as needed. If you're unsure abouta particular message, just delete it. Also, examine maillog.txt for information about what ASSP is doing. After about 1000 messages have collected, filtering mode can be enabled. Run the rebuildspamdb.pl script to create the spam database from the logged messages. This is the part where the Bayesian filter learns about the words in your spam and notspam collections. Uncheck the Test Mode box to enable message blocking. It is recommended that the UseSubjectsAsMaillogNamesconfiguration option is unchecked and that the script move2num.pl is run in assp directory. This causes messages to be stored with numeric filenames, and overwritten after some time.

The benefits of this are that the size of the stored messages will be limited and that older messages are removed from the collection.  This keeps the Bayesian word list current.

This need not be done immediately; you can do this once you no longer feel the need to examine the spam messages in detail. Other filtering options (local user validation, RFC822 conformance, client HELO validation, SPF validation,the Delay List,the use of DNSBLs and the ClamAV virus checker can be enabled by examining and adjusting their configuration options as needed.

Once ASSP is live, users should forward a copy of any spam message that still gets through to asspspam@yourdomain.com in order to add it to spam database.

Any non-spam that was mis-classified as spam can be copied to notspam. The rebuildspamdb.pl script needs to be re-run periodically to update the spam database from the latest logged messages.

[Category:ASSP]


Related

Wiki: Main_Page

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.