diff options
author | will <will@FreeBSD.org> | 2001-01-07 15:38:32 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-07 15:38:32 +0800 |
commit | 42097d2a3693fb048fd93c7d4cfa8593d0ba1903 (patch) | |
tree | 5bf990ec5a40473e8d085a79a9a5d716e1fb04ef /security/amavis-perl/pkg-descr | |
parent | c0edefdc398efa3e0b6c94161ee3fe7bcb5cf254 (diff) | |
download | freebsd-ports-gnome-42097d2a3693fb048fd93c7d4cfa8593d0ba1903.tar.gz freebsd-ports-gnome-42097d2a3693fb048fd93c7d4cfa8593d0ba1903.tar.zst freebsd-ports-gnome-42097d2a3693fb048fd93c7d4cfa8593d0ba1903.zip |
Add amavis-perl 10, a mail virus scanner (uses external antivirus).
PR: 23978
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'security/amavis-perl/pkg-descr')
-rw-r--r-- | security/amavis-perl/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/amavis-perl/pkg-descr b/security/amavis-perl/pkg-descr new file mode 100644 index 000000000000..dfbfa2e2fe36 --- /dev/null +++ b/security/amavis-perl/pkg-descr @@ -0,0 +1,15 @@ +Imagine a heterogene network environment with both UN*X and DOS / Windows/ +Macintosh workstations. Now think of an UN*X server that serves Windows +and/or Macintosh workstations via a POP3 service. Would it not be nice to +ensure attachments coming via email are scanned for viruses before they reach +a system they are able to infect? Well - that is what this package is for. +It resides on the server that handles your incoming mails. When a mail +arrives, instead of being delivered via procmail directly, is parsed through +a script that extracts all attachments from the mail, unpacks (if needed) +and scans them using a professional virus scanner program. + +This is a perl implementation of the mailscan. + +WWW: http://www.amavis.org/ + +Roman Shterenzon <roman@xpert.com> |