Compare commits

...

2 commits

Author SHA1 Message Date
139a46dce0
change ipv6 2022-10-18 19:51:58 +02:00
6b918e81bb
comments 2022-10-18 19:18:28 +02:00
4 changed files with 18 additions and 3 deletions

View file

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

View file

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

View file

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

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