Skip to content

Saslauthd

services.saslauthd.config

Configuration to use for Cyrus SASL authentication daemon. Type: strings concatenated with "\n"

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/system/saslauthd.nix

services.saslauthd.enable

Whether to enable saslauthd, the Cyrus SASL authentication daemon. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/system/saslauthd.nix

services.saslauthd.mechanism

Auth mechanism to use Type: string

Default

"pam"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/system/saslauthd.nix

services.saslauthd.package

The bin package to use. Type: package

Default

pkgs.cyrus_sasl.bin

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/system/saslauthd.nix