2012-03-24 16:44:40 +00:00
|
|
|
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.
|
2006-01-02 22:19:23 +00:00
|
|
|
|
2012-03-24 16:44:40 +00:00
|
|
|
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.
|
2006-01-02 22:19:23 +00:00
|
|
|
|
2010-02-15 09:33:41 +00:00
|
|
|
WWW: http://software.klolik.org/smtp-gated/
|