diff options
author | edwin <edwin@FreeBSD.org> | 2004-02-18 10:00:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-02-18 10:00:30 +0800 |
commit | 08b346cc08a9df7e4aaed86a34889a6c7a4e7a44 (patch) | |
tree | e818344c3994802f25ae22365ea47919704212dd /mail/Makefile | |
parent | e20823fee3f91ce7ff19cad3522f750024ee3ac6 (diff) | |
download | freebsd-ports-gnome-08b346cc08a9df7e4aaed86a34889a6c7a4e7a44.tar.gz freebsd-ports-gnome-08b346cc08a9df7e4aaed86a34889a6c7a4e7a44.tar.zst freebsd-ports-gnome-08b346cc08a9df7e4aaed86a34889a6c7a4e7a44.zip |
mail/p3scan is a fork of mail/pop3vscan, a transparent POP3 virusscanner
P3Scan is a transparent POP3-Proxy with virus-scanning
capabilities. This means that all your POP3-Clients in the
Network can't fetch mails from the internet without that
P3Scan have scanned it. If a virus has been found the mail
is replaced with a notification and the original (infeceted)
version is stored on the harddisc. Transparent means, that
neither the client nor any of the used POP3-servers has to
be configured.
This port is based on mail/pop3vscan, but the development
for that port seems to have ceased.
WWW: http://p3scan.sourceforge.net/
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 dfba06381820..cfb85d6cd7d8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -200,6 +200,7 @@ SUBDIR += nullmailer SUBDIR += offlineimap SUBDIR += openwebmail + SUBDIR += p3scan SUBDIR += p5-Email-Filter SUBDIR += p5-Email-Find SUBDIR += p5-Email-Folder |