Subscribe

How to install opendmarc in CentOS/RHEL 8 (x86_64)

A Domain-based Message Authentication, Reporting & Conformance (DMARC) milter and library

Install

sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install opendmarc

Description

OpenDMARC (Domain-based Message Authentication, Reporting & Conformance) provides an open source library that implements the DMARC verification service plus a milter-based filter application that can plug in to any milter-aware MTA, including sendmail, Postfix, or any other MTA that supports the milter protocol. The DMARC sender authentication system is still a draft standard, working towards RFC status. The database schema required for some functions is provided in /usr/share/opendmarc/db. The rddmarc tools are provided in /usr/share/opendmarc/contrib/rddmarc.

RPMs

Adam Williamson (2019-10-04) - Update to 1.3.2 final (belatedly) · - Drop patches merged upstream · - Backport proposed fix for upstream #227 (RHBZ #1673293) · - Backport proposed fix for CVE-2019-16378 (RHBZ #1753082 and #1753081) · - Ship database schema and rddmarc bits (#1415753)