diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-09 23:19:58 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-09 23:19:58 +0000 |
commit | 88edf9ec086b6b9af1ca607ab6cc4f7175c2fb73 (patch) | |
tree | b8e1f4a3a75ddcc631d2c3b2223a74e85caa82a3 /mail/Makefile | |
parent | 54b3c9320d70cbf00f82187560e5245d3409eb94 (diff) |
Mail Avenger is a highly-configurable, MTA-independent SMTP server
daemon. It lets users run messages through filters like ClamAV and
SpamAssassin during SMTP transactions, so the server can reject mail
before assuming responsibility for its delivery. Other unique features
include TCP SYN fingerprint and network route recording, verification
of sender addresses through SMTP callbacks, SPF (sender policy
framework) as a general policy language, qmail-style control over both
SMTP-level behavior and local delivery of extension addresses,
mail-bomb protection, integration with kernel firewalls, and more.
WWW: http://www.mailavenger.org/
PR: ports/80800
Submitted by: David Mazieres <dm+bugs+avenger@mailavenger.org>
Notes
Notes:
svn path=/head/; revision=134961
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 4974b18c3e22..ef979cf911b5 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -19,6 +19,7 @@ SUBDIR += asmail SUBDIR += autorespond SUBDIR += autosig + SUBDIR += avenger SUBDIR += balsa SUBDIR += bayespam SUBDIR += bbmail |