NOTICE: This package has been removed from pkgsrc

./wip/sid-milter, Open source SPF/SenderID filter software from Sendmail, Inc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.0nb2, Package name: sid-milter-1.0.0nb2, Maintainer: pettai

The sid-milter package is an open source implementation of the Sender-ID and
SPF sender authentication systems.

Sender-ID and SPF have both been published by the IETF (RFC4406 and RFC4408,
respectively) as experimental proposals.

This package consists of a library that implements the record parsers needed
to provide the authentication service, and a milter-based filter application
that can plug in to the sendmail MTA to provide that service to sufficiently
recent sendmail and postfix MTAs.

An optional asynchronous resolver library is also provided to work around
limitations of the basic BIND resolver which comes installed on most
systems.


Required to run:
[mail/sendmail]

Required to build:
[mail/libmilter] [devel/m4]

Master sites: (Expand)

SHA1: dd6517b36933083923c3094cf7f09e74825e7dcb
RMD160: 7aca88c5d1c18581a17a779c87e7dda3d0091e0e
Filesize: 342.931 KB

Version history: (Expand)


CVS history: (Expand)


   2010-03-13 00:11:41 by Fredrik Pettai | Files touched by this commit (9) | Package removed
Log message:
Imported to pkgsrc
   2010-03-11 15:39:06 by Fredrik Pettai | Files touched by this commit (2)
Log message:
Package polishing
   2010-01-17 13:03:22 by Thomas Klausner | Files touched by this commit (217) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2009-05-19 11:00:04 by Thomas Klausner | Files touched by this commit (67)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2008-09-07 11:23:12 by Fredrik Pettai | Files touched by this commit (3)
Log message:
Upgraded sid-milter (senderid-milter) package to v.1.0.0

   2008-01-18 05:30:10 by Tobias Nygren | Files touched by this commit (174)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
   2007-11-09 00:25:31 by Adrian Portelli | Files touched by this commit (4)
Log message:
Update to 0.2.14
Patches from and new MAINTAINER Fredrik Pettai
Fix some pkglint warnings and create some directories before install

0.2.6           2005/02/24
Further array boundary checking.  Reported by Fredrik Pettai
of Vattenfall.
0.2.7           2005/03/11
LIBAR: Fix up some linked list shenanigans that could cause loops
and other problems.
0.2.8           2005/04/28
Better reporting of failures from libar.
Pay attention to the scope of the query (Sender ID vs. SPF) and
apply the proper policy record when more than one is
returned.
LIBMARID: Fix an off-by-one test which was messing up handling of
"ptr" directives in SPF records.  Patch from Manabu Kondo
of IIJ.
0.2.9           2005/07/21
Fix bug SF1232318: Reset a policy string buffer before reusing it,
which could lead to false positives when performing
multi-query evaluations.
Feature Request SF1123831: Log command line arguments at startup.
0.2.10          2005/12/09
Fix a TXT record reassembly bug in sid_marid_check().  Based on
a patch by Dick St. Peters of Netheaven.
When reporting failures from sid_marid_check(), report what was
being checked.  Based on a patch from Dick St. Peters of
Netheaven.
Fix bug #SF1364413: Change the way PTR records are constructed to
deal with Solaris portability issues.  Reported by
Fredrik Pettai.
Include a policy macro expansion patch and couple of other minor
fixes from Dick St. Peters of Netheaven.
Add a new rejection option which will bounce messages for which
either test failed and the other did not pass.  Based on
a patch from Dick St. Peters of Netheaven.
Feature request #SF1371268: Set the reply message to use when
rejecting a message for policy reasons.  Suggested by
Fredrik Pettai.
LIBAR: Fix a build issue introduced in the previous release.
0.2.11          2006/04/20
Fix bug #1379541: Remove proprietary dependencies for compiling
debug mode.
Feature request #SF1465564: Add "-H" command line option which
allows a name other than the hostname to be included in
results and identification headers.
Feature request #SF1465576: Add "-M" command line option which
allows a customizable SMTP rejection message, with a few
token substitutions available.
Feature request #SF1468334: Add "-D" command line flag to make
DNS errors into softfails and allow delivery rather than
temp-failing.
LIBAR: Add a timeout to the I/O wait so that retransmissions
actually get done while waiting for activity.
0.2.12          2006/05/02
Send periodic milter progress messages when waiting for DNS replies.
LIBAR: Further fixes around retransmissions.
0.2.13          2006/05/19
When giving up on one of several parallel DNS queries, cancel all
the other ones before returning.  Failing to do so can result
in crashes or other undesirable behaviour.  Problem noted by
Fredrik Pettai.
0.2.14          2006/07/27
When using the stock resolver, distinguish properly between results
NO_DATA and HOST_NOT_FOUND.
Support versions of libmilter old enough that they don't have
smfi_insheader().
Feature request #SF1481666: Set an SMTP reply code when rejecting
or temp-failing messages.  Requested by Steve McKenna.
Feature request #SF1481669: Optionally syslog activity inside
libmarid.  Requested by Steve McKenna.
Feature request #SF1495205: More liberal use of smfi_setreply() to
pass status back up from libar and from libmarid.
Requested by Fredrik Pettai.
Feature request #SF1497799: Optionally quarantine messages instead
of rejecting them.  Requested by Fredrik Pettai.
LIBMARID: Fix handling of malformed "ip4" clauses to avoid a NULL
dereference.  Problem noted by Fredrik Pettai.