services.maddy.ensureAccounts

NixOS option

List of IMAP accounts which get automatically created. Note that for a complete setup, user credentials for these accounts are required and can be created using the ensureCredentials option. This option does not delete accounts which are not (anymore) listed.

type: list of string
Default
[ ]
Example
[
  "user1@localhost"
  "user2@localhost"
]
declared in: nixos/modules/services/mail/maddy.nixView source on NixOS/nixpkgs →