iredmail-doc/html/integration.opendmarc.html

100 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Integrate OpenDMARC in iRedMail</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="integrate-opendmarc-in-iredmail">Integrate OpenDMARC in iRedMail</h1>
<div class="toc">
<ul>
<li><a href="#integrate-opendmarc-in-iredmail">Integrate OpenDMARC in iRedMail</a><ul>
<li><a href="#what-are-dmarc-and-opendmarc">What are DMARC and OpenDMARC?</a></li>
<li><a href="#requirements">Requirements</a></li>
<li><a href="#install-opendmarc">Install OpenDMARC</a></li>
<li><a href="#configure-opendmarc">Configure OpenDMARC</a></li>
</ul>
</li>
</ul>
</div>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This is still a DRAFT document, do not apply it on production server.</p>
</div>
<h2 id="what-are-dmarc-and-opendmarc">What are DMARC and OpenDMARC?</h2>
<p>Quote from <a href="https://dmarc.org">DMARC.org</a>:</p>
<blockquote>
<p>DMARC, which stands for <strong>Domain-based Message Authentication, Reporting
&amp; Conformance</strong>, is an email authentication, policy, and reporting protocol.
It builds on the widely deployed SPF and DKIM protocols, adding linkage to
the author (<code>From:</code>) domain name, published policies for recipient handling
of authentication failures, and reporting from receivers to senders, to
improve and monitor protection of the domain from fraudulent email.</p>
</blockquote>
<p>OpenDMARC is a free open source software implementation of the DMARC
specification. Source code hosted on <a href="https://github.com/trusteddomainproject/OpenDMARC">GitHub</a>.</p>
<h2 id="requirements">Requirements</h2>
<ul>
<li>OpenDMARC-1.3.1 is buggy, only the latest OpenDMARC-1.3.2 is required.</li>
<li>Supported OS Linux/BSD distributions:</li>
</ul>
<table>
<thead>
<tr>
<th>Distribution</th>
<th>Releases</th>
<th>Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>CentOS</td>
<td>6, 7</td>
<td>Yum repo <code>epel</code> is required.</td>
</tr>
<tr>
<td>Debian</td>
<td>9, 10</td>
<td></td>
</tr>
<tr>
<td>Ubuntu</td>
<td>18.04</td>
<td>16.04 ships OpenDMARC-1.3.1 which is buggy.</td>
</tr>
<tr>
<td>OpenBSD</td>
<td></td>
<td>The latest 6.5 release doesn't offer opendmarc binary package.</td>
</tr>
<tr>
<td>FreeBSD</td>
<td>11.x, 12.x</td>
<td>Port <code>mail/opendmarc</code>.</td>
</tr>
</tbody>
</table>
<h2 id="install-opendmarc">Install OpenDMARC</h2>
<h2 id="configure-opendmarc">Configure OpenDMARC</h2><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://bitbucket.org/zhb/iredmail-docs/get/tip.tar.bz2">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3293801-21"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-3293801-21');
</script>
</body></html>