This commit is contained in:
Zhang Huangbin 2014-12-15 22:34:46 +08:00
parent 61c42412a7
commit d3b20800af
3 changed files with 18 additions and 16 deletions

View File

@ -2,6 +2,11 @@
* Upgrade iRedAPD: http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Upgrade.iRedAPD
* http://www.iredmail.org/wiki/index.php?title=Integration/PureFTPd.iRedMail.with.OpenLDAP
* which config files must be update if i want to change hostname
* ssl cert/key
* /etc/postfix/main.cf
* /etc/amavisd/amavisd.conf
* How to enable SSHA512/BCRYPT in Dovecot + Roundcubemail.
* How to custom SpamAssassin scores

View File

@ -2,6 +2,10 @@
[TOC]
> Don't know what DKIM is? Check our tutorial here:
> [What is a DKIM DNS record](setup_dns.html#dkim-record-for-your-mail-domain-name).
> Don't know where Amavisd config file is? check this tutorial:
> [Locations of configuration and log files of mojor components](file.locations.html#amavisd).
@ -16,8 +20,9 @@ steps to enable DKIM signing for outgoing emails of this domain.
## Use existing DKIM key for new mail domain
if you already have a working DKIM and valid DKIM DNS record, it's ok to
use this existing DKIM key. This way, you don't need to ask your customer
who owns this new domain to add DKIM DNS record.
use this existing DKIM key to sign emails sent by other hosted mail domains.
This way, you don't need to ask your customer who owns this new domain to add
DKIM DNS record.
* Find below setting in Amavisd config file `amavisd.conf`:
@ -122,8 +127,3 @@ And Amavisd will show a warning message when start amavisd service:
> dkim: wildcard in signing domain (key#1, *), may produce unverifiable
> signatures with no published public key, avoid!
## See also
* Don't know what DKIM is? Check our tutorial here:
[What is a DKIM DNS record](setup_dns.html#dkim-record-for-your-mail-domain-name).

View File

@ -17,12 +17,13 @@
<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 what DKIM is? Check our tutorial here:
<a href="setup_dns.html#dkim-record-for-your-mail-domain-name">What is a DKIM DNS record</a>.</p>
<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>
</blockquote>
@ -34,8 +35,9 @@ should update Amavisd config file to sign DKIM signature for it.</p>
steps to enable DKIM signing for outgoing emails of this domain.</p>
<h2 id="use-existing-dkim-key-for-new-mail-domain">Use existing DKIM key for new mail domain</h2>
<p>if you already have a working DKIM and valid DKIM DNS record, it's ok to
use this existing DKIM key. This way, you don't need to ask your customer
who owns this new domain to add DKIM DNS record.</p>
use this existing DKIM key to sign emails sent by other hosted mail domains.
This way, you don't need to ask your customer who owns this new domain to add
DKIM DNS record.</p>
<ul>
<li>Find below setting in Amavisd config file <code>amavisd.conf</code>:</li>
</ul>
@ -130,12 +132,7 @@ And Amavisd will show a warning message when start amavisd service:</p>
<blockquote>
<p>dkim: wildcard in signing domain (key#1, *), may produce unverifiable
signatures with no published public key, avoid!</p>
</blockquote>
<h2 id="see-also">See also</h2>
<ul>
<li>Don't know what DKIM is? Check our tutorial here:
<a href="setup_dns.html#dkim-record-for-your-mail-domain-name">What is a DKIM DNS record</a>.</li>
</ul><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<!-- Google Analytics -->
</blockquote><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<!-- Google Analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));