Parts of a bigger plan

My name is Bertrand Mansion, I live in Paris (France) where I mostly do programming and design for the company I founded in 2000. I enjoy reading sf, heroic fantasy, thrillers, comics...

fatal: unsupported dictionary type: mysql

Une erreur qui apparait quand Postfix a été installé avec CentosPlus, puis mis à jour avec Centos-Base, ce qui supprime le support de MySQL. Pour corriger ça, il faut supprimer le Postfix installé avec yum remove, puis réinstaller la version de Centosplus. Pour éviter que cela se reproduise, il faut mettre Postfix comme package exclu dans la configuration des dépôts, /etc/yum.repos.d/CentOS-Base.repo :

[base]
exclude=postfix

[update]
exclude=postfix

[centosplus]
enabled=1
includepkgs=postfix

— 1 year ago