46a4563118
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>
13 lines
510 B
Plaintext
13 lines
510 B
Plaintext
****************************************************
|
|
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.
|
|
****************************************************
|