MyNixOS website logo
option

services.dovecot2.pluginSettings

Plugin settings for dovecot in general, e.g. sieve, sieve_default, etc.

Some of the other knobs of this module will influence by default the plugin settings, but you can still override any plugin settings.

If you override a plugin setting, its value is cleared and you have to copy over the defaults.

Declarations
Type
attribute set of (string or package)
Default
{ }
Example
{
  sieve = "file:~/sieve;active=~/.dovecot.sieve";
}