1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-30 04:27:01 +00:00

moving over helpful test sites from the old doc file

see ef40f9247d
This commit is contained in:
Joshua Tauberer 2014-07-06 11:27:15 -04:00
parent 158d9ffa4a
commit ceeb281ef7

View File

@ -126,6 +126,8 @@
<li><a href="#mail-users">Adding Email Addresses</a></li>
<li><a href="#ssl">SSL Certificate</a></li>
<li><a href="#dnssec">DNSSEC</a></li>
<li><a href="#other">Other</a></li>
<li><a href="#checks">Systems Checks</a></li>
</ul>
</div>
</div>
@ -354,6 +356,17 @@ cd mailinabox</pre>
<li>Backup your mail.</li>
</ul>
<h2 id="checks">Systems Checks</h2>
<p>If you want to double-check that your system is configured correctly, here are some tools:</p>
<ul>
<li>DNS: <a href="http://pingability.com/zoneinfo.jsp">pingability.com/zoneinfo</a></li>
<li>DKIM and SPF: <a href="http://www.brandonchecketts.com/emailtest.php">brandonchecketts.com/emailtest</a></li>
<li>SSL: <a href="https://www.ssllabs.com/ssltest/analyze.html">ssllabs.com</a></li>
</ul>
<p>There are also Python scripts in the <code>tests</code> directory on github for automated testing.</p>
<div class="hidden-xs" style="height: 200px"> </div>