MyNixOS website logo
option

services.maddy.ensureAccounts

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.

Declarations
Type
list of string
Default
[ ]
Example
[
  "user1@localhost"
  "user2@localhost"
]