Port details |
- opendmarc DMARC library and milter implementation
- 1.4.2_3 mail =7 1.4.2_3Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@gushi.org
- Port Added: 2013-06-28 19:56:08
- Last Update: 2024-08-08 05:05:22
- Commit Hash: e6b99be
- People watching this port, also watch:: sudo, rsync, openssl, openvpn, beadm
- Also Listed In: security
- License: BSD3CLAUSE SENDMAIL
- WWW:
- http://www.trusteddomain.org/opendmarc.html
- Description:
- OpenDMARC is an open source implementation of Domain-based Message
Authentication, Reporting & Conformance, or DMARC. It builds on the
successes of technologies such as DomainKeys Identified Mail (DKIM)
and the Sender Policy Framework (SPF) to create an infrastructure
that enforces policy on domain names that are visible to end users,
and creates a feedback framework for identifying and tracking
fraudulent use of domain names in email.
It includes a library for handling DMARC record parsing,
a database schema and tools for aggregating and processing transaction
history to produce DMARC reports, and a filter that ties it all together
with an MTA using the milter protocol.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- opendmarc>0:mail/opendmarc
- To install the port:
- cd /usr/ports/mail/opendmarc/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/opendmarc
- pkg install opendmarc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opendmarc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1639988466
SHA256 (trusteddomainproject-OpenDMARC-1.4.2-rel-opendmarc-1-4-2_GH0.tar.gz) = ee1dcdd158fd5fd2b16de2b86980c4a4be60a070641ca19591a713da4e4008bb
SIZE (trusteddomainproject-OpenDMARC-1.4.2-rel-opendmarc-1-4-2_GH0.tar.gz) = 426996
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:
-
- perl5>=5.36<5.37 : lang/perl5.36
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- p5-Switch>=0 : lang/p5-Switch
- p5-DBI>=0 : databases/p5-DBI
- p5-DBD-mysql>=0 : databases/p5-DBD-mysql
- p5-HTTP-Message>=0 : www/p5-HTTP-Message
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libspf2.so : mail/libspf2
- libmysqlclient.so.21 : databases/mysql80-client
- This port is required by:
- for Libraries
-
- mail/exim
- mail/exim-ldap2
- mail/exim-monitor
- mail/exim-mysql
- mail/exim-postgresql
- mail/exim-sa-exim
- mail/exim-sqlite
Configuration Options:
- ===> The following configuration options are available for opendmarc-1.4.2_3:
DOCS=on: Build and/or install documentation
SPF=on: Enable support for SPF record checking
===> Use 'make config' to modify these settings
- Options name:
- mail_opendmarc
- USES:
- cpe libtool mysql perl5 shebangfix autoreconf
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.2_3 08 Aug 2024 05:05:22 |
Norikatsu Shigemura (nork) Author: Yasuhito FUTATSUKI |
mail/opendmarc: Fix crash on FreeBSD >= 14.1
PR: 279780
Obtained from: https://github.com/trusteddomainproject/OpenDMARC/issues/245
Tested by: leres, John R <gamer@ryppn.com>
Approved by: hrs (mentor), maintainer timeout (6 weeks) |
1.4.2_2 07 Apr 2024 09:36:13 |
Florian Smeets (flo) |
databases/p5-DBD-mysql: Fix for MariaDB users
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This (Only the first 15 lines of the commit message are shown above ) |
1.4.2_1 28 Jan 2024 22:14:44 |
Muhammad Moinur Rahman (bofh) |
mail/opendmarc: Moved man to share/man
Approved by: portmgr (blanket) |
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.4.2 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.4.2 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.4.2 24 Dec 2021 17:39:45 |
Mikael Urankar (mikael) Author: Dan Mahoney |
mail/opendmarc: Update to 1.4.2
- Update to 1.4.2
- Change master site to github
- Resolve CVE-2021-34555 and many other CVEs
PR: 260594 |
1.3.2_2 19 Oct 2021 11:14:34 |
Stefan Eßer (se) |
mail/opendmarc: Add CPE information
Approved by: portmgr (blanket) |
1.3.2_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.3.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.2_2 15 Sep 2019 09:51:20 |
pi |
mail/opendmarc: fix multiple addresses in From vulnerability
- please note that it might only be a partial fix, see
https://github.com/trusteddomainproject/OpenDMARC/pull/48#issuecomment-530375590
PR: 240505
Reported by: protonmail
Approved by: ports-secteam (delphij)
Obtained from: https://github.com/trusteddomainproject/OpenDMARC/pull/48
MFH: 2019Q3
Security: https://protonmail.com/blog/bellingcat-cyberattack-phishing/ |
1.3.2_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.3.2_1 01 Jul 2018 10:17:19 |
dinoex |
- bump MILTER_SOVER to fix linking on FREEBSD-12
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports |
1.3.2 13 Sep 2017 14:45:30 |
pi |
mail/opendmarc: update 1.3.1 -> 1.3.2
Feature request #86: Change meaning of "RequiredHeaders" such that
header validity is always checked, but messages are only
rejected on that basis when the flag is set. Based
on a patch from Andreas Schulze.
Feature request #127: Log SPF results when rejecting. Requested
by Patrick Wagner; patch from Andreas Schulze, follow-up
patch from Juri Haberland.
Feature request #138: Inculde policy and disposition information
in an Authentication-Results comment. Based on a patch
from Juri Haberland.
Feature request #139: Include the client host name if known
in failure reports. Suggested by Roland Turner;
patch by Andreas Schulze. (Only the first 15 lines of the commit message are shown above ) |
1.3.1_4 27 Feb 2017 14:27:00 |
amdmi3 |
- Add missing dependency on www/p5-HTTP-Message
PR: 216947
Submitted by: douglas@douglasthrift.net
Approved by: maintainer timeout (freebsd@gushi.org, 2 weeks)
MFH: 2017Q1 |
1.3.1_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.3.1_3 06 Feb 2016 23:13:17 |
matthew |
(1) Add USES perl5 and add RUN_DEPENDS for perl modules needed by the
various perl scripts installed by this port
(2) Use ${PORTSDIR}/mail/sendmail/bsd.milter.mk to link against
libmilter installed by the mail/sendmail port when
WITH_SENDMAIL_PORT=yes is set in /etc/make.conf or the base
libmilter if WITH_SENDMAIL_BASE=yes
PR: 202374 (1)
Submitted by: freebsd-ports@dan.me.uk (1) matthew (2)
Reviewed by: pi (1)
Approved by: maintainer timeout (>14days) |
1.3.1_2 01 Dec 2015 03:02:17 |
ache |
1) Makes opendmarc rc script more local: sockets friendly (create
directory with needed permissions, start/stop cleanups).
2) Move pidfile to newly created /var/run/opendmarc by default.
This directory is perfectly suitable and needed mainly for local: sockets,
but to not violate POLA socket still remains as "inet:8893@localhost".
Approved by: maintainer timeout |
1.3.1_1 27 Oct 2015 05:04:54 |
koobs |
mail/opendmarc: Add libspf2 as a run-time (library) dependency
libsfp2 is a build and run-time dependency for opendmarc.
Currently libspf2 is declared a BUILD_DEPENDS, which results in the
libspf2 package being removed by portmaster or pkg as an unecessary
package when using -s argument or autoremove command respectively.
This change correctly declares libspf2 as a LIB_DEPENDS, resulting
in both build and run-time dependency registration.
While I'm here:
- Convert MSPF conditional to an option helper
- Group and sort USE{S} entries
- Whitespace align OPTIONS
- Tweak SPF_DESC to match ./configure output for the option
- Sort pkg-plist
PR: 204050
Submitted by: Douglas <douglas douglasthrift net>
Approved by: portmgr (blanket)
MFH: 2015Q4 |
1.3.1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.3.1 19 Mar 2015 19:38:49 |
marino |
five milter ports: Add or improve support on systems missing sendmail
In some cases no-sendmail support was in place but missing CFLAGS or
LDFLAGS, but in others it needed to be added. Problems found as a result
of DragonFly removing sendmail from base.
Approved by: just fix it. |
1.3.1 11 Mar 2015 12:18:06 |
erwin |
Update to version 1.3.1, Maintainer change to Dan Mahoney <danm@prime.gushi.org>
This is mainly a bug fix release, but it does contain one important new
feature. Upgrade is recommended.
The full RELEASE_NOTES for this version, showing changes since the last
release:
1.3.1 2015/02/23
Fix bug #97: Add ability to change envelope sender, client IP
address, client hostname, and HELO value used in test
mode, via environment variables. This can be turned
into something more formal in a later release. Suggested
by Andreas Schulze.
Fix bug #102: Don't lose SPF results and output the "-1" default. (Only the first 15 lines of the commit message are shown above ) |
1.3.0_1 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
1.3.0_1 02 Oct 2014 11:17:15 |
robak |
mail/opendmarc: add SPF option
PR: 192999
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk>
Reviewed by: maintainer
Approved by: mentors (implicit) |
1.3.0 01 Aug 2014 17:43:42 |
pi |
mail/opendmarc: 1.2.0 -> 1.3.0
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. Suggested by Robbert Klarenbeek.
Fix bug #72: Don't crash when From fields are absent. Patch from
Andreas Schulze.
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 (Only the first 15 lines of the commit message are shown above ) |
1.2.0_1 27 Jun 2014 09:48:01 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.2.0 16 Mar 2014 10:59:18 |
pawel |
- Update to version 1.2.0, support staging [1]
- More precise LICENSE
- Fix shebangs in perl scripts
- Strip library
PR: ports/187608 [1]
Submitted by: maintainer |
1.1.3 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.1.3 28 Jun 2013 19:55:52 |
lippe |
OpenDMARC is an open source implementation of Domain-based Message
Authentication, Reporting & Conformance, or DMARC. It builds on the
successes of technologies such as DomainKeys Identified Mail (DKIM)
and the Sender Policy Framework (SPF) to create an infrastructure
that enforces policy on domain names that are visible to end users,
and creates a feedback framework for identifying and tracking
fraudulent use of domain names in email.
It includes a library for handling DMARC record parsing,
a database schema and tools for aggregating and processing transaction
history to produce DMARC reports, and a filter that ties it all together
with an MTA using the milter protocol.
WWW: http://www.trusteddomain.org/opendmarc.html
PR: ports/177486
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> |