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

..03-May-2022-

batv-filter/H03-May-2022-5,6394,127

devtools/H01-Jun-2009-4,9434,153

include/sm/H01-Jun-2009-6,6894,011

libsm/H03-May-2022-20,99712,575

BuildH A D10-Mar-2007328 141

INSTALLH A D10-Mar-20071.8 KiB5738

KNOWNBUGSH A D10-Mar-2007564 199

LICENSEH A D04-Mar-20094.3 KiB7866

MakefileH A D10-Mar-2007843 4838

READMEH A D10-Mar-20072.5 KiB8153

RELEASE_NOTESH A D01-Jun-20093.7 KiB8978

README

1
2			BATV-MILTER PACKAGE
3
4This directory has the latest open source BATV filter software from
5Sendmail, Inc.
6
7Report any bugs to batv-milter-discuss@lists.sourceforge.net.
8
9There is a web site at http://sourceforge.net/projects/batv-milter that is
10home for the latest updates.
11
12
13+--------------+
14| INTRODUCTION |
15+--------------+
16
17The batv-milter package is an open source implementation of the BATV
18e-mail authentication system proposed in an Internet Draft (ID)
19by John Levine, Dave Crocker, Sam Silberman and Tony Finch.  It
20consists of a filter which implements the proposal.  The filter can be
21used by Open Source sendmail mail servers and any other which implements
22the "milter" filtering protocol.
23
24
25+--------------+
26| DEPENDENCIES |
27+--------------+
28
29To compile and operate, this package requires the following:
30
31o OpenSSL (http://www.openssl.org, or ask your software vendor for a package)
32
33o sendmail v8.14.0 (or later), and libmilter from the same distribution
34  (http://www.sendmail.org)
35
36
37+-----------------------+
38| RELATED DOCUMENTATION |
39+-----------------------+
40
41General information about BATV can be found at http://www.mipassoc.org/batv.
42
43Mailing lists discussing and supporting the BATV software found in this
44package are maintained via the list server at SourceForge.  Visit
45http://sourceforge.net/batv-milter to subscribe or browse archives.
46
47
48+---------+
49| WARNING |
50+---------+
51
52Since batv-milter uses cryptography, the following information from OpenSSL
53applies to this package as well.
54
55PLEASE REMEMBER THAT EXPORT/IMPORT AND/OR USE OF STRONG CRYPTOGRAPHY
56SOFTWARE, PROVIDING CRYPTOGRAPHY HOOKS OR EVEN JUST COMMUNICATING
57TECHNICAL DETAILS ABOUT CRYPTOGRAPHY SOFTWARE IS ILLEGAL IN SOME
58PARTS OF THE WORLD.  SO, WHEN YOU IMPORT THIS PACKAGE TO YOUR
59COUNTRY, RE-DISTRIBUTE IT FROM THERE OR EVEN JUST EMAIL TECHNICAL
60SUGGESTIONS OR EVEN SOURCE PATCHES TO THE AUTHOR OR OTHER PEOPLE
61YOU ARE STRONGLY ADVISED TO PAY CLOSE ATTENTION TO ANY EXPORT/IMPORT
62AND/OR USE LAWS WHICH APPLY TO YOU.  THE AUTHORS ARE NOT LIABLE FOR
63ANY VIOLATIONS YOU MAKE HERE.  SO BE CAREFUL, IT IS YOUR RESPONSIBILITY.
64
65If you use OpenSSL then make sure you read their README file which
66contains information about patents etc.
67
68
69+---------------------+
70| DIRECTORY STRUCTURE |
71+---------------------+
72
73devtools	m4-based build scripts and other data needed to compile
74		the package.
75
76batv-filter	A milter-based filter application which provides BATV
77		service via a sendmail MTA and the milter protocol.
78
79
80$Revision: 1.2 $, Last updated $Date: 2007/03/10 03:14:04 $
81