Update "Manage Sieve" link

This commit is contained in:
Patrizio Bekerle 2020-12-11 10:18:01 +01:00
parent cee1b06d0e
commit ccd99636e8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ For more examples or a detailed description of the Sieve language have a look at
### Manage Sieve
The [Manage Sieve](http://wiki2.dovecot.org/Pigeonhole/ManageSieve) extension allows users to modify their Sieve script by themselves. The authentication mechanisms are the same as for the main dovecot service. ManageSieve runs on port `4190` and needs to be enabled using the `ENABLE_MANAGESIEVE=1` environment variable.
The [Manage Sieve](https://doc.dovecot.org/admin_manual/pigeonhole_managesieve_server/) extension allows users to modify their Sieve script by themselves. The authentication mechanisms are the same as for the main dovecot service. ManageSieve runs on port `4190` and needs to be enabled using the `ENABLE_MANAGESIEVE=1` environment variable.
```
(docker-compose.yml)