Discussion:
[users] Mail::SPF
Matt
2014-02-25 22:02:54 UTC
Permalink
For Spamassassin to do SPF checks it appears to require perl-Mail-SPF.

module not installed: Mail::SPF ('require' failed)

Rpmforge seems to contain perl-Mail-SPF-Query.noarch but not
perl-Mail-SPF.noarch.

[root at server ~]# yum list available |grep -i spf
libspf2.x86_64 1.2.9-1.el6.rf rpmforge
libspf2-devel.x86_64 1.2.9-1.el6.rf rpmforge
perl-Mail-SPF-Query.noarch 1.999.1-2.el6.rf rpmforge

Is this just an EL6 issue?

http://pkgs.repoforge.org/perl-Mail-SPF/
David Hrbáč
2014-02-26 23:55:21 UTC
Permalink
Post by Matt
For Spamassassin to do SPF checks it appears to require perl-Mail-SPF.
module not installed: Mail::SPF ('require' failed)
Rpmforge seems to contain perl-Mail-SPF-Query.noarch but not
perl-Mail-SPF.noarch.
[root at server ~]# yum list available |grep -i spf
libspf2.x86_64 1.2.9-1.el6.rf rpmforge
libspf2-devel.x86_64 1.2.9-1.el6.rf rpmforge
perl-Mail-SPF-Query.noarch 1.999.1-2.el6.rf rpmforge
Is this just an EL6 issue?
http://pkgs.repoforge.org/perl-Mail-SPF/
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
Matt,

You are right. It's missing. I guess Dag had not built it. Maybe I
should add it to update repo.

DH
Fred Kienker
2014-02-27 14:35:20 UTC
Permalink
Indeed you should. It has to be retrieved from another 3rd party repo
currently. Collecting all the software necessary for an email server is
currently quite tedious.

Thanks for all your hard work!
Fred

-----Original Message-----
From: David Hrb?? [mailto:david-lists at hrbac.cz]
Sent: Wednesday, February 26, 2014 6:55 PM
To: Discussions regarding Repoforge for users
Subject: Re: [users] Mail::SPF
Post by Matt
For Spamassassin to do SPF checks it appears to require perl-Mail-SPF.
module not installed: Mail::SPF ('require' failed)
Rpmforge seems to contain perl-Mail-SPF-Query.noarch but not
perl-Mail-SPF.noarch.
[root at server ~]# yum list available |grep -i spf
libspf2.x86_64 1.2.9-1.el6.rf
rpmforge
Post by Matt
libspf2-devel.x86_64 1.2.9-1.el6.rf
rpmforge
Post by Matt
perl-Mail-SPF-Query.noarch 1.999.1-2.el6.rf
rpmforge
Post by Matt
Is this just an EL6 issue?
http://pkgs.repoforge.org/perl-Mail-SPF/
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
Matt,

You are right. It's missing. I guess Dag had not built it. Maybe I
should add it to update repo.

DH
David Hrbáč
2014-02-27 14:41:46 UTC
Permalink
Post by Fred Kienker
Indeed you should. It has to be retrieved from another 3rd party repo
currently. Collecting all the software necessary for an email server is
currently quite tedious.
Thanks for all your hard work!
Fred
Fred,

Can you name the other missing packages? I guess that RF mailstack is in
a very good shape...

Thanks,
DH
Fred Kienker
2014-03-02 20:24:15 UTC
Permalink
Currently pyzor is only available from EPEL. All others are indeed
available from one RPMForge repo or another. This is what I am using to
install from:

yum -y install --enablerepo=repoforge-updates-stable clamav clamav-devel
clamd
yum -y install --enablerepo=epel install pyzor
yum -y install --enablerepo=rpmforge,rpmforge-extras install
razor-agents
yum -y install --enablerepo=rpmforge install amavisd-new spamassassin

yum -y update --enablerepo=rpmforge,rpmforge-extras,epel spamassassin

It would be really great if at some point you could get access to all of
RPMForge. It is still an irreplaceable resource.

Again, thanks for all of your hard work.

-----Original Message-----
From: David Hrb?? [mailto:david-lists at hrbac.cz]
Sent: Thursday, February 27, 2014 9:42 AM
To: Discussions regarding Repoforge for users
Subject: Re: [users] Mail::SPF
Post by Fred Kienker
Indeed you should. It has to be retrieved from another 3rd party repo
currently. Collecting all the software necessary for an email server
is currently quite tedious.
Thanks for all your hard work!
Fred
Fred,

Can you name the other missing packages? I guess that RF mailstack is in
a very good shape...

Thanks,
DH

Loading...