• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

rc_scripts/H03-May-2022-279173

FILESH A D10-Feb-2015276 2120

Makefile.inH A D10-Feb-20151.1 KiB6544

READMEH A D20-May-20051.1 KiB2619

configureH A D05-Feb-2015143.1 KiB5,0454,177

configure.acH A D05-Feb-20151.4 KiB4634

install-shH A D29-Mar-20015.5 KiB251152

iptab.cH A D15-Feb-201516.6 KiB703545

iptab.hH A D14-Feb-20153.1 KiB9122

match.cH A D20-May-20052.5 KiB8243

match.hH A D09-Jul-20141.6 KiB374

spfmilter.8H A D11-Feb-20156.9 KiB183160

spfmilter.cH A D25-Feb-201554.2 KiB2,1721,651

version.hH A D25-Feb-2015252 116

README

1                  spfmilter - SPF mail filter module
2
3Sendmail includes a facility for plugging in custom mail filters,
4called milters.  It's documented here: http://www.milter.org/milter_api/
5Spfmilter implements the Sender Policy Framework (http://spf.pobox.com/)
6as a milter, using the libspf2 library.
7
8The idea of SPF is to prevent email forgery.  Each participating
9site sets up a little definition of which hosts are allowed to send
10mail claiming to be from that site.  When another site receives
11mail, it checks the permitted-senders definition for the originating
12site.  If the check fails, the mail is rejected.
13
14Setting up the permitted-senders definition is very easy, you go
15to the SPF Wizard at http://spf.pobox.com/wizard.html and fill out
16a little form, then put the resulting string into your DNS records.
17This milter implements the second half of SPF, checking the mail
18you receive against other sites' SPF records.
19
20See the manual entry for more details.
21
22Feedback is welcome - send bug reports, enhancements, checks, money
23orders, etc. to the addresses below.
24
25    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/
26