Skip to content

Commit

Permalink
Merge pull request cyrusimap#4886 from tacerus/virtual-domains-unixhi…
Browse files Browse the repository at this point in the history
…erarchysep

Update separator in virtual domain example commands
  • Loading branch information
elliefm authored Apr 18, 2024
2 parents 23b88ca + e20aeb8 commit 3d74034
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docsrc/imap/concepts/features/virtual-domains.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ Names can be qualified

Here are some examples:

* ``cyradm> create user.[email protected]`` - create a user
* ``cyradm> create user.[email protected]`` - create another user
* ``cyradm> setquota user.[email protected] 50000`` - define a quota
* ``cyradm> setaclmailbox user.[email protected] [email protected] read`` - give Mercedes Knight read access to Luke Cage's mailbox
* ``cyradm> create user/[email protected]`` - create a user
* ``cyradm> create user/[email protected]`` - create another user
* ``cyradm> setquota user/[email protected] 50000`` - define a quota
* ``cyradm> setaclmailbox user/[email protected] [email protected] read`` - give Mercedes Knight read access to Luke Cage's mailbox
* ``cyradm> listmailbox *@example.net`` - list all mailboxes in the example.net domain

Each mailbox exists in only one domain

Domains are mutually exclusive
Users only have access to mailboxes within their own domain (intra-domain). The following
example will not work: ``setacl user.[email protected]
example will not work: ``setacl user/[email protected]
[email protected] read``.

Global and Domain admins
Expand Down Expand Up @@ -213,11 +213,11 @@ specifying mailboxes outside of the ``defaultdomain``. Examples

To create a new INBOX for user 'test' in ``defaultdomain``::

cm user.test
cm user/test

To create a new INBOX for user 'test' in domain 'example.com'::

cm user.[email protected]
cm user/[email protected]

To list all mailboxes in domain 'example.com'::

Expand Down

0 comments on commit 3d74034

Please sign in to comment.