Next: , Previous: managesieve, Up: Uploaders


4.2 timsieved_fs

timsieved_fs puts the files on the right place in the filesystem, where they would be put upon upload by curus' timsieved . timsieved_fs does not generate bytecode for the scripts, just creates empty .bc files and symlink from them to default. This link is the internal way for timsieved to mark scripts as activated.

Please note, that the "rigth place" does work only for single domain installations.

Configuration

The timsieved_fs module is adjusted within the [timsieved_fs] section of the configuration file.

sievedir
The home where sieve Script are installed. A script comes in the directory sievedir/?/?user/, where ? is the first character of the user, for which the script is installed.
extensions
The supported extensions by the sieve interpereter (could be used for script generation, but is currently not).
owner
The number of the owner (uid), who will own the files after installation, with umask 600.
group
The number of the group (gid), which will own the files after installation.