Typo in en_US/faq/backup.restore.md.

This commit is contained in:
Zhang Huangbin 2015-08-20 15:50:55 +08:00
parent 33257fc204
commit 642045e48c
2 changed files with 8 additions and 4 deletions

View File

@ -37,14 +37,16 @@ Notes:
in backup scripts, default is `/var/vmail/backup`.
* SQL backup is plain SQL file, LDAP backup is plain LDIF file.
* Backup files are compressed with `bzip2` by default, you can decompress them
with command `bunzip2`. for example, `bunzip file_name.bz2`.
with command `bunzip2`. for example, `bunzip2 file_name.bz2`.
* It's ok to run the backup scripts manually.
### Backup additional data manually
* DKIM keys. They're stored under `/var/lib/dkim/` by default. If you don't
backup them, it's ok to generate new keys and you must update DNS record
(`dkim._domainkey.[YOUR_MAIL_DOMAIN]`) with new DKIM key.
(`dkim._domainkey.[YOUR_MAIL_DOMAIN]`) with new DKIM key. Refer to another
document to generate DKIM key and update DNS record:
[Sign DKIM signature on outgoing emails for new mail domain](./sign.dkim.signature.for.new.domain.html).
* OpenLDAP backend:

View File

@ -58,7 +58,7 @@ defined as cron jobs with below commands:</p>
in backup scripts, default is <code>/var/vmail/backup</code>.</li>
<li>SQL backup is plain SQL file, LDAP backup is plain LDIF file.</li>
<li>Backup files are compressed with <code>bzip2</code> by default, you can decompress them
with command <code>bunzip2</code>. for example, <code>bunzip file_name.bz2</code>.</li>
with command <code>bunzip2</code>. for example, <code>bunzip2 file_name.bz2</code>.</li>
<li>It's ok to run the backup scripts manually.</li>
</ul>
<h3 id="backup-additional-data-manually">Backup additional data manually</h3>
@ -66,7 +66,9 @@ defined as cron jobs with below commands:</p>
<li>
<p>DKIM keys. They're stored under <code>/var/lib/dkim/</code> by default. If you don't
backup them, it's ok to generate new keys and you must update DNS record
(<code>dkim._domainkey.[YOUR_MAIL_DOMAIN]</code>) with new DKIM key.</p>
(<code>dkim._domainkey.[YOUR_MAIL_DOMAIN]</code>) with new DKIM key. Refer to another
document to generate DKIM key and update DNS record:
<a href="./sign.dkim.signature.for.new.domain.html">Sign DKIM signature on outgoing emails for new mail domain</a>.</p>
</li>
<li>
<p>OpenLDAP backend:</p>