From a7d02ca4285ad3fad684e60420007419cde0e5a2 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Tue, 18 Oct 2022 17:38:28 +0200 Subject: [PATCH] update readme --- bundles/dovecot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/dovecot/README.md b/bundles/dovecot/README.md index b40e7f1..246273c 100644 --- a/bundles/dovecot/README.md +++ b/bundles/dovecot/README.md @@ -4,6 +4,6 @@ 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 '*' +doveadm fts rescan -u 'i@ckn.li' +doveadm index -u 'i@ckn.li' -q '*' ```