Fix various issues in the storage option descriptiosn

Especially a mistake where I confused rst and markdown syntax for
referencing options.
This commit is contained in:
Martin Weinelt
2026-03-25 18:32:54 +01:00
parent 07e82e06d8
commit 0e176193a2
+5 -6
View File
@@ -805,8 +805,7 @@ in
- /var/vmail/example.com/user/.folder.subfolder/ (Maildir++ layout)
- /var/vmail/example.com/user/folder/subfolder/ (FS layout)
See <https://doc.dovecot.org/main/core/config/mailbox_formats/maildir.html#directory-layout>
See https://doc.dovecot.org/main/core/config/mailbox_formats/maildir.html#maildir-mailbox-format for details.
See <https://doc.dovecot.org/main/core/config/mailbox_formats/maildir.html#directory-layout> for further details.
'';
};
@@ -821,7 +820,7 @@ in
:::{warning}
If you change this value you also need to manually adjust the
permissions of your :option:`mailserver.storage.path`.
ownership of your {option}`mailserver.storage.path`.
:::
'';
};
@@ -830,7 +829,7 @@ in
type = types.str;
default = "virtualMail";
description = ''
The name of the user that owns the :option:`mailserver.storage.path`.
The name of the user that owns the {option}`mailserver.storage.path`.
'';
};
@@ -845,7 +844,7 @@ in
:::{warning}
If you change this value you also need to manually adjust the
permissions of your :option:`mailserver.storage.path`.
ownership of your {option}`mailserver.storage.path`.
:::
'';
};
@@ -855,7 +854,7 @@ in
default = "virtualMail";
description = ''
The primary group name of the user that owns the
:option:`mailserver.storage.path`.
{option}`mailserver.storage.path`.
'';
};
};