|
A milter is an extension to the widely used open source mail transfer agent (MTA) sendmail. It allows to add mail filters (for filtering spam, viruses ...) very efficently in the mail-processing-chain of sendmail.
The usage of milters is spreading during the last years and milters are becoming increasingly important in mailprocessing on the large scale to block, verify and sort incoming mail.
Origin
Milter (which is short for Mail Filter) was first introduced to Sendmail in the 8.12.0-release in September 2001 and has undergone impressive improvements since then.
Interface
Sendmail provides a documented Application Programming Interface that can be used to create milters for special needs.
External links
|