services.rspamd-trainer.settings
NixOS option
IMAP authentication configuration for rspamd-trainer. For supplying the IMAP password, use the secrets option.
type: open submodule of (TOML value)Default
{ }Example
declared in: nixos/modules/services/mail/rspamd-trainer.nixView source on NixOS/nixpkgs →{
HOST = "localhost";
USERNAME = "spam@example.com";
INBOXPREFIX = "INBOX/";
}