freebsd-ports/mail/simscan/pkg-message
Roman Bogorodskiy 3ada00cdc3 Add simscan - a good, simple, and fast qmail scanner, which works with
SpamAssassin/ClamAV, written in C.

PR:		78629[1], 79135[2]
Submitted by:	Anton Karpov <toxa@toxahost.ru> [1],
		Cristiano Deana <cris@gufi.org> [2]
2005-04-03 16:04:21 +00:00

23 lines
814 B
Text

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
NOTES:
* You have to configure your anti-virus and anti-spam products!
* You have to modify your qmail startup files to call simscan.
In most cases, you just need to edit /var/qmail/tcp.smtp in
order to call simscan instead of qmail-queue, by setting up
QMAILQUEUE variable. For example:
127.0.0.1:allow,RELAYCLIENT=""
192.168.0.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan"
:allow,QMAILQUEUE="/var/qmail/bin/simscan"
* Don't forget to rebuild tcp.smtp.cdb from new tcp.smtp using tcprules!
* Also, read documentation about how to configure
attachment blocking and per domain processing.
Additional documentation can be found here:
http://qmailwiki.inter7.com/index.php?title=Simscan
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=