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
TOML value
Default
{ }
Example
{
  HOST = "localhost";
  USERNAME = "[email protected]";
  INBOXPREFIX = "INBOX/";
}