services.dovecot2.imapsieve.mailbox.*.after

When an IMAP event of interest occurs, this sieve script is executed after any user script respectively.

This setting each specify the location of a single sieve script. The semantics of this setting is similar to sieve_after: the specified scripts form a sequence together with the user script in which the next script is only executed when an (implicit) keep action is executed.

Type
null or absolute path
Default
null
Example
./report-spam.sieve
Declared
<nixpkgs/nixos/modules/services/mail/dovecot.nix>