We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00c65c commit ecab186Copy full SHA for ecab186
docs/core/plugins/imap_sieve.md
@@ -108,6 +108,25 @@ This plugin registers the `imapsieve` extension with the Sieve
108
interpreter. This extension is enabled implicitly, which means that it
109
does not need to be added to the [[setting,sieve_extensions]] setting.
110
111
+## Example Configuration
112
+
113
+```[dovecot.conf]]]
114
+imapsieve_from Spam {
115
+ sieve_script ham {
116
+ type = before
117
+ cause = copy
118
+ path = /etc/dovecot/sieve/ham.sieve
119
+ }
120
+}
121
+mailbox Spam {
122
+ sieve_script spam {
123
124
125
+ path = /etc/dovecot/sieve/spam.sieve
126
127
128
+```
129
130
## Settings
131
132
### imap-sieve
0 commit comments