OS can't update after upgrade v1.8.8

After upgrade v1.8.8 we can’t update OS
yum -y update …
its show dovecot errors . pls check this screenshot

Provider - Hetzner
OS - CentOS 7

Thanks

Same here as well.

File contains parsing errors: file:///etc/yum.repos.d/dovecot.repo
[line 2]: name=Dovecot 2.3 CentOS 7 - x86_64

   [line  3]:     baseurl=http://repo.dovecot.org/ce-2.3-latest/centos/7/RPMS/x86_64

   [line  4]:     gpgkey=https://repo.dovecot.org/DOVECOT-REPO-GPG

   [line  5]:     gpgcheck=1

   [line  6]:     enabled=1

The indentations is what is throwing it off, I believe. Here is the corrected text:

[dovecot-2.3-latest]
name=Dovecot 2.3 CentOS $releasever - $basearch
baseurl=http://repo.dovecot.org/ce-2.3-latest/centos/$releasever/RPMS/$basearch
gpgkey=https://repo.dovecot.org/DOVECOT-REPO-GPG
gpgcheck=1
enabled=1

Had the same problem, just edit the file and remove spaces before name, baseurl, gpgkey, etc.

Had the same problem, just edit the file and remove spaces before name, baseurl, gpgkey, etc.

yes i do like this and solved the problem

Fixed, you can also remove that file manually to get it fixed.