You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2006/12/26 18:22:29 UTC

[Spamassassin Wiki] Update of "IntegratedInMta" by nighthawk

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by nighthawk:
http://wiki.apache.org/spamassassin/IntegratedInMta

The comment on the change is:
Old URL leads to a 404

------------------------------------------------------------------------------
  
  Amavisd-new is a high-performance interface between mailer (message transfer agent - MTA) and one or more content checkers: virus scanners, and/or SpamAssassin. It is written entirely in Perl, assuring high reliability, portability and maintainability. It talks to MTA via (E)SMTP or LMTP, or by using helper programs. Best with Postfix, works with Exim, sendmail/milter or with any MTA as a SMTP relay. [http://www.ijs.si/software/amavisd/]
  
- MailScanner now includes support for SpamAssassin. This is "a virus scanner for e-mail designed for use on e-mail gateways. It can also detect a large proportion of unsolicited commercial e-mail (spam) passing through it." 
+ MailScanner now includes support for SpamAssassin. This is "a virus scanner for e-mail designed for use on e-mail gateways. It can also detect a large proportion of unsolicited commercial e-mail (spam) passing through it."
- MailScanner does an excellent job with file names and types, and can be set to quarantine encrypted .ZIP files and apply normal filename rules and virus scanning inside unencrypted ones. 
+ MailScanner does an excellent job with file names and types, and can be set to quarantine encrypted .ZIP files and apply normal filename rules and virus scanning inside unencrypted ones.
  [http://www.sng.ecs.soton.ac.uk/mailscanner/]
  
  OpenProtect is a complete package which includes MailScanner for intergration with MTAs, spamassassin, clamav and it can be installed within 5-10 minutes and no need to manually edit any configuration files or settings. [[http://openprotect.com OpenProtect]] supports postfix, sendmail, qmail and exim. See [[http://wiki.apache.org/spamassassin/OpenProtect]] or [[http://openprotect.com]] or [[http://openprotect.sf.net]] for more details.
@@ -20, +20 @@

  An alternative is to use the smtp-vilter high-performance content filter using the sendmail milter API
  which has a backend for Spamassassins spamd.  More details at http://www.msys.ch/products/unix/smtp-vilter/
  
- MIMEDefang, a sendmail milter written by Roaring Penguin Software, filters all e-mail messages sent via SMTP through a sendmail installation, blocking common mail viruses, and now -- with the help of SpamAssassin -- spam. "You can use SpamAssassin to test for spam, and then all of the MIMEDefang goodies to reject, manipulate or otherwise mangle the message." 
+ MIMEDefang, a sendmail milter written by Roaring Penguin Software, filters all e-mail messages sent via SMTP through a sendmail installation, blocking common mail viruses, and now -- with the help of SpamAssassin -- spam. "You can use SpamAssassin to test for spam, and then all of the MIMEDefang goodies to reject, manipulate or otherwise mangle the message."
  Integrated with the MTA to the level of returning 5xx error codes during the SMTP session, so viruses or detected spam can be rejected at the delivery, which notifies the sender, that the mail was rejected, without generating an additional email message.[http://www.roaringpenguin.com/mimedefang/]
  
  
@@ -28, +28 @@

  
  milter-spamd [http://www.benzedrine.cx/milter-spamd.html] is a simple BSD-licensed sendmail milter by Daniel Hartmeier.
  
- BSM Development have released MailCorral and SpamCorral for use on UNIX and Linux systems, mail/spam filtering software using the sendmail milter interface. 
+ BSM Development have released MailCorral and SpamCorral for use on UNIX and Linux systems, mail/spam filtering software using the sendmail milter interface.
  [http://www.bsmdevelopment.com/]
  
- Yet Another Sendmail-SpamAssassin Interface Milter, milter-spamc by Snert [http://www.snert.com/Software/milter-spamc/index.shtml] 
+ Yet Another Sendmail-SpamAssassin Interface Milter, milter-spamc by Snert [http://www.milter.info/sendmail/milter-spamc/]
  
  = Integrated into Postfix =
  
@@ -77, +77 @@

  
  SpamAssassin Filter (sa_filter.pl) is an [http://www.xmailserver.org/ XMail] filter send incoming email messages to SpamAssassin for spam filtering.
  
- sa_filter.pl calls spamc, the SpamAssassin client (spamc calls spamd) and passes the output of spamc back to XMail for delivery. Neither sa_filter.pl nor spamc will delete emails that are flagged as spam. 
+ sa_filter.pl calls spamc, the SpamAssassin client (spamc calls spamd) and passes the output of spamc back to XMail for delivery. Neither sa_filter.pl nor spamc will delete emails that are flagged as spam.
  
  Please find the filter source code and documentation at [http://www.drakeconsult.com/xmail/ Drake Consulting]