Quote:
Originally Posted by exyst When I tried to add SPF support I received the following.
[root@mailserver ~]# yum install perl-Mail-SPF-Query
rhel-i386-server-5 100% |=========================| 1.2 kB 00:00
rhel-i386-server-vt-5 100% |=========================| 1.2 kB 00:00
rhel-i386-server-suppleme 100% |=========================| 1.2 kB 00:00
Did I do something wrong? I'm running RHEL. Any ideas are appreciated.
I'm a programmer trying to be a sys admin, so please excuse my ignorance if I'm making some obvious mistake.
Darryl |
Hi Darryl.
As you can see, you are only using RHEL yum repositories. You have to add an extra repository where Perl-SPF resides. RPMForge repository is what you need.
So, exec this command (for 32 bit version):
or, if you have RHEL 64bit, this one:
And try again with yum. ;-)