services.dovecot2.imapsieve.mailbox.*.from

NixOS option

Only execute the administrator Sieve scripts for the mailbox configured with services.dovecot2.imapsieve.mailbox..name when the message originates from the indicated mailbox. This setting supports wildcards with a syntax compatible with the IMAP LIST command, meaning that this setting can apply to multiple or even all (“*”) mailboxes.

type: null or string
Default
null
Example
"*"
declared in: nixos/modules/services/mail/dovecot.nixView source on NixOS/nixpkgs →