From 227a868319717e55db618a369e7e23b49eb16f2f Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 16 Jun 2021 20:15:20 +0200 Subject: [PATCH] wip --- bundles/dovecot/README.md | 9 +++++++++ bundles/dovecot/files/dovecot.conf | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 bundles/dovecot/README.md diff --git a/bundles/dovecot/README.md b/bundles/dovecot/README.md new file mode 100644 index 0000000..b40e7f1 --- /dev/null +++ b/bundles/dovecot/README.md @@ -0,0 +1,9 @@ +DOVECOT +======= + +rescan index: https://doc.dovecot.org/configuration_manual/fts/#rescan + +``` + sudo -u vmail doveadm fts rescan -u 'test@mail2.sublimity.de' + sudo -u vmail doveadm index -u 'test@mail2.sublimity.de' -q '*' +``` diff --git a/bundles/dovecot/files/dovecot.conf b/bundles/dovecot/files/dovecot.conf index 83f7b5a..2942713 100644 --- a/bundles/dovecot/files/dovecot.conf +++ b/bundles/dovecot/files/dovecot.conf @@ -52,6 +52,18 @@ service lmtp { group = postfix } } +service stats { + unix_listener stats-reader { + user = vmail + group = vmail + mode = 0660 + } + unix_listener stats-writer { + user = vmail + group = vmail + mode = 0660 + } +} mail_plugins = fts fts_xapian