User Tools

Site Tools


cpanel:mail-spf-fails-to-install

Mail::SPF Fails to Install

In recent 11.25 cPanel builds, MAIL::SPF refuses to build resulting in error messages mailed by cPanel to the administrator and the possibility of SPF-related cPanel functions being broken. There is a simple fix for this for the time being until it is fixed upstream in CPAN:

# perl -MCPAN -e "get('Mail::SPF')"
# cd /home/.cpan/sources/authors/id/J/JM/JMEHNLE/mail-spf
# tar -xzvf Mail-SPF-v2.007.tar.gz
# cd Mail-SPF-v2.007
# perl Build.PL
# ./Build
# ./Build test
# ./Build install
# /scripts/checkperlmodules --full

cpanel/mail-spf-fails-to-install.txt · Last modified: by garrett.plasky

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki