CentOS6 – 如何从“centosplus repository”安装MySQL支持Postfix?

我需要从CentOSPlus存储库安装Postfix和MySQL支持。

我已经做了这个文件/教程描述: http : //wiki.mediatemple.net/w/%28ve%29 : Install_Postfix_with_Dovecot_on_CentOS

而当我尝试做“百胜安装后缀”我得到这个:

Setting up Install Process No package postfix available. Error: Nothing to do 

任何有关如何从CentOsPlus Repos安装Postfix的线索?

最好的祝福,

centosplus回购可能不会在您的configuration中启用。 你可以尝试: yum --enablerepo=centosplus install postfix

一个更持久的修复可能会修改/etc/yum/repos.d/CentOS-Base.repo文件以启用centosplus存储库; 设置“enabled = 1”。

看看你发布的链接 ,有关于从基本回购排除postfix和启用centosplus存储库的详细信息。 这些说明应该工作。

我在CentOS 6.4机器上面对同样的问题。

根据CentOS论坛的这个url ,“CentOS 6中的Postfix已经在基本的repo中启用了mysql,不需要寻找特殊的版本”。

问候。