File: README

package info (click to toggle)
dsbltesters 0.9.5-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 344 kB
  • ctags: 193
  • sloc: ansic: 2,766; sh: 989; makefile: 46
file content (38 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
DSBL Tester Source Code
-----------------------
(c) 2002 Ian Gulliver under the GNU Public License, Version 2.
See GPL for more details.

This package contains testing software configured to work with
the DSBL (http://dsbl.org/) or DSBL-compliant services.  It
enables you to send tests to servers based on spam that you
receive.  If those tests succeed, the results will reach the
DSBL host in question, and the relay will be listed.

These programs require FireDNS and FireString to build.  Both
are available from http://ares.penguinhosting.net/~ian/
They also require the MySQL client libraries, available from
http://www.mysql.org/

To build the programs, simply type:

	./configure
	make
	(su to root)
	make install

The makefile accepts the following environment variables to
change its behaviour:

	PREFIX
	INSTALL_USER
	CC
	CFLAGS
	LDFLAGS
	SHAREDFLAGS
	LIBS

You may need to alter these for your individual configuration.

Thats it.  If it doesn't work, I'm sorry.  Let me know; you
can reach me at ian@penguinhosting.net.