This commit is contained in:
Zhang Huangbin 2016-02-05 10:50:13 +09:00
parent 4d8b96218c
commit 64238b8983
2 changed files with 6 additions and 4 deletions

View File

@ -215,8 +215,9 @@ tell amavisd the correct path of its config file. For example:
# amavisd -c /etc/amavisd/amavisd.conf showkeys
```
* Copy output of above command into one line, like below. It will be the value
of DKIM DNS record.
* Copy output of command above into one line like below, remove all quotes, but
keep `;`. __we just need strings inside the `()` block__, it's the value of
DKIM DNS record.
```
v=DKIM1; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYArsr2BKbdhv9efugBy...

View File

@ -219,8 +219,9 @@ tell amavisd the correct path of its config file. For example:</p>
</code></pre>
<ul>
<li>Copy output of above command into one line, like below. It will be the value
of DKIM DNS record.</li>
<li>Copy output of command above into one line like below, remove all quotes, but
keep <code>;</code>. <strong>we just need strings inside the <code>()</code> block</strong>, it's the value of
DKIM DNS record.</li>
</ul>
<pre><code>v=DKIM1; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYArsr2BKbdhv9efugBy...
</code></pre>