INSTALLATION:

edit vdef_globals.pm and set the following variables, and copy the file
into a directory in perls @INC path (e.g. /usr/local/lib/site_perl/)

$db_hostname		# Hostname of the SQL-server
$db_database		# Name of the database
$db_user		# Username for the database
$postmaster		# e-mail-Address of default postmaster;
			# Upon creating a new domain, a forward from
			# postmaster@new.domain to $postmaster will be added.
$mail_home_prefix	# Basedirectory of all virtual domains.
			# eg. /usr/local/vdomains
$mail_uid		# uid of the mail-user
$mail_gid		# gid of the mail-user
$domain_uid		# uid of the owner of the virtual domain
$domain_gid		# gid of the owner of the virtual domain


