diff --git a/en_US/iredadmin/0-iredadmin-pro.restful.api-new.md b/en_US/iredadmin/0-iredadmin-pro.restful.api-new.md index 82a38b9b..1485ddc6 100644 --- a/en_US/iredadmin/0-iredadmin-pro.restful.api-new.md +++ b/en_US/iredadmin/0-iredadmin-pro.restful.api-new.md @@ -310,6 +310,7 @@ Notes: `language` | Preferred language of iRedAdmin web UI | `language=en_US` `quota` | Mailbox quota (in MB) | `quota=1024` `mailbox_format` | Mailbox format. e.g. `maildir`, `mdbox`. Defaults to `maildir` if not present. For more details, please read Dovecot document: | `mailbox_format=mdbox` + `mailbox_folder` | Mailbox folder name (case sensitive) which will be appended to user's home path. Defaults to `Maildir`. It's not recommended to change this if you're using mailbox format `maildir`. | `mailbox_folder=Maildir` @@ -339,6 +340,8 @@ Notes: `services` | Reset per-user enabled mail services to given values. Conflicts with parameter `addService` and `removeService`. See additional notes below. | `services=mail,smtp,pop3,imap` `addService` | Add new per-user enabled mail service(s). Multiple values must be separated by comma. Conflicts with parameter `services`. See additional notes below. | `addService=vpn,owncloud` `removeService` | Add new per-user enabled mail service(s). Multiple values must be separated by comma. Conflicts with parameter `services`. See additional notes below. | `removeService=forward,senderbcc` + `mailbox_format` | Mailbox format. e.g. `maildir`, `mdbox`. Defaults to `maildir` if not present. For more details, please read Dovecot document: | `mailbox_format=mdbox` + `mailbox_folder` | Mailbox folder name (case sensitive) which will be appended to user's home path. Defaults to `Maildir`. It's not recommended to change this if you're using mailbox format `maildir`. | `mailbox_folder=Maildir` !!! attention diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md b/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md index 2a711ca5..72dceed8 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md @@ -183,21 +183,12 @@ different mailbox format, or set different mailbox for new user. If you use different mailbox format, you need to set mailbox format to the one you're using. -Download SQL template file used to update SQL database: +Download SQL template file and import it: ``` cd /root/ -wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail.pgsql -``` - -Connect to PostgreSQL server as `postgres` user and import the SQL file: -* on Linux, it's `postgres` user -* on FreeBSD, it's `pgsql` user -* on OpenBSD, it's `_postgresql` user - - -``` -mysql vmail < /root/iredmail.pgsql +wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail.mysql +mysql vmail < /root/iredmail.mysql ``` ### Dovecot: read mailbox format from SQL diff --git a/html/iredadmin-pro.restful.api-new.html b/html/iredadmin-pro.restful.api-new.html index 4e0f7d01..93d7f323 100644 --- a/html/iredadmin-pro.restful.api-new.html +++ b/html/iredadmin-pro.restful.api-new.html @@ -885,6 +885,11 @@ to be a domain admin.

Mailbox format. e.g. maildir, mdbox. Defaults to maildir if not present. For more details, please read Dovecot document: https://wiki2.dovecot.org/MailboxFormat mailbox_format=mdbox + +mailbox_folder +Mailbox folder name (case sensitive) which will be appended to user's home path. Defaults to Maildir. It's not recommended to change this if you're using mailbox format maildir. +mailbox_folder=Maildir + @@ -999,6 +1004,16 @@ to be a domain admin.

Add new per-user enabled mail service(s). Multiple values must be separated by comma. Conflicts with parameter services. See additional notes below. removeService=forward,senderbcc + +mailbox_format +Mailbox format. e.g. maildir, mdbox. Defaults to maildir if not present. For more details, please read Dovecot document: https://wiki2.dovecot.org/MailboxFormat +mailbox_format=mdbox + + +mailbox_folder +Mailbox folder name (case sensitive) which will be appended to user's home path. Defaults to Maildir. It's not recommended to change this if you're using mailbox format maildir. +mailbox_folder=Maildir +
diff --git a/html/upgrade.iredmail.0.9.8-0.9.9.html b/html/upgrade.iredmail.0.9.8-0.9.9.html index 499b7b00..2d508222 100644 --- a/html/upgrade.iredmail.0.9.8-0.9.9.html +++ b/html/upgrade.iredmail.0.9.8-0.9.9.html @@ -210,16 +210,10 @@ different mailbox format, or set different mailbox for new user.

If you use different mailbox format, you need to set mailbox format to the one you're using.

-

Download SQL template file used to update SQL database:

+

Download SQL template file and import it:

cd /root/
-wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail.pgsql
-
- -

Connect to PostgreSQL server as postgres user and import the SQL file: - on Linux, it's postgres user - on FreeBSD, it's pgsql user -* on OpenBSD, it's _postgresql user

-
mysql vmail < /root/iredmail.pgsql
+wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail.mysql
+mysql vmail < /root/iredmail.mysql
 

Dovecot: read mailbox format from SQL