From 7dc731bebd5ec1978fd16f8ef6c6b8a1eccd6fd4 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Tue, 5 Sep 2017 15:16:41 +0800 Subject: [PATCH] Typo. --- en_US/howto/ldap.bulk.create.mail.users.md | 2 +- html/ldap.bulk.create.mail.users.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US/howto/ldap.bulk.create.mail.users.md b/en_US/howto/ldap.bulk.create.mail.users.md index c68d2e68..31be42a2 100644 --- a/en_US/howto/ldap.bulk.create.mail.users.md +++ b/en_US/howto/ldap.bulk.create.mail.users.md @@ -25,7 +25,7 @@ iRedMail ships 2 scripts to help you create many mail users quickly. * Password scheme is defined in variable `PASSWORD_SCHEME` (or `CRYPT_MECH` in old iRedMail releases), default is `SSHA`. * Per-user mailbox quota is defined in variable `QUOTA`, default is - `1048576000` (100 MB, equals to 100 * 1024 * 1024). + `104857600` (100 MB, equals to 100 * 1024 * 1024). * Maildir path is hashed like `domain.ltd/u/s/e/username-20150929`. If you prefer `domain.ltd/username/`, please set `MAILDIR_STYLE='normal'`. * Mailbox storage path is defined in variable `STORAGE_BASE_DIRECTORY`, default diff --git a/html/ldap.bulk.create.mail.users.html b/html/ldap.bulk.create.mail.users.html index 31c7890e..3bb58151 100644 --- a/html/ldap.bulk.create.mail.users.html +++ b/html/ldap.bulk.create.mail.users.html @@ -42,7 +42,7 @@
  • Password scheme is defined in variable PASSWORD_SCHEME (or CRYPT_MECH in old iRedMail releases), default is SSHA.
  • Per-user mailbox quota is defined in variable QUOTA, default is - 1048576000 (100 MB, equals to 100 * 1024 * 1024).
  • + 104857600 (100 MB, equals to 100 * 1024 * 1024).
  • Maildir path is hashed like domain.ltd/u/s/e/username-20150929. If you prefer domain.ltd/username/, please set MAILDIR_STYLE='normal'.
  • Mailbox storage path is defined in variable STORAGE_BASE_DIRECTORY, default