summaryrefslogtreecommitdiff
path: root/dovecot-pigeonhole/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-12-09 18:28:42 +0100
committerEugen Wissner <belka@caraus.de>2020-12-09 18:28:42 +0100
commit2910a89d6c59b997a3896f05c6ad7fb65c26f813 (patch)
tree3d3edebdf32b0c972e8449b82be2c10742395d6c /dovecot-pigeonhole/README
parentbe64bc6dbb9d0f717f7cbdd83d9371de979d4c63 (diff)
downloadslackbuilder-2910a89d6c59b997a3896f05c6ad7fb65c26f813.tar.gz
Add autoupdater
Diffstat (limited to 'dovecot-pigeonhole/README')
-rw-r--r--dovecot-pigeonhole/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/dovecot-pigeonhole/README b/dovecot-pigeonhole/README
deleted file mode 100644
index 84995d1..0000000
--- a/dovecot-pigeonhole/README
+++ /dev/null
@@ -1,21 +0,0 @@
-Pigeonhole is the name of the project that adds support for the Sieve language
-(RFC 5228) and the ManageSieve protocol (RFC 5804) to the Dovecot Secure
-IMAP/POP3 Server.
-
-Sieve language specification and scripts provide mail filtering capabilities on
-the server side for individual users. Each user can edit and upload (using
-ManageSieve) sieve scripts to filter mail based on supported Sieve language
-extensions within pigeonhole.
-
-The Pigeonhole project provides Sieve support as a plugin to Dovecot's Local
-Delivery Agent (LDA). The ManageSieve protocol is provided is an additional
-service, next to Dovecot's own POP3 and IMAP services.
-
-To configure pigeonhole, use sieve and managesieve config files installed with
-dovecot documentation. Copy 20-managesieve.conf and 90-sieve.conf files to
-/etc/dovecot/conf.d and edit them according to your needs.
-
-For additional help with configuration, see:
-
- http://wiki2.dovecot.org/Pigeonhole/Sieve
- http://wiki2.dovecot.org/Pigeonhole/ManageSieve