services.rspamd-trainer.settings

IMAP authentication configuration for rspamd-trainer. For supplying the IMAP password, use the secrets option.

Type
open submodule of (TOML value)
Default
{ }
Example
{
  HOST = "localhost";
  USERNAME = "spam@example.com";
  INBOXPREFIX = "INBOX/";
}
Declared
<nixpkgs/nixos/modules/services/mail/rspamd-trainer.nix>