wip
This commit is contained in:
parent
d03e7fcdc3
commit
227a868319
2 changed files with 21 additions and 0 deletions
9
bundles/dovecot/README.md
Normal file
9
bundles/dovecot/README.md
Normal 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 '*'
|
||||
```
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue