Skip to content

Commit

Permalink
configuration_manual: dovemon: Fix indentation in accounts file example
Browse files Browse the repository at this point in the history
The accounts file needs to be valid YAML syntax with host names as the
keys and username/password/masteruser sections as children.
  • Loading branch information
Siavash Tavakoli committed Dec 5, 2023
1 parent 3093c85 commit 4453f0c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/configuration_manual/dovemon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ Test accounts file: ``/etc/dovecot/dovemon.testaccounts.yml``
.. code-block:: none
10.2.2.75:
username: user0001
password: tosivaikeasalasana
username: user0001
password: tosivaikeasalasana
10.2.2.76:
username: user0002
password: tosivaikeasalasana
username: user0002
password: tosivaikeasalasana
For master user authentication, the ``auth`` setting in ``dovemon.yml`` should
Expand All @@ -130,9 +130,9 @@ be set to ``sasl``. Test accounts file:
.. code-block:: none
10.2.2.75:
username: user0001
masteruser: masteruser
password: masterpassword
username: user0001
masteruser: masteruser
password: masterpassword
This file allows configuring a separate test account for each backend. The
Expand Down

0 comments on commit 4453f0c

Please sign in to comment.