From d186874ced515781bd53730b6c191d6dff4b231f Mon Sep 17 00:00:00 2001 From: Jonathan Medding Date: Sat, 26 Apr 2014 06:34:24 +0200 Subject: [PATCH 1/2] Added DKIM and SPF testing tool. Added DKIM and SPF testing tool to 'Checking that it worked' section. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d36ebe0a..6e574771 100644 --- a/docs/index.md +++ b/docs/index.md @@ -66,4 +66,4 @@ If you want to set up a desktop mail client like Thunderbird, your IMAP and SMTP Checking that it Worked ----------------------- -... +You can also debug your DKIM (and SPF) settings with e.g. [this tool](http://www.brandonchecketts.com/emailtest.php). From cfa3e9594e9f08ac9321247a81c8b47e9869a813 Mon Sep 17 00:00:00 2001 From: Jonathan Medding Date: Sat, 26 Apr 2014 07:28:34 +0200 Subject: [PATCH 2/2] Added additional DNS checker http://pingability.com/zoneinfo.jsp for checking DNS and MX servers. --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 6e574771..c98bd014 100644 --- a/docs/index.md +++ b/docs/index.md @@ -67,3 +67,4 @@ Checking that it Worked ----------------------- You can also debug your DKIM (and SPF) settings with e.g. [this tool](http://www.brandonchecketts.com/emailtest.php). +[This site](http://pingability.com/zoneinfo.jsp) will also give useful information about your DNS and mail servers.