Ki
Kim
#1
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.