Add TOC in sign.dkim.signature.for.new.domain.html.

This commit is contained in:
Zhang Huangbin 2014-10-11 15:42:05 +08:00
parent 0d25917c08
commit 089e833e76
2 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Sign DKIM signature on outgoing emails for new mail domain
[TOC]
> Don't know where Amavisd config file is? check this tutorial:
> [Locations of configuration and log files of mojor components](file.locations.html#amavisd).

View File

@ -11,6 +11,17 @@
// <a href="./index.html">Document Index</a>
</div><h1 id="sign-dkim-signature-on-outgoing-emails-for-new-mail-domain">Sign DKIM signature on outgoing emails for new mail domain</h1>
<div class="toc">
<ul>
<li><a href="#sign-dkim-signature-on-outgoing-emails-for-new-mail-domain">Sign DKIM signature on outgoing emails for new mail domain</a><ul>
<li><a href="#use-existing-dkim-key-for-new-mail-domain">Use existing DKIM key for new mail domain</a></li>
<li><a href="#generate-new-dkim-key-for-new-mail-domain">Generate new DKIM key for new mail domain</a></li>
<li><a href="#use-one-dkim-key-for-all-mail-domains-without-updating-amavisd-config-file">Use one DKIM key for all mail domains without updating Amavisd config file</a></li>
<li><a href="#see-also">See also</a></li>
</ul>
</li>
</ul>
</div>
<blockquote>
<p>Don't know where Amavisd config file is? check this tutorial:
<a href="file.locations.html#amavisd">Locations of configuration and log files of mojor components</a>.</p>