<TR valign=top><TD>RCEwatcher</TD><TD><RCEwatcher></TD><TD>Run the server watcher.</TD></TR>
<TR valign=top><TD>RCEwatcherto</TD><TD><RCEwatcherto></TD><TD>The watcher time-out - i.e. the watcher will check the server-state every x seconds and will restart, if the server has crashed.</TD></TR>
<TR valign=top><TD>RCEhomepage</TD><TD><RCEhomepage></TD><TD>Server home page.</TD></TR>
<TR valign=top><TD>RCEcrontimeout</TD><TD><RCEcrontimeout></TD><TD>Maximum duration (in seconds) for a CRON scheduled task to complete (unless run in parallel).</TD></TR>
<TR valign=top><TD>RCEcgistderr</TD><TD><RCEcgistderr></TD><TD>Show CGI standard error.</TD></TR>
<TR valign=top><TD>RCEcgidir</TD><TD><RCEcgidir></TD><TD>The path to the cgi-bin directory. If not preceded by a drive letter, this path is relative to the Sambar installation directory.</TD></TR>
<TR valign=top><TD>RCEwincgidir</TD><TD><RCEwincgidir></TD><TD>The path to the wincgi directory. If not preceded by a drive letter, this path is relative to the Sambar installation directory.</TD></TR>
<TR valign=top><TD>RCEwincgiext</TD><TD><RCEwincgiext></TD><TD>The extension(s) configured for wincgi processing, outside the regular win cgi directory.</TD></TR>
<TR valign=top><TD>RCEisapiext</TD><TD><RCEisapiext></TD><TD>The extension(s) associated with ISAPI plug-ins.</TD></TR>
<TR valign=top><TD>RCEmailname</TD><TD><RCEmailname></TD><TD>Hostname of the mail-server.</TD></TR>
<TR valign=top><TD>RCEmboxsize</TD><TD><RCEmboxsize></TD><TD>Maximum size of a mail-box.</TD></TR>
<TR valign=top><TD>RCEmsgrelay</TD><TD><RCEmsgrelay></TD><TD>Mail relay spool time (ondemand | hourly | daily)</TD></TR>
<TR valign=top><TD>RCEmaildomains</TD><TD><RCEmaildomains></TD><TD>Space-seperated list of domainnames (-patterns) which are considered local by the SMTP server.</TD></TR>
<TR valign=top><TD>RCEmta</TD><TD><RCEmta></TD><TD>Act as remote MTA.</TD></TR>
<TR valign=top><TD>RCEmaxmsgsize</TD><TD><RCEmaxmsgsize></TD><TD>Maximum message size in bytes.</TD></TR>
<TR valign=top><TD>RCEnombox</TD><TD><RCEnombox></TD><TD>Mailbox where mail will be transfered to when the mailbox cannot be resolved to a local user.</TD></TR>
<TR valign=top><TD>RCErestrictrelayip</TD><TD><RCErestrictrelayip></TD><TD>Space seperated list of ip-adresses (-patterns), which are allowed to relay mail.</TD></TR>
<TR valign=top><TD>RCErelayuser</TD><TD><RCErelayuser></TD><TD>Username to use, when sending mail via the ISP</TD></TR>
<TR valign=top><TD>RCEnumusers</TD><TD><RCEnumusers></TD><TD>Current amount of logged in users (admin included).</TD></TR>
<TR valign=top><TD>RCEhasmbox</TD><TD><RCEhasmbox></TD><TD>Does this user have a mailbox?</TD></TR>
<TR valign=top><TD>RCEdialtrace</TD><TD><RCEdialtrace></TD><TD>Log detailed dial-up connection information to server.log.</TD></TR>
<TR valign=top><TD>RCEdialentry</TD><TD><RCEdialentry></TD><TD>Name of the dial-up connection to dial, as configured in RAS (NT) or DUN (9x).</TD></TR>
<TR valign=top><TD>RCEdialuser</TD><TD><RCEdialuser></TD><TD>Username for login to the ISP.</TD></TR>
<TR valign=top><TD>RCEdialpass</TD><TD><RCEdialpass></TD><TD>Password for login to the ISP.</TD></TR>
<TR valign=top><TD>RCEdialtimeout</TD><TD><RCEdialtimeout></TD><TD>Inactivity timeout in seconds. If no proxy requests are received within this period, the server will hang-up the connection.</TD></TR>
<TR valign=top><TD>RCEputusers</TD><TD><RCEputusers></TD><TD>The user(s) allowed to upload via the PUT method.</TD></TR>
<TR valign=top><TD>RCEsslcipher</TD><TD><RCEsslcipher></TD><TD>SSL cipher type being used.</TD></TR>
<TR valign=top><TD>RCEsslversion</TD><TD><RCEsslversion></TD><TD>SSL version version.</TD></TR>
<TR valign=top><TD>RCEnoscriptexec</TD><TD><RCEnoscriptexec></TD><TD>Disallow cgi/wincgi execution in server-side scripts.</TD></TR>
<TR valign=top><TD>RCEvalidchars</TD><TD><FONT SIZE=2><RCEvalidchars></FONT></TD><TD>Characters which are considered valid for FTP filenames.</TD></TR>
</TABLE>
</CENTER>
<BR>
<UL>
<LI>Many of these environment variables (though not all) are available to
other scripting languages running on the Sambar Server, though they are
called differently. For example, <CODE>RCEremote_addr</CODE> is the same
as <CODE>$ENV{'REMOTE_ADDR'}</CODE> in PERL. Conversely, some variables
that are available to other languages are not available to Sambar scripts;
<CODE>$ENV{'PATH'}</CODE></LI>
<LI>Noteworthy; many other environment variables exist on the Sambar Server
which are not listed here due to their obscure usefulness or recent
development (such as MAIL variables).</LI>
</UL>
<P>
<I>What other environment variables are available to Sambar Scripting and/or CGIs ?</I>
<UL>
<LI>The environment of the user and machine on which the server is running
is available. (i.e. 'setenv','printenv')</LI>
<LI>In addition, any other "unexpected" HTTP headers sent by the browser