summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrey Golovizin <ag@sologoc.com>2018-01-07 13:15:36 +0100
committerAndrey Golovizin <ag@sologoc.com>2018-01-07 14:05:16 +0100
commit239cc771ec32ee708deafa287366e8dc28a495b6 (patch)
treebcb2c9682599aa766d0c646f38a411608d499593 /README.md
parentee479ae683fd7d8e2d11cbde2f8953e3374f9bd7 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bde7c50..552c10e 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ the user accounts.
* Sieves
- [x] A simple standard script that moves spam
- [x] Allow user defined sieve scripts
+ - [x] ManageSieve support
* User Aliases
- [x] Regular aliases
- [x] Catch all aliases
@@ -179,6 +180,9 @@ common ones.
enableImapSsl = true;
enablePop3Ssl = true;
+ # Enable the ManageSieve protocol
+ enableManageSieve = true;
+
# whether to scan inbound emails for viruses (note that this requires at least
# 1 Gb RAM for the server. Without virus scanning 256 MB RAM should be plenty)
virusScanning = false;