CentOS - Não instalando o postfix - Não há erros óbvios

0

Ao tentar instalar o PostFIX no CentOS 7 usando o yum:

yum install postfix

Ele fornece o seguinte feedback e não está instalado:

Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
 * EA4: 169.255.59.74
 * cpanel-addons-production-feed: 169.255.59.74
 * base: repos-jnb.psychz.net
 * epel: mirror.wbs.co.za
 * extras: repos-jnb.psychz.net
 * nux-dextop: mirror.li.nux.ro
 * updates: repos-jnb.psychz.net
Resolving Dependencies
--> Running transaction check
---> Package postfix.x86_64 2:2.10.1-6.el7 will be installed
Removing postfix.x86_64 2:2.10.1-6.el7 - u due to obsoletes from installed exim-4.89-2.cp1162.x86_64
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package postfix.x86_64 2:2.10.1-6.el7 will be installed
--> Finished Dependency Resolution

Eu até tentei instalar o SSH externo via Cpanel WHM e este é o feedback que ele dá:

Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
 * EA4: 169.255.59.74
 * cpanel-addons-production-feed: 169.255.59.74
 * base: repos-jnb.psychz.net
 * extras: repos-jnb.psychz.net
 * nux-dextop: mirror.li.nux.ro
 * updates: repos-jnb.psychz.net
Resolving Dependencies
--> Running transaction check
Removing postfix.x86_64 2:2.10.1-6.el7 - u due to obsoletes from installed exim-4.89-2.cp1162.x86_64
--> Restarting Dependency Resolution with new changes.
--> Finished Dependency Resolution
Install complete.

Ainda sou muito novo no Linux e no CentOS e não consigo descobrir qual é o problema. Ações que tomei:

DB RPM Reconstruído

yum remove postfix
yum reinstall postfix

Qualquer conselho seria muito apreciado.

    
por Robin Xergxes7 Pretorius 17.09.2017 / 08:29

1 resposta

0

Entre. você rodou yum update ?

Tente adicionar /etc/yum.conf com:

obsoletes=0

Ou instale o pacote exim primeiro:

yum --setopt=obsoletes=0 install postfix
    
por 17.09.2017 / 11:15