Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/core/plugins/sieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ recognized (others are defined by the [[plugin,sieve-imapsieve]] plugin):

The `personal` storage serves as the user's main personal storage. Although more
than a single `personal` storage can be defined, only the first one listed in
the configuration is used.
the configuration is used.

The LDA Sieve plugin uses the personal storage to find the active script for
Sieve filtering at delivery. If the storage supports storing more than a single
Expand Down Expand Up @@ -149,7 +149,7 @@ storages are defined in the configuration, unless the order is overridden by the

This is usually a global script, so be sure to pre-compile the specified
script manually in that case using the sievec command line tool, as
explained by [[man,sievec]].`
explained by [[man,sievec]].

#### `before` {#script-storage-type-before}

Expand All @@ -162,15 +162,15 @@ script or scripts are run **before** user's personal script (instead of
The `default` storage yields the sieve script that gets executed **only** if
the user's personal Sieve script does not exist. Although more
than a single `default` storage can be defined, only the first one listed in
the configuration is used.
the configuration is used.

If [[setting,sieve_script_name]] is set for this script storage, the default
script can be seen and accessed by this name through ManageSieve (and
doveadm sieve). See below ([[link,sieve_visible_default_script]]).

This is usually a global script, so be sure to pre-compile the specified
script manually in that case using the sievec command line tool, as
explained by [[man,sievec]].`
explained by [[man,sievec]].

#### `discard` {#script-storage-type-discard}

Expand Down
4 changes: 4 additions & 0 deletions docs/installation/upgrade/2.3-to-2.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ https://github.com/dovecot/tools/blob/main/dovecot-2.4.0-example-config.tar.gz

## Dovecot CE

### Required Admin Actions

<!-- @include: include/2.4-sieve.inc -->

### Configuration Changes

<!-- @include: include/2.4-redesign.inc -->
Expand Down
3 changes: 3 additions & 0 deletions docs/installation/upgrade/include/2.4-sieve.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Sieve

Global Sieve scripts must be recompiled. See [[link,sievec]].