Welcome to modoboa-sievefilters’s documentation!¶
This extension lets users create server-side message filters, using the sievelib module (which provides Sieve and ManageSieve clients).
Two different modes are available:
- A raw mode: you create filters using the Sieve language directly (advanced users)
- An assisted mode: you create filters using an intuitive form
Contents:
Setup¶
To use this extension, your hosting setup must include a ManageSieve server and your local delivery agent must understand the Sieve language. Don’t panic, Dovecot supports both :-) (refer to Dovecot to know how to enable those features).
Go the online panel and modify the following parameters in order to communicate with the ManageSieve server:
Name | Description | Default value |
---|---|---|
Server address | Address of your MANAGESIEVE server | 127.0.0.1 |
Server port | Listening port of your MANAGESIEVE server | 4190 |
Connect using STARTTLS | Use the STARTTLS extension | no |
Authentication mechanism | Prefered authentication mechanism | auto |
You also need to indicate where your IMAP server is:
Name | Description | Default value |
---|---|---|
Server address | Address of your IMAP server | 127.0.0.1 |
Use a secured connection | Use a secured connection to access IMAP server | no |
Server port | Listening port of your IMAP server | 143 |