Compare commits
2 commits
702f83ed44
...
139a46dce0
Author | SHA1 | Date | |
---|---|---|---|
139a46dce0 | |||
6b918e81bb |
4 changed files with 18 additions and 3 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`
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
'interface': 'eth0',
|
'interface': 'eth0',
|
||||||
'ipv4': '202.61.255.108/22',
|
'ipv4': '202.61.255.108/22',
|
||||||
'gateway4': '202.61.252.1',
|
'gateway4': '202.61.252.1',
|
||||||
'ipv6': '2a03:4000:55:a89::2/64',
|
'ipv6': '2a03:4000:55:a89::1/64',
|
||||||
'gateway6': 'fe80::1',
|
'gateway6': 'fe80::1',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue