Error "No package dkim-milter available" Centos 5.8

Asked

Viewed 203 times

1

I can’t install dkim-milter, I’m using Centos 5.8 x64bit

[root@server ~]# yum install dkim-milter
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.ubiquityservers.com
* epel: Fedora-epel.mirror.lstn.net
* extras: centos.den.host-engine.com
* rpmforge: mirror.nexcess.net
* updates: mirror.sanctuaryhost.com
Setting up Install Process
No package dkim-milter available.
Nothing to doa

How to solve?

  • Managed to solve your problem?

  • @Eduardoseixas you have the solution?

  • I have a tip.

  • Which tutorial you are following?

  • 1

    I voted to leave the question open, because although the problem is in the installation, the purpose of the use is programming, since dkim-milter is a C library, but I may be totally wrong about the scope of the specific question, so forgive me any mistake (note that there are 2 votes left to decide so far). About dkim-milter I think it has been replaced by opendkim, so this may be the reason I can’t install.

  • I also voted to leave the question open, it is understandable, although it is not good.

Show 1 more comment

1 answer

1

WHAT IS DKIM

DKIM (Domainkeys Identified Mail) is an important authentication mechanism to help protect both email receivers and email senders from forged e-maiils and phishing. The DKIM (Domainkeys Identified Mail) system is an evolution of the Domainkeys system initially developed by Yahoo as a mechanism for an e-mail to be validated by a recipient, proving unequivocally that its origin is really the one that appears in the email headers.

INSTALLATION

1 - ENABLE EPEL REPOSITORY

# rpm -Uvh http://epel.mirror.net.in/epel/5/x86_64/epel-release-5-4.noarch.rpm

2 - TESTING EPEL REPOSITORY

# yum --disablerepo=* -enablerepo=epel list all

3 - Installing DKIM-MILTER

% sudo yum -enablerepo=epel install -y dkim-milter

  • You have answered several questions that are not scheduled. I don’t know if you understand what the topics are here. These questions should be closed. http://answall.com/help/on-topic

  • Got it. Thanks for checking.

  • http://answall.com/questions/102782/como-ultilizar-um-driver-do-windows-no-linux is the same case right? How Install has nothing to do right?

  • Yes, I voted to close.

  • Only one note, dkim-milter was replaced by opendkim.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.