pkgsrc-wip/spfmilter/MESSAGE
Adrian Portelli 8b31ebaabe Spfmilter implements the Sender Policy Framework (SPF) as a milter, using
either the libspf or libspf2 libraries. 

The idea of SPF is to prevent email forgery. Each participating site sets up 
a little definition of which hosts are allowed to send mail claiming to be 
from that site. When another site receives mail, it checks the 
permitted-senders definition for the originating site. If the check fails, 
the mail is rejected.
2004-09-01 16:02:12 +00:00

15 lines
480 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2004/09/01 16:02:12 adrian_p Exp $
spfmilter is now installed.
Please read the instructions in the man page for setting up spfmilter.
At a minmium you will need to specify:
spfmilter_flags="socketfile"
in your /etc/rc.conf.
For security you may also wish to investigate the use of "-u userid".
===========================================================================