comments
This commit is contained in:
parent
702f83ed44
commit
6b918e81bb
3 changed files with 17 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
||||||
DOVECOT
|
DOVECOT
|
||||||
=======
|
=======
|
||||||
|
|
||||||
rescan index: https://doc.dovecot.org/configuration_manual/fts/#rescan
|
rescan index
|
||||||
|
------------
|
||||||
|
|
||||||
|
https://doc.dovecot.org/configuration_manual/fts/#rescan
|
||||||
|
|
||||||
```
|
```
|
||||||
doveadm fts rescan -u 'i@ckn.li'
|
doveadm fts rescan -u 'i@ckn.li'
|
||||||
|
|
|
@ -34,6 +34,7 @@ passdb {
|
||||||
driver = sql
|
driver = sql
|
||||||
args = /etc/dovecot/dovecot-sql.conf
|
args = /etc/dovecot/dovecot-sql.conf
|
||||||
}
|
}
|
||||||
|
# use sql for userdb too, to enable iterate_query
|
||||||
userdb {
|
userdb {
|
||||||
driver = sql
|
driver = sql
|
||||||
args = /etc/dovecot/dovecot-sql.conf
|
args = /etc/dovecot/dovecot-sql.conf
|
||||||
|
|
|
@ -1 +1,12 @@
|
||||||
echo -n 'WarumGehtDasNicht?' | argon2 FAPf+gTwqTRr+3H0cDktqw
|
mailserver
|
||||||
|
==========
|
||||||
|
|
||||||
|
argin2 hashes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
`echo -n 'WarumGehtDasNicht?' | argon2 FAPf+gTwqTRr+3H0cDktqw`
|
||||||
|
|
||||||
|
logs
|
||||||
|
----
|
||||||
|
|
||||||
|
`journalctl -u postfix@-.service -u dovecot.service -u rspamd.service -o cat -f`
|
||||||
|
|
Loading…
Reference in a new issue