Emphasize that DKIM record should be added to 'dkim._domainkey.[mydomain.com]', not [mydomain.com].

This commit is contained in:
Zhang Huangbin 2015-10-22 20:26:42 +08:00
parent 3e1e80543f
commit a63b341017
2 changed files with 13 additions and 4 deletions

View File

@ -226,8 +226,12 @@ __Note__: BIND ([The most widely used Name Server Software](http://www.isc.org/d
can handle this kind of multi-line format, so you can paste it in your domain
zone file directly.
* Add a `TXT` type DNS record, set value to the line you copied above:
`v=DKIM1; p=...`.
* Add a `TXT` type DNS record for domain name `dkim._domainkey.mydomain.com`,
set value to the line you copied above: `v=DKIM1; p=...`.
> WARNING: A usual mistake is adding this DKIM record to domain name
> `mydomain.com`, this is wrong. Please make sure you added to domain name
> `dkim._domainkey.mydomain.com`.
* After you added this in DNS, type below command to verify it:

View File

@ -229,8 +229,13 @@ can handle this kind of multi-line format, so you can paste it in your domain
zone file directly.</p>
<ul>
<li>
<p>Add a <code>TXT</code> type DNS record, set value to the line you copied above:
<code>v=DKIM1; p=...</code>.</p>
<p>Add a <code>TXT</code> type DNS record for domain name <code>dkim._domainkey.mydomain.com</code>,
set value to the line you copied above: <code>v=DKIM1; p=...</code>.</p>
<blockquote>
<p>WARNING: A usual mistake is adding this DKIM record to domain name
<code>mydomain.com</code>, this is wrong. Please make sure you added to domain name
<code>dkim._domainkey.mydomain.com</code>.</p>
</blockquote>
</li>
<li>
<p>After you added this in DNS, type below command to verify it:</p>