Compare commits

..

No commits in common. "139a46dce077de089c27aa22e3dbc6c60eced224" and "702f83ed44c85167a3f8009c9351e3184a011eda" have entirely different histories.

4 changed files with 3 additions and 18 deletions

View file

@ -1,10 +1,7 @@
DOVECOT DOVECOT
======= =======
rescan index rescan index: https://doc.dovecot.org/configuration_manual/fts/#rescan
------------
https://doc.dovecot.org/configuration_manual/fts/#rescan
``` ```
doveadm fts rescan -u 'i@ckn.li' doveadm fts rescan -u 'i@ckn.li'

View file

@ -34,7 +34,6 @@ 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

View file

@ -1,12 +1 @@
mailserver echo -n 'WarumGehtDasNicht?' | argon2 FAPf+gTwqTRr+3H0cDktqw
==========
argin2 hashes
-------------
`echo -n 'WarumGehtDasNicht?' | argon2 FAPf+gTwqTRr+3H0cDktqw`
logs
----
`journalctl -u postfix@-.service -u dovecot.service -u rspamd.service -o cat -f`

View file

@ -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::1/64', 'ipv6': '2a03:4000:55:a89::2/64',
'gateway6': 'fe80::1', 'gateway6': 'fe80::1',
} }
}, },