This commit is contained in:
Zhang Huangbin 2017-09-05 15:16:41 +08:00
parent afedc9c136
commit 7dc731bebd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -42,7 +42,7 @@
<li>Password scheme is defined in variable <code>PASSWORD_SCHEME</code> (or <code>CRYPT_MECH</code> in
old iRedMail releases), default is <code>SSHA</code>.</li>
<li>Per-user mailbox quota is defined in variable <code>QUOTA</code>, default is
<code>1048576000</code> (100 MB, equals to 100 * 1024 * 1024).</li>
<code>104857600</code> (100 MB, equals to 100 * 1024 * 1024).</li>
<li>Maildir path is hashed like <code>domain.ltd/u/s/e/username-20150929</code>. If you
prefer <code>domain.ltd/username/</code>, please set <code>MAILDIR_STYLE='normal'</code>.</li>
<li>Mailbox storage path is defined in variable <code>STORAGE_BASE_DIRECTORY</code>, default