This commit is contained in:
mwiegand 2021-06-16 20:15:20 +02:00
parent d03e7fcdc3
commit 227a868319
2 changed files with 21 additions and 0 deletions

View file

@ -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 '*'
```

View file

@ -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