MyNixOS website logo
option

services.dovecot2.settings.auth_mechanisms

Here you can supply a space-separated list of the authentication mechanisms you wish to use.

See https://doc.dovecot.org/latest/core/summaries/settings.html#auth_mechanisms.

Declarations
Type
(attribute set of boolean) or list of string
Default
[
  "plain"
  "login"
]