libspf - A library that provides a C API for SPF ChangeLog

HOWTO


# libspf 1.0rc5
# =============
# I wrote this a while back, but never posted it.  This is that same version
# with a few modernizations, if anything doesn't match up with the current
# procedure for setting this up, let me know.

# Prerequisites:
# gawk
# sed
# grep

cd
test -f installed/libspf-1.0.0-RC5.tar.bz2 &&
mv installed/libspf-1.0.0-RC5.tar.bz2 .
test ! -f libspf-1.0.0-RC5.tar.bz2 &&
wget http://www.libspf.org/files/src/libspf-1.0.0-RC5.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "libspf-*" -exec rm -r {} \;
tar xjvf ~/libspf-1.0.0-RC5.tar.bz2
cd libspf-1.0.0-RC5
test $UID = 0 && chown -R root:root .
./configure
make
su -c "make install"
cd
mkdir -p -m 0700 installed
rm -f installed/libspf-*.tar.*
mv libspf-1.0.0-RC5.tar.bz2 installed/

# See /usr/local/src/libspf-1.0.0-RC5/(docs|examples|patches)/ for sendmail,
# courier, qmail info, patches, and configuration examples.
#
# I briefly cover patching sendmail in my sendmail howto and this one:
# http://www.libspf.org/HOWTO/sendmail-8.13.1+libspf-1.0-HOWTO.pdf
# covers it in more detail.

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-04-27 10:29am
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]