From 3a3f6eb94bcb08f84c65e7648fc969ce5c3397bb Mon Sep 17 00:00:00 2001 From: Kyle Ondy Date: Thu, 28 Jul 2016 14:00:32 -0400 Subject: [PATCH] docker run --rm -it tvial/docker-mailserver:latest sh -c "dovecot --version" 2.2.9 --- Configure-Sieve-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure-Sieve-filters.md b/Configure-Sieve-filters.md index debd017..bae29d0 100644 --- a/Configure-Sieve-filters.md +++ b/Configure-Sieve-filters.md @@ -33,7 +33,7 @@ For more examples or a detailed description of the Sieve language have a look at ### Manage Sieve -The [Manage Sieve](http://wiki1.dovecot.org/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](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. ``` (docker-compose.yml)