MyNixOS website logo
option

services.dovecot2.mailPlugins.globally

Additional entries to add to the mail_plugins variable for all protocols.

Declarations
Type
submodule
Default
{
  enable = [ ];
}
Example
{
  enable = [
    "virtual"
  ];
}