How to fix slow yum

Firstly test if you don’t have a network issue

https://alltime.pp.ua/blog/how-to-test-internet-speed-via-command-line/

If its ok, try to wipe out cache

yum clean all

The problem is still here: install fastestmirror plugin

Read the rest

Dovecot flush cache

doveadm auth cache flush

Flush the authentication cache. By default the cache is flushed for all the users (which can also be done by sending SIGHUP to the auth process). You can also flush the cache for one or more users by providing their usernames.… Read the rest