4593275 [rkeene@sledge /home/rkeene/projects/build]$ cat libspf2.txt.txt
# SHORT DESC: Sender Policy Framework Library
# LONG DESC: libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair. libspf2 is a library which allows email systems such as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF records and make sure that the email is authorized by the domain name that it is coming from. This prevents email forgery, commonly used by spammers, scammers and email viruses/worms. 

./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var && \
make && \
make install || exit 1

if grep 'spf_dns_internal\.h' /usr/include/spf2/* 2>/dev/null >/dev/null && [ ! -f /usr/include/spf2/spf_dns_internal.h ]; then
	echo ' *** Engaging lame SPF fixup 1'
	cat <<__EOF__ > /usr/include/spf2/spf_dns_internal.h
#ifndef INC_SPF_DNS_INTERNAL
#define INC_SPF_DNS_INTERNAL

#include "spf_dns.h"

#endif
__EOF__
fi

4593276 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06