summaryrefslogtreecommitdiff
path: root/dovecot-pigeonhole/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-11-30 08:58:57 +0100
committerEugen Wissner <belka@caraus.de>2020-11-30 08:58:57 +0100
commitaa847f954507b4b5c5dddf27730d27a374a2210d (patch)
tree6b842143158f4bf55a8bde29943816381622e704 /dovecot-pigeonhole/README
parent094b6ed392d90a2123ee8ac8ef6d53bc71eb58d0 (diff)
downloadslackbuilder-aa847f954507b4b5c5dddf27730d27a374a2210d.tar.gz
dovecot-pigeonhole: Added
Diffstat (limited to 'dovecot-pigeonhole/README')
-rw-r--r--dovecot-pigeonhole/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/dovecot-pigeonhole/README b/dovecot-pigeonhole/README
new file mode 100644
index 0000000..84995d1
--- /dev/null
+++ b/dovecot-pigeonhole/README
@@ -0,0 +1,21 @@
+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