Port details |
- spamguard MTA spam prevention program for qmail/postfix/sendmail
- 1.8_1 mail =6 1.8_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2003-11-18 21:58:01
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: squid, rsync, pure-ftpd, spamd, sudo
- License: BSD3CLAUSE
- WWW:
- http://www.enderunix.org/spamguard
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- spamguard>0:mail/spamguard
- To install the port:
- cd /usr/ports/mail/spamguard/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/spamguard
- pkg install spamguard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spamguard
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (spamguard-1.8.tar.gz) = f6097a1845681ea18f5693f959ff87ef1459e0e585bf81dbea4ab1793171ccb9
SIZE (spamguard-1.8.tar.gz) = 26966
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for spamguard-1.8_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- mail_spamguard
- USES:
- autoreconf
- pkg-message:
- For install:
- Edit /usr/local/etc/spamguard.conf
After that edit /usr/local/etc/spam-ignore.txt
Finally you have to add a crontab entry in order to get spamguard work like:
0/5 * * * * /usr/local/bin/spamguard 1>/dev/null 2>/dev/null
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8_1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.8_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8_1 23 Sep 2020 14:15:14 |
se |
Fix build with -fno-common and correct software bugs
There were software bugs in 3 source files, most due to wrong use of sizeof
(e.g. using the size of a pointer instead of the data, or subtracting a
value from the argument of sizeof, not the resulting size value.
A test for a short write assigned the length written to a variable and
performed a comparison with that variable in a single expression and with
no defined order of the these two operations resulting in either a
comparison with 0 (the value before assignement) or with the just assigned
value (tautological comparison). Either case did not catch a short write.
I have not checked the quality of the code nay further than these issues
that caused compiler warnings, but given the severity and fundamental lack
of understanding shown by these examples, I'm not convinced that this
program can be trusted to work correctly. |
1.8 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.8 24 Dec 2017 14:36:13 |
tijl |
Convert to USES=autoreconf. |
1.8 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1.8 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
1.8 13 May 2014 15:20:04 |
sunpoet |
- Add LICENSE
- Convert to new options framework
- Support STAGEDIR
- While I'm here, simplify Makefile
PR: ports/189663
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
1.8 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.8 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.8 10 Apr 2012 16:44:22 |
miwi |
- Update to 1.8
- Pass maintainership to submitter
PR: 166472
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.6 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.6 15 Nov 2010 15:44:03 |
linimon |
Reset ofsen@enderunix.org due to maintainer-timeouts.
Hat: portmgr |
1.6 31 Jan 2010 03:45:11 |
pgollucci |
- use $SUB_FILES to dynamically adjust pkg-message
PR: ports/142809
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: maintainer timeout (ofsen@enderunix.org; > 2 weeks) |
1.6 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.6 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.6 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.6 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.6 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.6 18 Nov 2003 21:56:41 |
sergei |
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> |