MyNixOS website logo
option

services.rspamd-trainer.settings

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

Declarations
Type
open submodule of (TOML value)
Default
{ }
Example
{
  HOST = "localhost";
  USERNAME = "[email protected]";
  INBOXPREFIX = "INBOX/";
}