我需要从 CentOSPlus 存储库安装支持 MySQL 的 Postfix。
我已按照本文档/教程所述完成操作:http://wiki.mediatemple.net/w/%28ve%29:Install_Postfix_with_Dovecot_on_CentOS
当我尝试执行“yum install postfix”时,我得到了这个:
Setting up Install Process
No package postfix available.
Error: Nothing to do
关于如何从 CentOsPlus Repos 安装 Postfix 有什么线索吗?
此致,
答案1
您的配置中可能未启用 centosplus repo。您可以yum --enablerepo=centosplus install postfix
先尝试:
更永久的修复可能是修改/etc/yum/repos.d/CentOS-Base.repo
文件以启用 centosplus 存储库;设置“enabled=1”。
看看您发布的链接,其中有关于从基础存储库中排除 postfix 并启用 centosplus 存储库的详细信息。这些说明应该有效。
答案2
我在我的 CentOS 6.4 机器上遇到了同样的问题。
根据此网址在 CentOS 论坛中,“CentOS 6 中的 Postfix 已经在基础仓库中启用了 mysql,因此无需寻找特殊版本。”。
问候。