services.dovecot2.imapsieve.mailbox.*.causes

NixOS option

Only execute the administrator Sieve scripts for the mailbox configured with services.dovecot2.imapsieve.mailbox..name when one of the listed IMAPSIEVE causes apply. This has no effect on the user script, which is always executed no matter the cause.

type: list of (one of "APPEND", "COPY", "FLAG")
Default
[ ]
Example
[
  "COPY"
  "APPEND"
]
declared in: nixos/modules/services/mail/dovecot.nixView source on NixOS/nixpkgs →