Mention 0 for unlimited mailbox quota.

This commit is contained in:
Zhang Huangbin 2020-07-12 22:52:50 +08:00
parent 3b30ec749c
commit 2b118875d5
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Notes:
* Password scheme is defined in variable `PASSWORD_SCHEME`, default is `SSHA512`.
`BCRYPT` is recommended on FreeBSD and OpenBSD.
* Per-user mailbox quota is defined in variable `DEFAULT_QUOTA`, default is
`1024` (1 GB).
`1024` (MB). Use `0` for unlimited quota.
* 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

@ -65,7 +65,7 @@ sql> \i output.sql;
<li>Password scheme is defined in variable <code>PASSWORD_SCHEME</code>, default is <code>SSHA512</code>.
<code>BCRYPT</code> is recommended on FreeBSD and OpenBSD.</li>
<li>Per-user mailbox quota is defined in variable <code>DEFAULT_QUOTA</code>, default is
<code>1024</code> (1 GB).</li>
<code>1024</code> (MB). Use <code>0</code> for unlimited quota.</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