Skip to content

Commit

Permalink
Add links to google's web based dig tool (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmayer committed Dec 22, 2020
1 parent 8090e48 commit 47a77bc
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions help/dns_verification/dns_verification.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. _doc_dnsverification:
.. _Dashboard: https://mailsac.com/dashboard
.. _Domains: https://mailsac.com/domains
.. _web based dig: https://toolbox.googleapps.com/apps/dig/

DNS Verification
================
Expand All @@ -10,6 +11,13 @@ When configuring a :ref:`BYO Domain <section_byod_configuration>` DKIM and SPF
records are required to confirm domain ownership and enable outbound mail. MX
records are required to receive mail at Mailsac.

Tools to Verify DNS Records
---------------------------

The command line tool `dig`, which is standard on most Linux distros
and OSX, can be used to verify DNS records. Google hosts an `online
version of dig <web based dig_>`_.

MX Record Verification
----------------------

Expand All @@ -23,8 +31,9 @@ MX dogtreats.msdc.co 1 in.mailsac.com
MX dogtreats.msdc.co 5 alt.mailsac.com
======== ================= ==================

To verify a domain's MX Records the command line tool `dig` can be used.
In this example, the domain `dogtreats.msdc.co` is being used.
To verify a domain's MX Records the command line tool `dig`
(`web based dig`_) can be used. In this example, the domain
`dogtreats.msdc.co` is being used.

.. code-block:: bash
Expand All @@ -48,7 +57,7 @@ TXT mailsacrelay._domainkey.dogtreats.msdc.co. v=DKIM1; k=rsa; p=MI....
======== ========================================== ========================

DKIM Records are a DNS TXT record and can be queried using the command line
tool `dig`.
tool `dig` (`web based dig`_).

.. code-block:: bash
Expand All @@ -72,7 +81,7 @@ TXT dogtreats.msdc.co. v=spf1 include:relays.mailsac.com ~all
======== =================== ======================================

SPF Records are a DNS TXT record and can be queried using the command line
tool `dig`.
tool `dig` (`web based dig`_).

.. code-block:: bash
Expand All @@ -81,4 +90,4 @@ tool `dig`.
.. image:: dig_spf_record.png

The values in the `ANSWER SECTION` shows that the record is configured
correctly because it corresponds to the value in in the table above.
correctly because it corresponds to the value in in the table above.

0 comments on commit 47a77bc

Please sign in to comment.