Stalwart mail
services.stalwart-mail.enable
Whether to enable the Stalwart all-in-one email server.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/mail/stalwart-mail.nix
services.stalwart-mail.openFirewall
Whether to open TCP firewall ports, which are specified in
{option}services.stalwart-mail.settings.listener
on all interfaces.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/mail/stalwart-mail.nix
services.stalwart-mail.package
The stalwart-mail package to use.
Type: package
Default
pkgs.stalwart-mail
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/mail/stalwart-mail.nix
services.stalwart-mail.settings
Configuration options for the Stalwart email server. See https://stalw.art/docs/category/configuration for available options.
By default, the module is configured to store everything locally.
Type: TOML value
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/mail/stalwart-mail.nix