services.dovecot2.settings.sieve_script_bin_path
NixOS option
Points to the directory where the compiled binaries for this script location are stored. This directory is created automatically if possible. This option is exclusive to Dovecot 2.4. See https://doc.dovecot.org/latest/core/summaries/settings.html#sieve_script_bin_path.
type: null or stringDefault
declared in: nixos/modules/services/mail/dovecot.nixView source on NixOS/nixpkgs →if isPre24 || !hasPigeonhole
then null
else "/tmp/dovecot-%{user|username|lower}"