Mail Avenger is a highly-configurable, MTA-independent SMTP server. It lets users run messages through filters like ClamAV and SpamAssassin during SMTP transactions, so the server can reject unwanted email before assuming responsibility for its delivery. Other unique features include TCP SYN fingerprint and network route recording, SPF (sender policy framework) as a general policy language, qmail-style delivery of extension addresses, validation of sender addresses through SMTP callbacks, mail-bomb protection, integration with kernel firewalls, and more.
| Tags | Communications Email |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | Unix Shell C++ C |
Recent releases


Changes: Support for newer BerkeleyDB versions, two new configuration options (LogTag and IdentTimeout), and a MSGID environment variable that can be used to correlate rcpt commands with message bodies.


Changes: Several minor bugs were fixed. The SMTPCB configuration directive was changed to give more options. An InsecureSASL configuration option was added by request of users.


Changes: This release fixes the rbl command, and makes a few other very minor changes.


Changes: This release relaxes the bodytest restrictions from 0.7.5, which were too strict. It works around a bug in FreeBSD's dn_expand that could cause some mail with legitimate SPF records to be deferred indefinitely. The "<" and "<!" directives in avenger.local have been fixed.


Changes: TrustedNet and TrustedDomain hosts can now exceed message and connection limits. A new MaxRelayRcpts directive allows relays to exceed per-message RCPT command limits. Minor SPF changes make the implementation compatible with (forthcoming) RFC 4408. asmtpd is stricter about only running bodytest commands for the same user's copy of a message.