View Single Post
  #62 (permalink)  
Old 09-13-2007, 02:00 AM
inigoml inigoml is offline
Project Contributor
 
Posts: 110
Default

Quote:
Originally Posted by exyst View Post
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. ;-)

Last edited by inigoml : 09-13-2007 at 02:03 AM.
Reply With Quote