From 642045e48c0dc6f9123f1d72712063181ff9f15a Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Thu, 20 Aug 2015 15:50:55 +0800 Subject: [PATCH] Typo in en_US/faq/backup.restore.md. --- en_US/faq/backup.restore.md | 6 ++++-- html/backup.restore.html | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/en_US/faq/backup.restore.md b/en_US/faq/backup.restore.md index 16306905..7f190242 100644 --- a/en_US/faq/backup.restore.md +++ b/en_US/faq/backup.restore.md @@ -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: diff --git a/html/backup.restore.html b/html/backup.restore.html index f98892d3..eceb499f 100644 --- a/html/backup.restore.html +++ b/html/backup.restore.html @@ -58,7 +58,7 @@ defined as cron jobs with below commands:

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

    @@ -66,7 +66,9 @@ defined as cron jobs with below commands:

  • 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.

  • OpenLDAP backend: