services.dovecot2.settings.auth_mechanisms

NixOS option

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.

type: (attribute set of boolean) or list of string
Default
[
  "plain"
  "login"
]
declared in: nixos/modules/services/mail/dovecot.nixView source on NixOS/nixpkgs →