Merge pull request #93201 from symphorien/dovecot-namespace-mailbox
nixos/dovecot: configure mailboxes for all processes
This commit is contained in:
commit
f26dcb4850
@ -84,11 +84,9 @@ let
|
|||||||
|
|
||||||
(
|
(
|
||||||
optionalString (cfg.mailboxes != {}) ''
|
optionalString (cfg.mailboxes != {}) ''
|
||||||
protocol imap {
|
namespace inbox {
|
||||||
namespace inbox {
|
inbox=yes
|
||||||
inbox=yes
|
${concatStringsSep "\n" (map mailboxConfig (attrValues cfg.mailboxes))}
|
||||||
${concatStringsSep "\n" (map mailboxConfig (attrValues cfg.mailboxes))}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user