Skip to content

Commit

Permalink
configuration_manual/namespace: Update to the new namespace+= syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Jan 17, 2024
1 parent 02b84f1 commit abda93b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/configuration_manual/namespace/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,16 +298,16 @@ Values From userdb
==================

To change namespace settings from userdb, you need to return
``namespace/<name>/setting=value``. To create a namespace, make sure you first
return ``namespace=<name>[,<name>,...]`` and settings after this. Note that the
``namespace`` setting must list all the namespaces that are used - there's
currently no way to simply add a namespace.
``namespace/<name>/setting+=value``. To create a namespace, make sure you first
return ``namespace+=<name>[,<name>,...]`` and settings after this. This adds
a new given namespace. Without ``+`` all the namespaces are replaced with the
given list.

::

userdb {
driver = static
args = namespace=inbox,special namespace/special/mail_path=/var/special/%u namespace/special/prefix=special/
args = namespace+=special namespace/special/mail_path=/var/special/%u namespace/special/prefix=special/
}

Dovecot Support for Shared Mailboxes
Expand Down

0 comments on commit abda93b

Please sign in to comment.