MyNixOS website logo
option

services.dovecot2.mailboxes

Configure mailboxes and auto create or subscribe them.

Declarations
Type
(attribute set of (submodule)) or (list of unspecified value) convertible to it
Default
{ }
Example
{
  Spam = { specialUse = "Junk"; auto = "create"; };
}