diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 22:19:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 22:19:23 +0000 |
commit | 7f29ea0aeca6428149d41ea9ce6dd077cc0ef113 (patch) | |
tree | 2a19bc800dee1c72b3be2b789a9957907fc24665 /mail/Makefile | |
parent | 7439f0e6509d2a5c5755c6e7d40eb96af0524af7 (diff) | |
download | ports-7f29ea0aeca6428149d41ea9ce6dd077cc0ef113.tar.gz ports-7f29ea0aeca6428149d41ea9ce6dd077cc0ef113.zip |
New port: mail/smtp-gated
This software block SMTP sessions used by e-mail worms and
viruses on the NA(P)T router. It depends on netfilter
framework of Linux, or ipfw on FreeBSD.
It acts like proxy, intercepting outgoing SMTP connections
and scanning session data on-the-fly. When messages is
infected, the SMTP session is terminated. It's to be used
(mostly) by ISPs, so they can eliminate infected hosts from
their net work, and (preferably) educate their users.
WWW: http://smtp-proxy.klolik.org/
PR: ports/91223
Submitted by: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
Notes
Notes:
svn path=/head/; revision=152615
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 861615c709a0..08dd7e94028d 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -480,6 +480,7 @@ SUBDIR += sma SUBDIR += smail SUBDIR += smc-milter + SUBDIR += smtp-gated SUBDIR += smtpclient SUBDIR += smtpd SUBDIR += smtpfeed |