pkgsrc/mail/opendmarc/PLIST

73 lines
2.9 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.5 2015/03/15 22:26:34 pettai Exp $
include/opendmarc/dmarc.h
lib/libopendmarc.la
man/man5/opendmarc.conf.5
man/man8/opendmarc-check.8
man/man8/opendmarc-expire.8
man/man8/opendmarc-import.8
1.2.0 2014/03/14 Feature request #44: Allow override of the From: field on forensic reports. Feature request #45: Log the host portion of ignored Authentication-Results fields at "debug" level. Feature request #56: Add "RequiredHeaders" setting to enforce syntax checks against a message and reject those that don't comply. Feature request #65: Add "ForensicReportsBcc". Fix bug #46: Charitable tweak to a couple of log messages. Fix bug #55: The "SoftwareHeader" setting wasn't being set properly. Fix bug #58: The "smtp.mailfrom" part of an Authentication-Results field might contain only a domain name. Fix bug #60: Default AuthservID to the name provided by the MTA, not the local host name, which is consistent with what OpenDKIM does. Merge request #2: Validate external recipients before adding them to report recipient lists. Record all DKIM results to the history file, rather than only passing results. BUILD: Fix bug #50: Check libbsd for strlcat() and strlcpy() so we don't make our own when we don't need to. CONTRIB: Fix bug #52: Update path to draft RFC in contrib/spec. CONTRIB: Fix bug #59: Allow database name, userid and password to be specified on the command line rather than hard-coding them. DOCS: Fix bug #48: Add a libopendmarc use overview page. DOCS: Fix bug #53: Add man page for opendmarc-importstats. REPORTS: Fix bug #51: Check status after every phase of SMTP when sending reports. REPORTS: Fix DKIM status importing. LIBOPENDMARC: Fix bug #68: Fix strict/relaxed checking logic when a public suffix list is available. LIBOPENDMARC: Fixed a bug where in some instances the fetch of the orgainizational domain could wrongly return the from domain. LIBOPENDMARC: Fix call to missing function.
2014-04-02 23:33:41 +02:00
man/man8/opendmarc-importstats.8
man/man8/opendmarc-params.8
man/man8/opendmarc-reports.8
man/man8/opendmarc.8
sbin/opendmarc
sbin/opendmarc-check
sbin/opendmarc-expire
sbin/opendmarc-import
sbin/opendmarc-importstats
sbin/opendmarc-params
sbin/opendmarc-reports
share/doc/opendmarc/LICENSE
share/doc/opendmarc/LICENSE.Sendmail
share/doc/opendmarc/README
share/doc/opendmarc/README.rddmarc
share/doc/opendmarc/README.schema
share/doc/opendmarc/dmarc_policy_t.html
share/doc/opendmarc/dmarcfail.py
share/doc/opendmarc/draft-dmarc-base-13.txt
share/doc/opendmarc/index.html
share/doc/opendmarc/mkdb.mysql
share/doc/opendmarc/mkdmarc
share/doc/opendmarc/mysql_ip6.c
share/doc/opendmarc/opendmarc
share/doc/opendmarc/opendmarc.conf.sample
share/doc/opendmarc/opendmarc.spec.in
share/doc/opendmarc/opendmarc_dns_fake_record.html
share/doc/opendmarc/opendmarc_get_policy_to_enforce.html
share/doc/opendmarc/opendmarc_lib_t.html
share/doc/opendmarc/opendmarc_policy_connect_clear.html
share/doc/opendmarc/opendmarc_policy_connect_init.html
share/doc/opendmarc/opendmarc_policy_connect_rset.html
share/doc/opendmarc/opendmarc_policy_connect_shutdown.html
share/doc/opendmarc/opendmarc_policy_fetch_adkim.html
share/doc/opendmarc/opendmarc_policy_fetch_alignment.html
share/doc/opendmarc/opendmarc_policy_fetch_aspf.html
share/doc/opendmarc/opendmarc_policy_fetch_fo.html
share/doc/opendmarc/opendmarc_policy_fetch_p.html
share/doc/opendmarc/opendmarc_policy_fetch_pct.html
share/doc/opendmarc/opendmarc_policy_fetch_rf.html
share/doc/opendmarc/opendmarc_policy_fetch_rua.html
share/doc/opendmarc/opendmarc_policy_fetch_ruf.html
share/doc/opendmarc/opendmarc_policy_fetch_sp.html
share/doc/opendmarc/opendmarc_policy_fetch_utilized_domain.html
share/doc/opendmarc/opendmarc_policy_library_init.html
share/doc/opendmarc/opendmarc_policy_library_shutdown.html
share/doc/opendmarc/opendmarc_policy_parse_dmarc.html
share/doc/opendmarc/opendmarc_policy_query_dmarc.html
share/doc/opendmarc/opendmarc_policy_status_to_str.html
share/doc/opendmarc/opendmarc_policy_store_dkim.html
share/doc/opendmarc/opendmarc_policy_store_dmarc.html
share/doc/opendmarc/opendmarc_policy_store_from_domain.html
share/doc/opendmarc/opendmarc_policy_store_spf.html
share/doc/opendmarc/opendmarc_policy_to_buf.html
1.3.0 2014/07/31 Integrated SPF checking is now available through the new SPFSelfValidate and SPFIgnoreResults settings. Feature request #79: Optionally ignore clients that authenticated using SMTP AUTH. Fix bug #60, part II: Default AuthservID to the name provided by the MTA, not the local host name, which is consistent with what OpenDKIM does. Fix bug #72: Don't crash when From fields are absent. Fix bug #74: Change "Forensic" to "Failure" just about everywhere to match the language now being used in the base DMARC draft. Note that this also changes some names in the configuration file. Fix bug #75: Correct typo in MIME of forensic reports. Fix bug #76: Repair damage with respect to Authentication-Results header field selection. Fix bug #77: Request quarantine from the MTA during option negotiation. Fix bug #78: Add missing newline in forensic report header. Fix bug #90: Make "--with-sql-backend" without any value do the right thing. Fix bug #93: Honor size limits in URIs. Make "smime" and "rrvs" legal Authentication-Results methods. Provide better logging when pclose() for a forensic report returns non-zero. Add configuration support for internal SPF checks. Includes hooks in the milter to check that SPF is configured to do so. This can use a private SPF implementation or libspf2. Fix strlcat() and strlcpy() support for Debian. REPORTS: Feature request #80: Generate aggregate reports on UTC day boundaries. REPORTS: Feature request #84: Optionally expire old data from lower-growth tables. REPORTS: Fix bug #70: Fix date range generation in reports. REPORTS: Fix bug #82: Fix recording of report timestamp to avoid lost records. REPORTS: Fix bug #83: When expiring data, truncate the signatures table if all messages were expired.. REPORTS: Fix bug #85: Report subdomain policy. LIBOPENDMARC: Fix bug #71: Fix "rua" extraction from DMARC records. LIBOPENDMARC: Added support for milter to perform own spf checks. Three new files: opendmarc_spf.c, opendmard_spf_dns.c and test/test_spf.cl, allow integrated SPF support. Support for use of libspf2 is also provided.
2014-09-27 21:30:12 +02:00
share/doc/opendmarc/opendmarc_spf_test.html
share/doc/opendmarc/opendmarc_status_t.html
share/doc/opendmarc/opendmarc_tld_read_file.html
share/doc/opendmarc/opendmarc_tld_shutdown.html
share/doc/opendmarc/opendmarc_util_clearargv.html
share/doc/opendmarc/opendmarc_xml.html
share/doc/opendmarc/opendmarc_xml_parse.html
1.2.0 2014/03/14 Feature request #44: Allow override of the From: field on forensic reports. Feature request #45: Log the host portion of ignored Authentication-Results fields at "debug" level. Feature request #56: Add "RequiredHeaders" setting to enforce syntax checks against a message and reject those that don't comply. Feature request #65: Add "ForensicReportsBcc". Fix bug #46: Charitable tweak to a couple of log messages. Fix bug #55: The "SoftwareHeader" setting wasn't being set properly. Fix bug #58: The "smtp.mailfrom" part of an Authentication-Results field might contain only a domain name. Fix bug #60: Default AuthservID to the name provided by the MTA, not the local host name, which is consistent with what OpenDKIM does. Merge request #2: Validate external recipients before adding them to report recipient lists. Record all DKIM results to the history file, rather than only passing results. BUILD: Fix bug #50: Check libbsd for strlcat() and strlcpy() so we don't make our own when we don't need to. CONTRIB: Fix bug #52: Update path to draft RFC in contrib/spec. CONTRIB: Fix bug #59: Allow database name, userid and password to be specified on the command line rather than hard-coding them. DOCS: Fix bug #48: Add a libopendmarc use overview page. DOCS: Fix bug #53: Add man page for opendmarc-importstats. REPORTS: Fix bug #51: Check status after every phase of SMTP when sending reports. REPORTS: Fix DKIM status importing. LIBOPENDMARC: Fix bug #68: Fix strict/relaxed checking logic when a public suffix list is available. LIBOPENDMARC: Fixed a bug where in some instances the fetch of the orgainizational domain could wrongly return the from domain. LIBOPENDMARC: Fix call to missing function.
2014-04-02 23:33:41 +02:00
share/doc/opendmarc/overview.html
share/doc/opendmarc/rddmarc
share/doc/opendmarc/schema.mysql
share/examples/opendmarc/opendmarc.conf.sample