diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-18 21:56:41 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-18 21:56:41 +0000 |
commit | bed0260f04b4294d358a21a0e933ad3e919389dc (patch) | |
tree | 7f3ca98f8439ecb67988da667db61d2af904ab81 /mail/Makefile | |
parent | 97035073308ef555a8449baf93d19ce0a000e442 (diff) |
Add spamguard 1.6, MTA spam prevention program for qmail/postfix/sendmail.
Nearly all of today's mail system administrators face spam as their
first threat. Because of this, EnderUNIX team has written this small
application to automagically monitor malicious spammer activity in
your mail server logs.
spamGuard is written purely in C, to stop spammers hanging around.
The program supports nearly all mostly used MTAs; qmail (both
multilog and splogger), sendmail and Postfix.
WWW: http://www.enderunix.org/spamguard
PR: 58499
Submitted by: Omer Faruk Sen <ofsen@enderunix.org>
Notes
Notes:
svn path=/head/; revision=94297
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 9145776bfc43..b64d9e0f6d22 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -334,6 +334,7 @@ SUBDIR += spamass-milter SUBDIR += spambnc SUBDIR += spamd + SUBDIR += spamguard SUBDIR += spamoracle SUBDIR += spamprobe SUBDIR += spamstats |