Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Hi @mcastro05,
It seems like it can’t find the latest dovecot repo. You can disable it on your server.
To disable the said repo, you can ssh to your droplet
ssh root@YourDropletIP
Enter your repo’s folder, it’s /etc/yum.repos.d/
cd /etc/yum.repos.d
Now, there should be a dovecot-2.3 repo. Do an ls and when you see it’s full name, open the file using a text editor. There you should see a couple of lines, one of which states enabled=1, you can set that one to 0 and try to run your yum update command once more.
Regards, KDSys