Copyright (C) 2002, 2003  Internet Software Consortium.

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

$Id: environment.txt,v 1.4.2.1 2003/04/08 16:35:34 lidl Exp $

Here's a short list of the environment variables that control the SRS
system:

ISC_SRS_RRPPORT_NOENC   5544
ISC_SRS_RRPADDR_NOENC	0.0.0.0

	Set the default port and address of the unencrypted RRP front end.

ISC_SRS_WHOISPORT	43
ISC_SRS_WHOISADDR	0.0.0.0

	Set the default port and address of the whois server.

ISC_MSGQ_ADDR  127.0.0.1
ISC_MSGQ_PORT  9912

	If ISC_MSGQ_PROTO is "tcp", these set the port and address it
	will listen for new connections on.

ISC_SRS_DBNAME srs
ISC_SRS_DBUSER srs
ISC_SRS_DBPASS ""

	Set the database name, user, and password.

ISC_SRS_DEBUG ""

	Print some additional debugging information from the frontend and
	the backend processes when running, useful for developers.
