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/qmail-scanner1/pkg-message | |
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/qmail-scanner1/pkg-message')
-rw-r--r-- | mail/qmail-scanner1/pkg-message | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/qmail-scanner1/pkg-message b/mail/qmail-scanner1/pkg-message new file mode 100644 index 000000000000..e61b55935bea --- /dev/null +++ b/mail/qmail-scanner1/pkg-message @@ -0,0 +1,12 @@ +**************************************************** +NOTES: + - You have to configure your anti-virus and anti-spams products! + - You HAVE to reinstall this port each time you add or remove one! + +Now, you have to modify your qmail startup files to call qmail-scanner. +In most case, you just need to add: + export QMAILQUEUE="${PREFIX}/bin/qmail-scanner-queue.pl" +to your tcpserver startup file. + +You can test installation by running 'make test' in port dir. +**************************************************** |