diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-11 19:40:35 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-11 19:40:35 +0800 |
commit | 24ce1bf319a6395836e4c095d57302bb6dbfb634 (patch) | |
tree | a715a7bf2a3717fcee9aa2d14936a8b4ed75bfef /mail/Makefile | |
parent | 5e3071f258378cbb123fb6a9909df1c030571178 (diff) | |
download | freebsd-ports-gnome-24ce1bf319a6395836e4c095d57302bb6dbfb634.tar.gz freebsd-ports-gnome-24ce1bf319a6395836e4c095d57302bb6dbfb634.tar.zst freebsd-ports-gnome-24ce1bf319a6395836e4c095d57302bb6dbfb634.zip |
Add qmail-scanner 1.20.r4, Content/Anti-virus Scanner for qmail.
Qmail-Scanner is e-mail content scanner that enables a qmail server to
scan all messages it receives for certain characteristics (normally viruses),
and react accordingly.
If you have a commercial virus scanner (eg, Sophos sweep, McAfee
uvscan, etc) installed when you build qmail-scanner, qmail-scanner
will configure itself to use that. Otherwise, it will only use its
internal content filter which only allows you to block mail based
on text in the subject/body, general types of attachments, etc.
WWW: http://qmail-scanner.sourceforge.net/
PR: 55941
Submitted by: moeti <freebsd@simplerezo.com>
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 fe812971ffd5..163daf622705 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -293,6 +293,7 @@ SUBDIR += qmail-mysql SUBDIR += qmail-notify SUBDIR += qmail-remove + SUBDIR += qmail-scanner SUBDIR += qmail-tls SUBDIR += qmailadmin SUBDIR += qmailanalog |