From 3e00f6a12d0513b4db8407471c16fabc241893b2 Mon Sep 17 00:00:00 2001 From: Linus Nordberg <linus@nordberg.se> Date: Sun, 2 Jul 2017 14:07:45 +0200 Subject: [PATCH] Update installation instructions in README. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 614b892..50c424c 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,12 @@ Requirements Installation ------------------------------------- -* Run `autogen.sh` and then `./configure`. +* Run `autogen.sh` and then + `./configure --with-moduledir=/usr/lib/dovecot/modules`. * Type `make` to compile the plugin. -* Find the plugin at `src/.libs/lib18_trees_plugin.so`. - -* Copy to `/usr/lib/dovecot/modules/` +* Type `make install` to install the plugin to `/usr/lib/dovecot/modules/` * Enable the plugin. For example, add `mail_plugins = expire quota trees` to `/etc/dovecot/conf.d/10-mail.conf` -- GitLab