updated doctumentation

This commit is contained in:
Michiel Broek 2001-10-25 15:05:28 +00:00
parent 4f6485bf3a
commit f08b3fe671
8 changed files with 748 additions and 741 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -11,7 +11,7 @@
</HEAD> </HEAD>
<BODY> <BODY>
<BLOCKQUOTE> <BLOCKQUOTE>
<h5>Last update 22-Oct-2001</h5> <h5>Last update 25-Oct-2001</h5>
<P>&nbsp;<P> <P>&nbsp;<P>
<H1>MBSE BBS Menu System</H1> <H1>MBSE BBS Menu System</H1>
@ -149,6 +149,10 @@ is only visible with menu type 7.</LI>
for dosemu with the vmodem patch. This item is only visible with menu for dosemu with the vmodem patch. This item is only visible with menu
type 7.</LI> type 7.</LI>
<LI><B>Run nosuid</B> If set to Yes the door will run in non-suid mode.
You need this to run DOS doors using dosemu. This item is only visible
with menu type 7.</LI>
</OL> </OL>
<P>&nbsp;<P> <P>&nbsp;<P>

View File

@ -1,50 +1,55 @@
<HTML> <HTML>
<HEAD> <HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1">
<META http-equiv="Content-Style-Type" content="text/css"> <META http-equiv="Content-Style-Type" content="text/css">
<META name="author" lang="en" "content="Michiel Broek"> <META name="author" lang="en" content="Michiel Broek">
<META name="copyright" lang="en" content="Copyright Michiel Broek"> <META name="copyright" lang="en" content="Copyright Michiel Broek">
<META name="description" lang="en" content="MBSE BBS Manual"> <META name="description" lang="en" content="MBSE BBS Manual">
<META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer"> <META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer">
<TITLE>MBSE BBS Programs - mbsetup - The Setup Program.</TITLE> <TITLE>MBSE BBS Programs - mbsetup - The Setup Program.</TITLE>
<LINK rel=stylesheet HREF="../manual.css"> <LINK rel=stylesheet HREF="../manual.css">
</HEAD> </HEAD>
<BODY> <BODY>
<BLOCKQUOTE> <BLOCKQUOTE>
<h5>Last update 31-Jan-2001</h5> <h5>Last update 25-Oct-2001</h5>
<P>&nbsp;<P> <P>&nbsp;<P>
<H1>mbsetup - The Setup Program</H1> <H1>mbsetup - The Setup Program</H1>
<P> <P>
<H3>Synopsis.</H3> <H3>Synopsis.</H3>
<P> <P>
<code><strong>mbsetup</strong></code> <code><strong>mbsetup</strong> [init]</code>
<P>&nbsp;<P> <P>&nbsp;<P>
<H3>Description.</H3> <H3>Description.</H3>
<P> <P>
<strong>mbsetup</strong> is the setup program for MBSE BBS. It should be run <strong>mbsetup</strong> is the setup program for MBSE BBS. It should be run
only by user <strong>mbse</strong>. If you run it by accident as root file only by user <strong>mbse</strong> and it fails to start if you are not.
permissions will be wrong and your bbs may not function. For a detailed If it is started with the optional paramater <b>init</b> only the databases are
description of all setup options see <A HREF="../setup/index.htm">MBSE BBS initialized. This is automagic done by <b>mbtask</b> when you start the system
Setup Guide</A> for the very first time. You should never need to use this switch.
<P>&nbsp;<P> When <b>mbsetup</b> is started without arguments the databases will be checked
and initialized before the main screen is displayed.
<H3>Environment.</H3> Both methods are being used to make sure all needed databases excist.
<P> For a detailed description of all setup options see
In order to run <strong>mbsetup</strong> you must set the global variable <A HREF="../setup/index.htm">MBSE BBS Setup Guide</A>
<strong>$MBSE_ROOT</strong>. This variable must point to the root directory <P>&nbsp;<P>
of the bbs structure. The main configuration file <strong>config.data</strong>
must be present in the ~/etc directory. If it is not present, ie you run <H3>Environment.</H3>
<strong>mbsetup</strong> for the first time, a default <P>
<strong>config.data</strong> will be created. This will also happen with In order to run <strong>mbsetup</strong> you must set the global variable
several other databases. <strong>$MBSE_ROOT</strong>. This variable must point to the root directory
<P> of the bbs structure. The main configuration file <strong>config.data</strong>
must be present in the ~/etc directory. If it is not present, ie you run
<A HREF="index.htm"><IMG SRC="../images/larrow.gif" ALT="Index" Border="0" width="40" height="30"> Back to index</A>&nbsp; <strong>mbsetup</strong> for the first time, a default
<A HREF="../index.htm"><IMG SRC="../images/b_arrow.gif" ALT="Main" Border="0" width="33" height="35"> Back to Main index</A> <strong>config.data</strong> will be created. This will also happen with
</BLOCKQUOTE> several other databases.
</BODY> <P>
</HTML>
<A HREF="index.htm"><IMG SRC="../images/larrow.gif" ALT="Index" Border="0" width="40" height="30"> Back to index</A>&nbsp;
<A HREF="../index.htm"><IMG SRC="../images/b_arrow.gif" ALT="Main" Border="0" width="33" height="35"> Back to Main index</A>
</BLOCKQUOTE>
</BODY>
</HTML>

View File

@ -1,48 +1,48 @@
<HTML> <HTML>
<HEAD> <HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1">
<META http-equiv="Content-Style-Type" content="text/css"> <META http-equiv="Content-Style-Type" content="text/css">
<META name="author" lang="en" "content="Michiel Broek"> <META name="author" lang="en" content="Michiel Broek">
<META name="copyright" lang="en" content="Copyright Michiel Broek"> <META name="copyright" lang="en" content="Copyright Michiel Broek">
<META name="description" lang="en" content="MBSE BBS Manual"> <META name="description" lang="en" content="MBSE BBS Manual">
<META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer"> <META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer">
<TITLE>MBSE BBS Setup - Edit Domains.</TITLE> <TITLE>MBSE BBS Setup - Edit Domains.</TITLE>
<LINK rel=stylesheet HREF="../manual.css"> <LINK rel=stylesheet HREF="../manual.css">
</HEAD> </HEAD>
<BODY> <BODY>
<BLOCKQUOTE> <BLOCKQUOTE>
<h5>Last update 30-Jan-2001</h5> <h5>Last update 25-Oct-2001</h5>
<P>&nbsp;<P> <P>&nbsp;<P>
<H1>MBSE BBS Setup - Edit Domains.</H1> <H1>MBSE BBS Setup - Edit Domains.</H1>
<P> <P>
<H3>Introduction.</H3> <H3>Introduction.</H3>
<P> <P>
The domains table is used to translate Fidonet domains to internet domains The domains table is used to translate Fidonet domains to internet domains
and back for the Fidonet &lt;-&gt; Internet gateway. When you add entries to and back for the Fidonet &lt;-&gt; Internet gateway. When you add entries to
this table make sure that the entry <strong>.fidonet</strong> and this table make sure that the entry <strong>.fidonet</strong> and
<strong>.ftn</strong> is always the last entry. This is the default entry. <strong>.ftn</strong> is always the last entry. This is the default entry.
New added domains can be moved in place with the <Strong>M</strong>ove New added domains can be moved in place with the <Strong>M</strong>ove
command. command.
<P>&nbsp;<P> <P>&nbsp;<P>
<H3>Edit Domains.</H3> <H3>Edit Domains.</H3>
<P> <P>
<pre> <pre>
<strong>Fidonet </strong>The Fidonet domain to match. <strong>Fidonet </strong>The Fidonet domain to match.
<strong>Internet </strong>The internet domain to match. <strong>Internet </strong>The internet domain to match.
<strong>Active </strong>If this domain is active. <strong>Active </strong>If this domain is active.
<strong>Deleted </strong>If this domain must be deleted. <strong>Deleted </strong>If this domain must be deleted.
</pre> </pre>
<P> <P>
Next is an example table. Next is an example table.
<P> <P>
<IMG SRC="../images/domains.gif" Border=0 width="587" height="342"> <IMG SRC="../images/domains.gif" Border=0 width="587" height="342">
<P>
<A HREF="./"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" width="40" height="30"> Back to index</A>&nbsp; <A HREF="./"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" width="40" height="30"> Back to index</A>&nbsp;
<A HREF="../"><IMG SRC="../images/b_arrow.gif" ALT="Home" Border="0" width="33" height="35"> Back to main index</A> <A HREF="../"><IMG SRC="../images/b_arrow.gif" ALT="Home" Border="0" width="33" height="35"> Back to main index</A>
</BLOCKQUOTE> </BLOCKQUOTE>
</BODY> </BODY>
</HTML> </HTML>

View File

@ -1,464 +1,464 @@
<HTML> <HTML>
<HEAD> <HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1">
<META http-equiv="Content-Style-Type" content="text/css"> <META http-equiv="Content-Style-Type" content="text/css">
<META name="author" lang="en" "content="Michiel Broek"> <META name="author" lang="en" content="Michiel Broek">
<META name="copyright" lang="en" content="Copyright Michiel Broek"> <META name="copyright" lang="en" content="Copyright Michiel Broek">
<META name="description" lang="en" content="MBSE BBS Manual"> <META name="description" lang="en" content="MBSE BBS Manual">
<META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer"> <META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer">
<TITLE>MBSE BBS Setup - Global Setup.</TITLE> <TITLE>MBSE BBS Setup - Global Setup.</TITLE>
<LINK rel=stylesheet HREF="../manual.css"> <LINK rel=stylesheet HREF="../manual.css">
</HEAD> </HEAD>
<BODY> <BODY>
<BLOCKQUOTE> <BLOCKQUOTE>
<h5>Last update 22-Jun-2001</h5> <h5>Last update 22-Jun-2001</h5>
<P>&nbsp;<P> <P>&nbsp;<P>
<H1>MBSE BBS Setup - Global Setup</H1> <H1>MBSE BBS Setup - Global Setup</H1>
<P> <P>
In this setup you can edit all global settings for MBSE BBS. All sections will In this setup you can edit all global settings for MBSE BBS. All sections will
be discussed below. be discussed below.
<P> <P>
<h3>1.1. Edit Registration Info.</H3> <h3>1.1. Edit Registration Info.</H3>
<P> <P>
<pre> <pre>
<strong>System name </strong>The name of your BBS <strong>System name </strong>The name of your BBS
<strong>Domain name </strong>Your internet domain name (or a fake name if you have <strong>Domain name </strong>Your internet domain name (or a fake name if you have
no direct connection). no direct connection).
<strong>Sysop uid </strong>The Unix name of your Sysop account <strong>Sysop uid </strong>The Unix name of your Sysop account
<strong>Sysop Fido </strong>The Fidonet name of your Sysop account <strong>Sysop Fido </strong>The Fidonet name of your Sysop account
<strong>Location </strong>The Location of your BBS <strong>Location </strong>The Location of your BBS
<strong>QWK/Bluewave </strong>The packet name for Offline mail downloads. <strong>QWK/Bluewave </strong>The packet name for Offline mail downloads.
<strong>Omed id. </strong>Not in use <strong>Omed id. </strong>Not in use
<strong>Comment </strong>A comment line for your BBS <strong>Comment </strong>A comment line for your BBS
<strong>Origin line </strong>The default origin line for echomail <strong>Origin line </strong>The default origin line for echomail
<strong>Startup uid </strong>The default username &quot;bbs&quot; <strong>Startup uid </strong>The default username &quot;bbs&quot;
</pre> </pre>
<P> <P>
<h3>1.2. Edit Global Filenames.</H3> <h3>1.2. Edit Global Filenames.</H3>
<P> <P>
<pre> <pre>
<strong>System logfile </strong>The name of the main logfile <strong>System logfile </strong>The name of the main logfile
<strong>Error logfile </strong>The name of the errors logfile <strong>Error logfile </strong>The name of the errors logfile
<strong>Default menu </strong>The name of the default main menu <strong>Default menu </strong>The name of the default main menu
<strong>Default language </strong>The name of the default language <strong>Default language </strong>The name of the default language
<strong>Chat logfile </strong>The name of the logfile for chatting <strong>Chat logfile </strong>The name of the logfile for chatting
<strong>Welcome logo </strong>The name of the BBS logo ANSI file <strong>Welcome logo </strong>The name of the BBS logo ANSI file
</pre> </pre>
<P> <P>
<h3>1.3. Edit Global Paths</H3> <h3>1.3. Edit Global Paths</H3>
<P> <P>
<pre> <pre>
<strong>BBS Menus </strong>The path to the default menus <strong>BBS Menus </strong>The path to the default menus
<strong>Txtfiles </strong>The path to the default ANSI and ASCII textfiles <strong>Txtfiles </strong>The path to the default ANSI and ASCII textfiles
<strong>Home dirs </strong>The path to the users home directories <strong>Home dirs </strong>The path to the users home directories
<strong>Nodelists </strong>The path to the nodelist directory <strong>Nodelists </strong>The path to the nodelist directory
<strong>Inbound </strong>The unprotected fidonet inbound <strong>Inbound </strong>The unprotected fidonet inbound
<strong>Prot inb. </strong>The (password) protected fidonet inbound <strong>Prot inb. </strong>The (password) protected fidonet inbound
<strong>Outbound </strong>The outbound for the main aka <strong>Outbound </strong>The outbound for the main aka
<strong>Bad TIC's </strong>Where bad TIC files are saved <strong>*.msgs </strong>A netmail directory from where *.msg mails are tossed
<strong>TIC queue </strong>Where TIC files for downlinks are kept These are *.msg files can be created by several doors. (Not in use yet)
<strong>Magic's </strong>Where the magic filerequests are kept <strong>Bad TIC's </strong>Where bad TIC files are saved
<strong>DOS path </strong>The DOS drive and path <strong>TIC queue </strong>Where TIC files for downlinks are kept
<strong>Unix path </strong>The Translated DOS path in real <strong>Magic's </strong>Where the magic filerequests are kept
<strong>LeaveCase </strong>Leave outbound .flo filenames as is, No forces to uppercase <strong>DOS path </strong>The DOS drive and path
</pre> <strong>Unix path </strong>The Translated DOS path in real
The DOS path and Unix path are translated for in and outbound mail sessions, <strong>LeaveCase </strong>Leave outbound .flo filenames as is, No forces to uppercase
so the outside world will be happy. The DOS path is a fake, you can put </pre>
anything you like in there, but "C:\OUT" is a good choice. Note that The DOS path and Unix path are translated for in and outbound mail sessions,
the TIC queue must be somewere in the Unix path, otherwise it is so the outside world will be happy. The DOS path is a fake, you can put
impossible to create a DOS path from the path to the TIC files in that anything you like in there, but "C:\OUT" is a good choice. Note that
directory. To set this up correctly is also important if you use other mailers the TIC queue must be somewere in the Unix path, otherwise it is
as well, for example binkd, or even a DOS binkly-style mailer running from impossible to create a DOS path from the path to the TIC files in that
a network. All those mailer must "see" the same file attaches in the .flo directory. To set this up correctly is also important if you use other mailers
files. If you leave the DOS path empty, no translation will be performed as well, for example binkd, or even a DOS binkly-style mailer running from
and the Unix paths will be stored in the .flo files. a network. All those mailer must "see" the same file attaches in the .flo
<P> files. If you leave the DOS path empty, no translation will be performed
and the Unix paths will be stored in the .flo files. This is the best setting
<h3>1.4. Edit BBS Configuration</H3> if mbsebbs is the only mailer running on your system.
<p> <P>
<pre>
<strong>Private system </strong>Set to true when only pre-registered users are allowed <h3>1.4. Edit BBS Configuration</H3>
<strong>Exclude Sysop </strong>True is Sysop will be invisible <p>
<strong>Show connect </strong>Show connection info at logon <pre>
<strong>Ask protocols </strong>Ask protocol before each up/download <strong>Private system </strong>Set to true when only pre-registered users are allowed
<strong>Sysop level </strong>The Sysop security level <strong>Exclude Sysop </strong>True is Sysop will be invisible
<strong>Password Length </strong>The minimum password length, should be 6. <strong>Show connect </strong>Show connection info at logon
<strong>Password Char. </strong>The password hiding character <strong>Ask protocols </strong>Ask protocol before each up/download
<strong>Idle timeout </strong>The idle timeout in minutes <strong>Sysop level </strong>The Sysop security level
<strong>Login Enters </strong>Maximum times for only enter <Enter> <strong>Password Length </strong>The minimum password length, should be 6.
<strong>Login Attempts </strong>Maximum login attempts <strong>Password Char. </strong>The password hiding character
<strong>Homedir Quota </strong>Maximum size in MBytes for each user <strong>Idle timeout </strong>The idle timeout in minutes
<strong>Location length </strong>The minimum length of the location (3 in Holland!) <strong>Login Enters </strong>Maximum times for only enter <Enter>
<strong>Show new msgarea </strong>Show new available message areas at logon (for OLR users) <strong>Login Attempts </strong>Maximum login attempts
<strong>OLR Max. msgs. </strong>Maximum messages to download, 0 is no limit. <strong>Homedir Quota </strong>Maximum size in MBytes for each user
<strong>OLR Newfile days </strong>The maximum age for newfiles in the OLR packet <strong>Location length </strong>The minimum length of the location (3 in Holland!)
<strong>OLR Max Filereq </strong>Maximum filerequests allowed for OLR users <strong>Show new msgarea </strong>Show new available message areas at logon (for OLR users)
<strong>BBS Log Level </strong>What will be logged or not the BBS program <strong>OLR Max. msgs. </strong>Maximum messages to download, 0 is no limit.
<strong>Utils Log Level </strong>What will be logged or not for utilities <strong>OLR Newfile days </strong>The maximum age for newfiles in the OLR packet
<strong>Utils slowly </strong>Should utilities release <A HREF="../misc/usleep.html">timeslices</A> <strong>OLR Max Filereq </strong>Maximum filerequests allowed for OLR users
<strong>CrashMail level </strong>Minimum level to allow sending netmail crash <strong>BBS Log Level </strong>What will be logged or not the BBS program
<strong>FileAttach level </strong>Minimum level to allow attach files to netmail <strong>Utils Log Level </strong>What will be logged or not for utilities
<strong>Min diskspace MB </strong>At which low diskspace level utilities should stop working. <strong>Utils slowly </strong>Should utilities release <A HREF="../misc/usleep.html">timeslices</A>
</pre> <strong>CrashMail level </strong>Minimum level to allow sending netmail crash
The minimum diskspace setting is to prevent that files get corrupted if your filesystem <strong>FileAttach level </strong>Minimum level to allow attach files to netmail
is full. All drives are checked except CD-roms and floppies and the /boot directory if that <strong>Min diskspace MB </strong>At which low diskspace level utilities should stop working.
one is on a separate filesystem. Ext2, msdos and vfat partitions </pre>
are checked. The lowest free diskspace found counts. Default is 10 MB. The minimum diskspace setting is to prevent that files get corrupted if your filesystem
Note, Reiserfs is not supported at this moment because I don't have access to a is full. All drives are checked except CD-roms and floppies and the /boot directory if that
system with reisefs volumes. This means that if you use Reiserfs that you are not one is on a separate filesystem. Ext2, reiserfs, msdos and vfat partitions
protected against a full filesystem. are checked. The lowest free diskspace found counts. Default is 10 MB.
<p> <p>
<h3>1.5. New users defaults.</h3> <h3>1.5. New users defaults.</h3>
<p> <p>
<pre> <pre>
<strong>Access level </strong>The access level and flags after registration <strong>Access level </strong>The access level and flags after registration
<strong>Cap. Username </strong>Capitalize the username <strong>Cap. Username </strong>Capitalize the username
<strong>Ask ANSI </strong>Ask for ANSI screen (default is yes) <strong>Ask ANSI </strong>Ask for ANSI screen (default is yes)
<strong>Ask Sex </strong>Ask for Male/Female <strong>Ask Sex </strong>Ask for Male/Female
<strong>Ask Voicephone </strong>Ask for voice phonenumber <strong>Ask Voicephone </strong>Ask for voice phonenumber
<strong>Ask Dataphone </strong>Ask for data phonenumber <strong>Ask Dataphone </strong>Ask for data phonenumber
<strong>Telephone scan </strong>Scan for duplicate numbers <strong>Telephone scan </strong>Scan for duplicate numbers
<strong>Ask Handle </strong>Ask for handle (nickname) <strong>Ask Handle </strong>Ask for handle (nickname)
<strong>Ask Birth date </strong>Ask for birthdate (needed for checks) <strong>Ask Birth date </strong>Ask for birthdate (needed for checks)
<strong>Ask Location </strong>Ask for users location <strong>Ask Location </strong>Ask for users location
<strong>Ask Hot-Keys </strong>Ask for hot-keyed menus (default is yes) <strong>Ask Hot-Keys </strong>Ask for hot-keyed menus (default is yes)
<strong>One word names </strong>Allow one word names <strong>One word names </strong>Allow one word names
<strong>Ask address </strong>Not implemented <strong>Ask address </strong>Not implemented
<strong>Give email </strong>Give new users email access (default is yes) <strong>Give email </strong>Give new users email access (default is yes)
</pre> </pre>
<p> <p>
<h3>1.6. Text Colors.</h3> <h3>1.6. Text Colors.</h3>
<p> <p>
Several prompts use different colors. They can be changed with the following Several prompts use different colors. They can be changed with the following
menu. menu.
<P> <P>
<IMG SRC="../images/mbsetup1.6.gif" width="589" height="343"> <IMG SRC="../images/mbsetup1.6.gif" width="589" height="343">
<IMG SRC="../images/mbsetup1.6.S.gif" width="589" height="343"> <IMG SRC="../images/mbsetup1.6.S.gif" width="589" height="343">
<P> <P>
<h3>1.7. Next User Door.</h3> <h3>1.7. Next User Door.</h3>
<p> <p>
This is a "message to nextuser" door I found in RapidBBS. It allows a user This is a "message to nextuser" door I found in RapidBBS. It allows a user
to write a message to the next BBS user. to write a message to the next BBS user.
<pre> <pre>
<strong>Text file </strong>The textfile to display <strong>Text file </strong>The textfile to display
<strong>Quote </strong>The prompt to show <strong>Quote </strong>The prompt to show
</pre> </pre>
<p> <p>
<h3>1.8. Safe cracker door.</h3> <h3>1.8. Safe cracker door.</h3>
<p> <p>
This is a door I found in RapidBBS, it is a simple number guessing game. This is a door I found in RapidBBS, it is a simple number guessing game.
<pre> <pre>
<strong>Digit 1 </strong>The first digit to guess <strong>Digit 1 </strong>The first digit to guess
<strong>Digit 2 </strong>The second digit to guess <strong>Digit 2 </strong>The second digit to guess
<strong>Digit 3 </strong>The third digit to guess <strong>Digit 3 </strong>The third digit to guess
<strong>Max trys </strong>The maximum number of trys per day <strong>Max trys </strong>The maximum number of trys per day
<strong>Max numb </strong>The highest number to guess <strong>Max numb </strong>The highest number to guess
<strong>Num gen </strong>Automatic number generation <strong>Num gen </strong>Automatic number generation
<strong>Prize </strong>The prize to win <strong>Prize </strong>The prize to win
<strong>Welcome </strong>The welcome file to display <strong>Welcome </strong>The welcome file to display
<strong>Opened </strong>The file to display to the winner <strong>Opened </strong>The file to display to the winner
</pre> </pre>
<p> <p>
<h3>1.9. Time Bank Door.</h3> <h3>1.9. Time Bank Door.</h3>
<p> <p>
This is the timebank door I found in RapidBBS. It allows a user to deposit This is the timebank door I found in RapidBBS. It allows a user to deposit
time or download kilobytes on his bank account so when he needs it for time or download kilobytes on his bank account so when he needs it for
big downloads he can use his savings for extra large downloads. Anyway, big downloads he can use his savings for extra large downloads. Anyway,
I haven't figured this one out completly for myself, so the meaning of all I haven't figured this one out completly for myself, so the meaning of all
these settings are not well explained right now. these settings are not well explained right now.
<pre> <pre>
<strong>Time balance </strong>Maximum time balance <strong>Time balance </strong>Maximum time balance
<strong>Max time withdraw </strong>Maximum time to withdraw <strong>Max time withdraw </strong>Maximum time to withdraw
<strong>Max time deposit </strong>Maximum time to deposit <strong>Max time deposit </strong>Maximum time to deposit
<strong>Kb. balance </strong>Maximum Kilobytes balance <strong>Kb. balance </strong>Maximum Kilobytes balance
<strong>Max Kb. withdraw </strong>Maximum Kilobytes to withdraw <strong>Max Kb. withdraw </strong>Maximum Kilobytes to withdraw
<strong>Max Kb. deposit </strong>Maximum Kilobytes to deposit <strong>Max Kb. deposit </strong>Maximum Kilobytes to deposit
<strong>Users time ratio </strong>Time ratio <strong>Users time ratio </strong>Time ratio
<strong>Users Kb. ratio </strong>Kilobytes ratio <strong>Users Kb. ratio </strong>Kilobytes ratio
</pre> </pre>
<p> <p>
<h3>1.10. Sysop paging</h3> <h3>1.10. Sysop paging</h3>
<p> <p>
For sysop chat we use a program that will connect to the users tty. This is For sysop chat we use a program that will connect to the users tty. This is
not a nice solution because it will not work over a network, but at least not a nice solution because it will not work over a network, but at least
it works. it works.
<pre> <pre>
<strong>Ext. chat </strong>External chat program, not in use! <strong>Ext. chat </strong>External chat program, not in use!
<strong>Chat device </strong>The device where the sysop is called (beeped) <strong>Chat device </strong>The device where the sysop is called (beeped)
<strong>Call script </strong>For future use <strong>Call script </strong>For future use
<strong>Page length </strong>The length of a page in seconds <strong>Page length </strong>The length of a page in seconds
<strong>Page times </strong>Maximum number of times a user may page the sysop <strong>Page times </strong>Maximum number of times a user may page the sysop
<strong>Sysop area </strong>Message from user to Sysop area number <strong>Sysop area </strong>Message from user to Sysop area number
<strong>Ask reason </strong>Ask reason for chat, this will be logged <strong>Ask reason </strong>Ask reason for chat, this will be logged
<strong>Use Extern </strong>Use external chat <strong>Use Extern </strong>Use external chat
<strong>Log Chat </strong>Log the chat conversation <strong>Log Chat </strong>Log the chat conversation
<strong>Prompt Chk. </strong>Check at menu prompts for Sysop breaking in <strong>Prompt Chk. </strong>Check at menu prompts for Sysop breaking in
<strong>Freeze Time </strong>Freeze users time during chat <strong>Freeze Time </strong>Freeze users time during chat
<strong>Sunday..Saturday </strong>The times the Sysop is normal available <strong>Sunday..Saturday </strong>The times the Sysop is normal available
</pre><p> </pre><p>
<h3>1.11. Flag Descriptions.</h3> <h3>1.11. Flag Descriptions.</h3>
<p> <p>
In this menu you can give the 32 users flags a meaningfull description. In this menu you can give the 32 users flags a meaningfull description.
<p> <p>
<h3>1.12. Fileecho Processing.</h3> <h3>1.12. Fileecho Processing.</h3>
<p> <p>
A note, when you change the number of Systems or Groups, the databases affected A note, when you change the number of Systems or Groups, the databases affected
will be updated automatic. will be updated automatic.
<pre> <pre>
<strong>Keep days </strong>How long TIC files should be kept on hold <strong>Keep days </strong>How long TIC files should be kept on hold
<strong>Hatch pwd </strong>The internal hatch password. Make this weird. <strong>Hatch pwd </strong>The internal hatch password. Make this weird.
<strong>Drv space </strong>The minimal free space on your disk in kilobytes <strong>Drv space </strong>The minimal free space on your disk in kilobytes
<strong>Systems </strong>The maximum number of connected nodes <strong>Systems </strong>The maximum number of connected nodes
<strong>Groups </strong>The maximum number of fileecho groups <strong>Groups </strong>The maximum number of fileecho groups
<strong>Max. dupes </strong>The maximum number of entries in dupe database <strong>Max. dupes </strong>The maximum number of entries in dupe database
<strong>Keep date </strong>Keep original filedate <strong>Keep date </strong>Keep original filedate
<strong>Keep netm </strong>Keep sent netmails <strong>Keep netm </strong>Keep sent netmails
<strong>Res future </strong>Reset dates in the future <strong>Res future </strong>Reset dates in the future
<strong>Loc resp </strong>Respond to local created filefind messages <strong>Loc resp </strong>Respond to local created filefind messages
<strong>Repl ext </strong>Replace filename extension with .* before filesearch <strong>Repl ext </strong>Replace filename extension with .* before filesearch
<strong>Plus all </strong>Allow filemgr +all command <strong>Plus all </strong>Allow filemgr +all command
<strong>Notify </strong>Allow filemgr notify=on/off command <strong>Notify </strong>Allow filemgr notify=on/off command
<strong>Passwd </strong>Allow filemgr passwd command <strong>Passwd </strong>Allow filemgr passwd command
<strong>Message </strong>Allow filemgr message=on/off command <strong>Message </strong>Allow filemgr message=on/off command
<strong>Tic on/off </strong>Allow filemgr tic=on/off command <strong>Tic on/off </strong>Allow filemgr tic=on/off command
<strong>Pause </strong>Allow filemgr pause/resume commands <strong>Pause </strong>Allow filemgr pause/resume commands
</pre><p> </pre><p>
<h3>1.13. Edit Fidonet mail and echomail processing.</h3> <h3>1.13. Edit Fidonet mail and echomail processing.</h3>
<p> <p>
Note that the first 2 mailboards must also exist in the normal mail areas if Note that the first 2 mailboards must also exist in the normal mail areas if
you want to see what is in them. Here they are defined for quick access of the you want to see what is in them. Here they are defined for quick access of the
tosser. For the Max. systems and groups see 1.12. If you use MBSE BBS together tosser. For the Max. systems and groups see 1.12. If you use MBSE BBS together
with a DOS based BBS (using DOSEMU or mars netware emulator), you can set the with a DOS based BBS (using DOSEMU or mars netware emulator), you can set the
behaviour of the outbound to 4d. addressing instead of 5d. This option may behaviour of the outbound to 4d. addressing instead of 5d. This option may
dissapear in the future.<br> dissapear in the future.<br>
Another option is present, this is the <strong>pktdate</strong> option. This Another option is present, this is the <strong>pktdate</strong> option. This
is the full path and filename to an external program that can inspect and is the full path and filename to an external program that can inspect and
correct the mail .pkt files. Originally I put this in to run pktname of Tobias correct the mail .pkt files. Originally I put this in to run pktname of Tobias
Ernst of 2:2476/418 to fix y2k problems in the incoming mail. At this time Ernst of 2:2476/418 to fix y2k problems in the incoming mail. At this time
most y2k fixes are build in, but in case you need it it's there. To make it most y2k fixes are build in, but in case you need it it's there. To make it
clear; the y2ktools written by Tobias are static compiled for Linux and they clear; the y2ktools written by Tobias are static compiled for Linux and they
should run on all Linux i386 versions. Until now, I still use pktdate because should run on all Linux i386 versions. Until now, I still use pktdate because
it is necessary.<br> it is necessary.<br>
<pre> <pre>
<strong>Badboard </strong>The path and filename of the bad messages <strong>Badboard </strong>The path and filename of the bad messages
<strong>Dupeboard </strong>The path and filename of the duplicate messages <strong>Dupeboard </strong>The path and filename of the duplicate messages
<strong>Pktdate </strong>Full path and filename of a .pkt preprocessor <strong>Pktdate </strong>Full path and filename of a .pkt preprocessor
<strong>Max pkts. </strong>Maximum Kb. of mail packets before a new one is created. <strong>Max pkts. </strong>Maximum Kb. of mail packets before a new one is created.
<strong>Max arcs. </strong>Maximum size in Kilobytes of an arcmail file <strong>Max arcs. </strong>Maximum size in Kilobytes of an arcmail file
<strong>Keep days </strong>How many day should we keep ARCmail on hold <strong>Keep days </strong>How many day should we keep ARCmail on hold
<strong>Echo dupes </strong>Maximum number of entries in the echomail dupe database <strong>Echo dupes </strong>Maximum number of entries in the echomail dupe database
<strong>Reject old </strong>Reject echomail messages older then n days <strong>Reject old </strong>Reject echomail messages older then n days
<strong>Max msgs </strong>Default maximum number of messages in each area <strong>Max msgs </strong>Default maximum number of messages in each area
<strong>Days old </strong>Default number of days old to keep messages <strong>Days old </strong>Default number of days old to keep messages
<strong>Max systems </strong>Maximum number of nodes to connect to echomail <strong>Max systems </strong>Maximum number of nodes to connect to echomail
<strong>Max groups </strong>Maximum number of echomail groups <strong>Max groups </strong>Maximum number of echomail groups
<strong>4d address </strong>Use 4d. addressing (not needed you only use MBSE BBS) <strong>4d address </strong>Use 4d. addressing (not needed you only use MBSE BBS)
<strong>Split at </strong>Gently split messages after n KBytes (12..60) <strong>Split at </strong>Gently split messages after n KBytes (12..60)
<strong>Force at </strong>Force split of messages after n KBytes (16..63) <strong>Force at </strong>Force split of messages after n KBytes (16..63)
</pre><p> </pre><p>
A note about the splitting of messages. Some tossers can't handle A note about the splitting of messages. Some tossers can't handle
messages greater than 16 KBytes, these tossers are rare these days. Most messages greater than 16 KBytes, these tossers are rare these days. Most
tossers can handle messages of 32 KBytes. To set these values on the safe tossers can handle messages of 32 KBytes. To set these values on the safe
side set "Split at" to 27 and "Force at" to 31. This means that a long side set "Split at" to 27 and "Force at" to 31. This means that a long
newfile report will be split after 27 KBytes when a new group of files newfile report will be split after 27 KBytes when a new group of files
should start in the report. If it can't find that point because a large should start in the report. If it can't find that point because a large
number of files is in the group that is just being processed, the message number of files is in the group that is just being processed, the message
split will be forced right after the file that passes the 31 KBytes limit. split will be forced right after the file that passes the 31 KBytes limit.
I use values of 1 KBytes below maximum for overhead such as SEEN-BY and I use values of 1 KBytes below maximum for overhead such as SEEN-BY and
PATH lines. Values larger then 32 KBytes is not a good idea, recent tests PATH lines. Values larger then 32 KBytes is not a good idea, recent tests
in May 1999 have shown that your messages will not reach all systems in May 1999 have shown that your messages will not reach all systems
if they are larger then 32 KBytes. Splitting is used for newsfiles reports if they are larger then 32 KBytes. Splitting is used for newsfiles reports
and gated news articles to Fidonet. and gated news articles to Fidonet.
<P> <P>
<h3>1.14. Edit Internet mail and news processing.</h3> <h3>1.14. Edit Internet mail and news processing.</h3>
<p> <p>
Email and news is setup here. There are three possible configurations which you Email and news is setup here. There are three possible configurations which you
can set with 1.14.11: can set with 1.14.11:
<ul> <ul>
<li><strong>No ISP</strong>. If you don't have any connection to the internet <li><strong>No ISP</strong>. If you don't have any connection to the internet
use this setting. Email will come from the default Fidonet UUCP gate and will be send out use this setting. Email will come from the default Fidonet UUCP gate and will be send out
via the UUCP gate. Users have email addresses like via the UUCP gate. Users have email addresses like
<strong>user@f2802.m280.z2.fidonet.org</strong> Note, the username is their <strong>user@f2802.m280.z2.fidonet.org</strong> Note, the username is their
Unix name when sending email. Unix name when sending email.
<li><strong>Dial ISP</strong>. If you dial the internet regulary or are connected <li><strong>Dial ISP</strong>. If you dial the internet regulary or are connected
with a cable modem without a valid DNS (Nameserver) entry you should use with a cable modem without a valid DNS (Nameserver) entry you should use
this mode. Email will be sent via your local SMTP port, then through your this mode. Email will be sent via your local SMTP port, then through your
own sendmail (or whatever you use) to your ISP. own sendmail (or whatever you use) to your ISP.
As soon as you are connected to the internet As soon as you are connected to the internet
the mail will be sent to your ISP's mailer. In your sendmail you should the mail will be sent to your ISP's mailer. In your sendmail you should
define the mailer of your ISP as Smarthost. Incoming email will still come define the mailer of your ISP as Smarthost. Incoming email will still come
from the UUCP gate. Users have email addresses like from the UUCP gate. Users have email addresses like
<strong>user@f2802.m280.z2.fidonet.org</strong> Note, the username is their <strong>user@f2802.m280.z2.fidonet.org</strong> Note, the username is their
Unix name. Unix name.
<li><strong>Perm ISP</strong>. If you are permanent connected to the internet <li><strong>Perm ISP</strong>. If you are permanent connected to the internet
either with a static or dynamic IP address use this option. Use this option either with a static or dynamic IP address use this option. Use this option
also if you have an UUCP domain and hav a dialup UUCP connection. You need to also if you have an UUCP domain and hav a dialup UUCP connection. You need to
register a DNS name and MX record for your system, if you don't you won't be able to register a DNS name and MX record for your system, if you don't you won't be able to
receive email from the internet and must use the previous Dial mode. receive email from the internet and must use the previous Dial mode.
If you have a dynamic IP address you can still get a DNS name from for If you have a dynamic IP address you can still get a DNS name from for
example <A HREF="http://www.dynip.com">dynip.com</A> example <A HREF="http://www.dynip.com">dynip.com</A>
Incoming email will come directly from the internet, but if someone sends Incoming email will come directly from the internet, but if someone sends
email via the UUCP gate it is also accepted. Users have email addresses like email via the UUCP gate it is also accepted. Users have email addresses like
<strong>user@yourbbs.domain.org</strong>. Note, the username is their <strong>user@yourbbs.domain.org</strong>. Note, the username is their
Unix name. Unix name.
</ul> </ul>
Another word of wisdom from my side, configuration of the internet, ppp, sendmail etc. is not discussed Another word of wisdom from my side, configuration of the internet, ppp, sendmail etc. is not discussed
here, see the HOWTO's and other documentation that exists at <A HREF="http://www.linuxdoc.org"> here, see the HOWTO's and other documentation that exists at <A HREF="http://www.linuxdoc.org">
www.linuxdoc.org</A>, it's all there. www.linuxdoc.org</A>, it's all there.
<pre> <pre>
<strong>POP3 node </strong>The POP3 node to use, should be localhost <strong>POP3 node </strong>The POP3 node to use, should be localhost
<strong>SMTP node </strong>The SMTP node to use, should be localhost <strong>SMTP node </strong>The SMTP node to use, should be localhost
<strong>NNTP node </strong>The NNTP node to use, should be localhost <strong>NNTP node </strong>The NNTP node to use, should be localhost
<strong>NNTP m.r. </strong>If the NNTP server needs the Mode Reader command <strong>NNTP m.r. </strong>If the NNTP server needs the Mode Reader command
<strong>NNTP user </strong>The username for the NNTP server if needed <strong>NNTP user </strong>The username for the NNTP server if needed
<strong>NNTP pass </strong>The password for the NNTP server if needed <strong>NNTP pass </strong>The password for the NNTP server if needed
<strong>News dupes </strong>The number of entries for the news dupes database. <strong>News dupes </strong>The number of entries for the news dupes database.
<strong>Email aka </strong>The Fidonet aka to use for the fidonet.org UUCP gate <strong>Email aka </strong>The Fidonet aka to use for the fidonet.org UUCP gate
<strong>UUCP aka </strong>The default Fidonet UUCP gate, 2:292/875@fidonet <strong>UUCP aka </strong>The default Fidonet UUCP gate, 2:292/875@fidonet
<strong>Emailmode </strong>The email mode, discussed above <strong>Emailmode </strong>The email mode, discussed above
<strong>News mode </strong>Newsfeed mode, INN, rnews or UUCP. <strong>News mode </strong>Newsfeed mode, INN, rnews or UUCP.
<strong>Split at </strong>Gently split newfiles reports after n KBytes (12..60) <strong>Split at </strong>Gently split newfiles reports after n KBytes (12..60)
<strong>Force at </strong>Force split of newfiles reports after n KBytes (16..63) <strong>Force at </strong>Force split of newfiles reports after n KBytes (16..63)
<strong>Control ok </strong>Allow news control messages to be gated <strong>Control ok </strong>Allow news control messages to be gated
<strong>No regate </strong>Don't regate already gated messages <strong>No regate </strong>Don't regate already gated messages
In rnews mode the NNTP entries are replaced by: In rnews mode the NNTP entries are replaced by:
<strong>Path rnews </strong>The full path and filename to the rnews binary. <strong>Path rnews </strong>The full path and filename to the rnews binary.
In UUCP mode the NNTP entries are replaced by: In UUCP mode the NNTP entries are replaced by:
<strong>UUCP path </strong>The full path to the uucppublic directory. <strong>UUCP path </strong>The full path to the uucppublic directory.
<strong>UUCP node </strong>The UUCP nodename of your ISP. <strong>UUCP node </strong>The UUCP nodename of your ISP.
</pre><p> </pre><p>
<P> <P>
<h3>1.15. Allfiles and Newfiles lists.</h3> <h3>1.15. Allfiles and Newfiles lists.</h3>
<p> <p>
These are the settings that affect the generation of newfiles and allfiles reports. These are the settings that affect the generation of newfiles and allfiles reports.
<pre> <pre>
<strong>Ftp base </strong>The root of the public download area (.../ftp) <strong>Ftp base </strong>The root of the public download area (.../ftp)
<strong>New days </strong>The number of days old files are &quot;newfiles&quot; <strong>New days </strong>The number of days old files are &quot;newfiles&quot;
<strong>Security </strong>The highest security level to include files in the reports <strong>Security </strong>The highest security level to include files in the reports
<strong>Groups </strong>The number of newfile groups the newfiles database can hold <strong>Groups </strong>The number of newfile groups the newfiles database can hold
</pre><p> </pre><p>
<h3>1.16. Fidonet Aka's.</h3> <h3>1.16. Fidonet Aka's.</h3>
<p> <p>
Here you can enter 40 fidonet addresses. These are 5d addresses. Here you can enter 40 fidonet addresses. These are 5d addresses.
<p> <p>
<h3>1.17. Mailer Setup.</h3> <h3>1.17. Mailer Setup.</h3>
<p> <p>
Note that you can't disable FTS-0001 sessions as that is a mandatory session Note that you can't disable FTS-0001 sessions as that is a mandatory session
protocol in Fidonet. There are 40 phonenumber translations present, this is for protocol in Fidonet. There are 40 phonenumber translations present, this is for
countries with lots of telephone operators with all kind of prefixes for countries with lots of telephone operators with all kind of prefixes for
carrier select functions. carrier select functions.
<pre> <pre>
<strong>Mailer logl. </strong>The logging level for mailer sessions <strong>Mailer logl. </strong>The logging level for mailer sessions
<strong>Default phone </strong>The default phonenumber for EMSI sessions <strong>Default phone </strong>The default phonenumber for EMSI sessions
<strong>TCP/IP flags </strong>The TCP/IP capability flags for TCP/IP sessions <strong>TCP/IP flags </strong>The TCP/IP capability flags for TCP/IP sessions
<strong>Default speed </strong>The default speed for EMSI sessions <strong>Default speed </strong>The default speed for EMSI sessions
<strong>Timeout reset </strong>The timout for normal modem commands <strong>Timeout reset </strong>The timout for normal modem commands
<strong>Timeout connect </strong>The timeout for waiting for connect <strong>Timeout connect </strong>The timeout for waiting for connect
<strong>Dial delay </strong>The maximum delay between calls, minimum is 10 seconds. <strong>Dial delay </strong>The maximum delay between calls, minimum is 10 seconds.
<strong>No Filerquests </strong>Disable filerequests <strong>No Filerquests </strong>Disable filerequests
<strong>No callout </strong>Disable callout <strong>No callout </strong>Disable callout
<strong>No hold mail </strong>Send &quot;hold&quot; mail if we make the call <strong>No hold mail </strong>Send &quot;hold&quot; mail if we make the call
<strong>No pickup all </strong>Exchange mail for one aka only <strong>No pickup all </strong>Exchange mail for one aka only
<strong>No EMSI session </strong>Disable EMSI <strong>No EMSI session </strong>Disable EMSI
<strong>No YooHoo/2U2 </strong>Disable FTS-0006 sessions <strong>No YooHoo/2U2 </strong>Disable FTS-0006 sessions
<strong>No Zmodem </strong>Disable zmodem protocol <strong>No Zmodem </strong>Disable zmodem protocol
<strong>No Zedzap </strong>Disable zedzap protocol <strong>No Zedzap </strong>Disable zedzap protocol
<strong>No Hydra </strong>Disable Hydra protocol <strong>No Hydra </strong>Disable Hydra protocol
<strong>No TCP/IP </strong>Disable TCP/IP protocol, set to Yes if you don't have internet. <strong>No TCP/IP </strong>Disable TCP/IP protocol, set to Yes if you don't have internet.
<strong>Phonetrans 1..40 </strong>Maximum 40 phone number translations <strong>Phonetrans 1..40 </strong>Maximum 40 phone number translations
<strong>Max. files </strong>Maximum files to request, 0 is unlimited <strong>Max. files </strong>Maximum files to request, 0 is unlimited
<strong>Max. MBytes </strong>Maximum MBytes to request, 0 is unlimited <strong>Max. MBytes </strong>Maximum MBytes to request, 0 is unlimited
</pre> </pre>
<h3>1.18. FTPD Settings.</h3> <h3>1.18. FTPD Settings.</h3>
<p> <p>
A new program is <strong>mbftpd</strong>. This is a replacement for the normal A new program is <strong>mbftpd</strong>. This is a replacement for the normal
ftp server for Linux with special futures for MBSE BBS. This is not working ftp server for Linux with special futures for MBSE BBS. This is not working
yet so don't use it. Setting it up is adviced. yet and is not included in the distribution. Setting it up is adviced.
<pre> <pre>
<strong>Base path </strong>The ftp base directory (ie. /SYS/usr/ftp). <strong>Base path </strong>The ftp base directory (ie. /SYS/usr/ftp).
<strong>Upload pth </strong>Incoming files (ie. /SYS/usr/ftp/incoming). <strong>Upload pth </strong>Incoming files (ie. /SYS/usr/ftp/incoming).
<strong>Banner msg </strong>The banner file to display before login. <strong>Banner msg </strong>The banner file to display before login.
<strong>Path filter </strong>The legal character in upload filenames. <strong>Path filter </strong>The legal character in upload filenames.
<strong>Path msg </strong>Message to display if illegal characters in upload. <strong>Path msg </strong>Message to display if illegal characters in upload.
<strong>Email addr </strong>Your email address. <strong>Email addr </strong>Your email address.
<strong>Shutdown </strong>Shutdown message if FTP server is closed. <strong>Shutdown </strong>Shutdown message if FTP server is closed.
<strong>Readme login </strong>Readme to display after login. <strong>Readme login </strong>Readme to display after login.
<strong>Readme cwd* </strong>Readme to display after chdir. <strong>Readme cwd* </strong>Readme to display after chdir.
<strong>Msg login </strong>Welcome message after login. <strong>Msg login </strong>Welcome message after login.
<strong>Msg cwd* </strong>Message to display in directory. <strong>Msg cwd* </strong>Message to display in directory.
<strong>Userslimit </strong>Maximum FTP users allowed. <strong>Userslimit </strong>Maximum FTP users allowed.
<strong>Loginfails </strong>Maximum login failures. <strong>Loginfails </strong>Maximum login failures.
<strong>Compress </strong>If compress command is allowed. <strong>Compress </strong>If compress command is allowed.
<strong>Tar </strong>If tar command is allowed. <strong>Tar </strong>If tar command is allowed.
<strong>Mkdir ok </strong>If users may create directories. <strong>Mkdir ok </strong>If users may create directories.
<strong>Log commands </strong>Log user commands. <strong>Log commands </strong>Log user commands.
<strong>Anonymous </strong>If anonymous login is allowed. <strong>Anonymous </strong>If anonymous login is allowed.
<strong>User mbse </strong>If user <strong>mbse</strong> is allowed. Dangerous! <strong>User mbse </strong>If user <strong>mbse</strong> is allowed. Dangerous!
</pre> </pre>
<h3>1.19. Edit HTML pages setup.</h3> <h3>1.19. Edit HTML pages setup.</h3>
<p> <p>
Here you setup the HTML pages that can be created with the <strong> Here you setup the HTML pages that can be created with the <strong>
mbfile web</strong> command. These are HTML pages of your download mbfile web</strong> command. These are HTML pages of your download
areas and indexes of all areas. If there are pictures in these areas areas and indexes of all areas. If there are pictures in these areas
thumbnails are created if you have the <strong>convert</strong> thumbnails are created if you have the <strong>convert</strong>
command available. The document root is the same as defined in your command available. The document root is the same as defined in your
web server. The link to ftp must be created from that directory to web server. The link to ftp must be created from that directory to
your ftp base directory. To do that become root, cd to the document root your ftp base directory. To do that become root, cd to the document root
and type <strong>ln -s /var/spool/mbse/ftp files</strong> In this case the link and type <strong>ln -s /var/spool/mbse/ftp files</strong> In this case the link
is called <strong>files</strong>. Note that all download areas are accesible, is called <strong>files</strong>. Note that all download areas are accesible,
there is no user authentication yet available. there is no user authentication yet available.
<pre> <pre>
<strong>Docs root </strong>The path to the httpd documents root. <strong>Docs root </strong>The path to the httpd documents root.
<strong>Link to ftp </strong>The link to the ftp directory. <strong>Link to ftp </strong>The link to the ftp directory.
<strong>URL name </strong>The URL of your webserver. <strong>URL name </strong>The URL of your webserver.
<strong>Charset </strong>The default character set, ISO-8859-1. <strong>Charset </strong>The default character set, ISO-8859-1.
<strong>Table color </strong>The tables background color. <strong>Table color </strong>The tables background color.
<strong>Header color </strong>The tables header background color. <strong>Header color </strong>The tables header background color.
<strong>Author name </strong>The author name you want in the HTTP headers. <strong>Author name </strong>The author name you want in the HTTP headers.
<strong>Convert command </strong>The graphics convert command. (ImageMagick needed). <strong>Convert command </strong>The graphics convert command. (ImageMagick needed).
<strong>Files/page </strong>The number of files to display per web page. <strong>Files/page </strong>The number of files to display per web page.
<strong>Icon Home </strong>The name of the Home icon file. <strong>Icon Home </strong>The name of the Home icon file.
<strong>Text Home </strong>The text to display for Home. <strong>Text Home </strong>The text to display for Home.
<strong>Icon Back </strong>The name of the Back icon file. <strong>Icon Back </strong>The name of the Back icon file.
<strong>Text Back </strong>The text to display for Back. <strong>Text Back </strong>The text to display for Back.
<strong>Icon Prev. </strong>The name of the Previous page icon file. <strong>Icon Prev. </strong>The name of the Previous page icon file.
<strong>Text Prev. </strong>The text to display for Previous page. <strong>Text Prev. </strong>The text to display for Previous page.
<strong>Icon Next </strong>The name of the Next page icon file. <strong>Icon Next </strong>The name of the Next page icon file.
<strong>Text Next </strong>The text to display for Next page. <strong>Text Next </strong>The text to display for Next page.
</pre> </pre>
<P> <P>
<A HREF="./"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" align="bottom" width="40" height="30"> Back to index</A> <A HREF="./"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" align="bottom" width="40" height="30"> Back to index</A>
<BR> <BR>
<A HREF="../"><IMG SRC="../images/b_arrow.gif" ALT="Home" Border="0" align="bottom" width="33" height="35"> Back to main index</A> <A HREF="../"><IMG SRC="../images/b_arrow.gif" ALT="Home" Border="0" align="bottom" width="33" height="35"> Back to main index</A>
</BLOCKQUOTE> </BLOCKQUOTE>
</BODY> </BODY>
</HTML> </HTML>

View File

@ -1,57 +1,57 @@
<HTML> <HTML>
<HEAD> <HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1">
<META http-equiv="Content-Style-Type" content="text/css"> <META http-equiv="Content-Style-Type" content="text/css">
<META name="author" lang="en" "content="Michiel Broek"> <META name="author" lang="en" content="Michiel Broek">
<META name="copyright" lang="en" content="Copyright Michiel Broek"> <META name="copyright" lang="en" content="Copyright Michiel Broek">
<META name="description" lang="en" content="MBSE BBS Manual"> <META name="description" lang="en" content="MBSE BBS Manual">
<META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer"> <META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer">
<TITLE>MBSE BBS Setup - BBS Setup - Language Setup.</TITLE> <TITLE>MBSE BBS Setup - BBS Setup - Language Setup.</TITLE>
<LINK rel=stylesheet HREF="../manual.css"> <LINK rel=stylesheet HREF="../manual.css">
</HEAD> </HEAD>
<BODY> <BODY>
<BLOCKQUOTE> <BLOCKQUOTE>
<h5>Last update 25-Jul-2001</h5> <h5>Last update 25-Oct-2001</h5>
<P>&nbsp;<P> <P>&nbsp;<P>
<H1>MBSE BBS Setup - BBS Setup - Language Setup.</H1> <H1>MBSE BBS Setup - BBS Setup - Language Setup.</H1>
<P> <P>
<H3>Language introduction.</H3> <H3>Language introduction.</H3>
<P> <P>
You need to define at least one language, this is the default language. You need to define at least one language, this is the default language.
The paths to the BBS menus and Txtfiles for the default language The paths to the BBS menus and Txtfiles for the default language
must be exactly the same as defined in the global setup, menus 1.3.1 and 1.3.2<br> must be exactly the same as defined in the global setup, menus 1.3.1 and 1.3.2<br>
I did this so you can make your I did this so you can make your
own local languages next to the default languages. If something is not own local languages next to the default languages. If something is not
present in your local language, the BBS will fall back to the default present in your local language, the BBS will fall back to the default
language. This is true for the menus and textfiles for the BBS. It is language. This is true for the menus and textfiles for the BBS. It is
therefore wise to name all menus and textfiles the same for all languages used. therefore wise to name all menus and textfiles the same for all languages used.
When you setup the languages for the first time, entries for English, Dutch, When you setup the languages for the first time, entries for English, Dutch,
Spanish and Italian are created. Spanish, Galego and Italian are created.
<P>&nbsp;<p> <P>&nbsp;<p>
<H3>Language setup.</H3> <H3>Language setup.</H3>
<P> <P>
<pre> <pre>
<strong>Select </strong>The letter to select this language. <strong>Select </strong>The letter to select this language.
<strong>Name </strong>The name of this language. <strong>Name </strong>The name of this language.
<strong>Menupath </strong>The path to the menu files. <strong>Menupath </strong>The path to the menu files.
<strong>Textpath </strong>The path to the ANSI and ASCII textfiles. <strong>Textpath </strong>The path to the ANSI and ASCII textfiles.
<strong>Macropath </strong>Not in use yet. <strong>Macropath </strong>Not in use yet.
<strong>Available </strong>If this language is available. <strong>Available </strong>If this language is available.
<strong>Datafile </strong>The name of the language datafile in ~/etc <strong>Datafile </strong>The name of the language datafile in ~/etc
<strong>Security </strong>The minimum security level to select this language. <strong>Security </strong>The minimum security level to select this language.
<strong>Deleted </strong>If this language must be deleted. <strong>Deleted </strong>If this language must be deleted.
</pre> </pre>
<P> <P>
<IMG SRC="../images/language.gif" width="589" height="343"> <IMG SRC="../images/language.gif" width="589" height="343">
<P> <P>
<A HREF="bbs.html"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" width="40" height="30"> Back to BBS index</A>&nbsp; <A HREF="bbs.html"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" width="40" height="30"> Back to BBS index</A>&nbsp;
<A HREF="./"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" width="40" height="30"> Back to index</A>&nbsp; <A HREF="./"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" width="40" height="30"> Back to index</A>&nbsp;
<A HREF="../"><IMG SRC="../images/b_arrow.gif" ALT="Home" Border="0" width="33" height="35"> Back to main index</A> <A HREF="../"><IMG SRC="../images/b_arrow.gif" ALT="Home" Border="0" width="33" height="35"> Back to main index</A>
</BLOCKQUOTE> </BLOCKQUOTE>
</BODY> </BODY>
</HTML> </HTML>

View File

@ -1,69 +1,60 @@
<HTML> <HTML>
<HEAD> <HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1">
<META http-equiv="Content-Style-Type" content="text/css"> <META http-equiv="Content-Style-Type" content="text/css">
<META name="author" lang="en" "content="Michiel Broek"> <META name="author" lang="en" content="Michiel Broek">
<META name="copyright" lang="en" content="Copyright Michiel Broek"> <META name="copyright" lang="en" content="Copyright Michiel Broek">
<META name="description" lang="en" content="MBSE BBS Manual"> <META name="description" lang="en" content="MBSE BBS Manual">
<META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer"> <META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer">
<TITLE>MBSE BBS Setup - Edit Services.</TITLE> <TITLE>MBSE BBS Setup - Edit Services.</TITLE>
<LINK rel=stylesheet HREF="../manual.css"> <LINK rel=stylesheet HREF="../manual.css">
</HEAD> </HEAD>
<BODY> <BODY>
<BLOCKQUOTE> <BLOCKQUOTE>
<h5>Last update 06-Jun-2001</h5> <h5>Last update 25-Oct-2001</h5>
<P>&nbsp;<P> <P>&nbsp;<P>
<H1>MBSE BBS Setup - Edit Services.</H1> <H1>MBSE BBS Setup - Edit Services.</H1>
<P> <P>
<H3>Introduction.</H3> <H3>Introduction.</H3>
<P> <P>
Services are special mail accounts. Netmail addressed to one of these names Services are special mail accounts. Netmail addressed to one of these names
will be handled according to the action that is selected. Current implemented will be handled according to the action that is selected. Current implemented
actions are AreaMgr, FileMgr and Email. So if you name a service <strong> actions are AreaMgr, FileMgr and Email. So if you name a service <strong>
Areamgr</strong> and set the action to <strong>AreaMgr</strong> then an incoming Areamgr</strong> and set the action to <strong>AreaMgr</strong> then an incoming
netmail will be directed to the Areamgr function. If you define a service netmail will be directed to the Areamgr function. If you define a service
<strong>listserv</strong> and set the action to <strong>Email</strong> then <strong>listserv</strong> and set the action to <strong>Email</strong> then
and incoming netmail will be converted to email and send to <strong>listserv</strong> and incoming netmail will be converted to email and send to the <strong>listserv</strong>
at your host.<br> account at your host.<br>
If you should want to run some votemanager on your system you can <P>&nbsp;<P>
do that by creating a service <b>votemgr</b> with the type set to <b>email</b>.
You also need to setup a valid unix user <b>votemgr</b> so that there will be an existing <H3>Edit Services.</H3>
mailbox. Then with some external scripts you can process all received messages. <P>
<P>&nbsp;<P> <pre>
<strong>Name </strong>The name of the Service.
<H3>Edit Services.</H3> <strong>Type </strong>Toggle the service type with the spacebar.
<P> <strong>Active </strong>If this service is active.
<pre> <strong>Deleted </strong>If this service must be deleted.
<strong>Name </strong>The name of the Service. </pre>
<strong>Type </strong>Toggle the service type with the spacebar. <P>
<strong>Active </strong>If this service is active. Here are some example services:
<strong>Deleted </strong>If this service must be deleted. <P>
</pre> <PRE>
<P> UUCP Email
Here are some example services: allfix FileMgr
<P> areamgr AreaMgr
<PRE> fmail AreaMgr
UUCP Email gecho AreaMgr
allfix FileMgr mbtic FileMgr
areamgr AreaMgr raid FileMgr
fmail AreaMgr </PRE>
gecho AreaMgr Note: the UUCP services is needed if you are gating email!
listserv Email <P>
majordomo Email
mbsebbs Email <A HREF="./"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" width="40" height="30"> Back to index</A>&nbsp;
mbsebbs-owner Email <A HREF="../"><IMG SRC="../images/b_arrow.gif" ALT="Home" Border="0" width="33" height="35"> Back to main index</A>
mbtic FileMgr </BLOCKQUOTE>
owner-mbsebbs Email </BODY>
raid FileMgr </HTML>
</PRE>
Note: the UUCP services is needed if you are gating email!
<P>
<A HREF="./"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" width="40" height="30"> Back to index</A>&nbsp;
<A HREF="../"><IMG SRC="../images/b_arrow.gif" ALT="Home" Border="0" width="33" height="35"> Back to main index</A>
</BLOCKQUOTE>
</BODY>
</HTML>

View File

@ -1,52 +1,59 @@
<HTML> <HTML>
<HEAD> <HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO 8859-1">
<META http-equiv="Content-Style-Type" content="text/css"> <META http-equiv="Content-Style-Type" content="text/css">
<META name="author" lang="en" "content="Michiel Broek"> <META name="author" lang="en" content="Michiel Broek">
<META name="copyright" lang="en" content="Copyright Michiel Broek"> <META name="copyright" lang="en" content="Copyright Michiel Broek">
<META name="description" lang="en" content="MBSE BBS Manual"> <META name="description" lang="en" content="MBSE BBS Manual">
<META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer"> <META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer">
<TITLE>MBSE BBS Setup - Virus scanners.</TITLE> <TITLE>MBSE BBS Setup - Virus scanners.</TITLE>
<LINK rel=stylesheet HREF="../manual.css"> <LINK rel=stylesheet HREF="../manual.css">
</HEAD> </HEAD>
<BODY> <BODY>
<BLOCKQUOTE> <BLOCKQUOTE>
<h5>Last update 29-Jan-2001</h5> <h5>Last update 25-Oct-2001</h5>
<P>&nbsp;<P> <P>&nbsp;<P>
<H1>MBSE BBS Setup - virus scanners</H1> <H1>MBSE BBS Setup - virus scanners</H1>
<P> <P>
Once upon a time there was no DOS and no computer virusses. But since DOS was Once upon a time there was no DOS and no computer virusses. But since DOS was
invented as a small OS which was easily extensible, virus writers saw their invented as a small OS which was easily extensible, virus writers saw their
chance to easy spread their hacks. Although running a Linux system is chance to easy spread their hacks. Although running a Linux system is
relative safe, most of the files that you have available on your bbs relative safe, most of the files that you have available on your bbs
are DOS based programs. And before you put them available for download, they are DOS based programs. And before you put them available for download, they
should be checked for virusses. Macro virusses are a relative new danger, should be checked for virusses. Macro virusses are a relative new danger,
this can also hurt Unix/Linux users.<P> this can also hurt Unix/Linux users.<P>
There are several scanners for Linux available. Default only two of them There are several scanners for Linux available. Default only two of them
are setup. You may consult <A HREF="http://www.openantivirus.org/"> are setup. You may consult <A HREF="http://www.openantivirus.org/">
http://www.openantivirus.org</A> for more scanner mentioned in a mini-FAQ http://www.openantivirus.org</A> for more scanners mentioned in a mini-FAQ
maintained by Rainer Link. maintained by Rainer Link.
<p> <P>
<b>NAI Virus Scan</b> (uvscan) for Unix (Linux) made by <A HREF="http://www.nai.com"> The following scanners are default installed in the setup but disabled for use:
Network Associates, USA.</A> <p>
Not free for personal use. Uses the same DAT files as for Windows and DOS.
<P> <UL>
<strong>AntiVir/Linux</strong> made by <A HREF="http://www.hbedv.com"> <LI><b>NAI Virus Scan</b> (uvscan) for Unix (Linux) made by <A HREF="http://www.nai.com">
H+BEDV Datentechnik GmbH.</A> Network Associates, USA.</A>
Can also be installed in sendmail or Postfix to scan incoming Not free for personal use. Uses the same DAT files as for Windows and DOS.
and outgoing email. This may be a good idea if you run a email gateway. <LI><strong>AntiVir/Linux</strong> made by <A HREF="http://www.hbedv.com">
This version can be registered for personal use. H+BEDV Datentechnik GmbH.</A>
<P> Can also be installed in sendmail or Postfix to scan incoming
As soon as you have made a scanner available in the setup and you receive files and outgoing email. This may be a good idea if you run a email gateway.
in tic areas where the scan flag is set, then these files will be checked. This version can be registered for personal use.
As soon as one of the scanners detects a virus the received file will not be imported. <LI><strong>F-PROT</strong> available from <A
Uploads from users will be checked with the installed virus scanners as well. HREF="http://www.frisk.is">http://www.frisk.is</A>. For now the BETA releases are free
<p> for personal use.
</UL>
<A HREF="./"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" width="40" height="30"> Back to index</A>&nbsp; <P>
<A HREF="../"><IMG SRC="../images/b_arrow.gif" ALT="Home" Border="0" width="33" height="35"> Back to main index</A> As soon as you have made a scanner available in the setup and you receive files
</BLOCKQUOTE> in tic areas where the scan flag is set, then these files will be checked.
</BODY> As soon as one of the scanners detects a virus the received file will not be imported.
</HTML> Uploads from users will be checked with the installed virus scanners as well.
<p>
<A HREF="./"><IMG SRC="../images/larrow.gif" ALT="Back" Border="0" width="40" height="30"> Back to index</A>&nbsp;
<A HREF="../"><IMG SRC="../images/b_arrow.gif" ALT="Home" Border="0" width="33" height="35"> Back to main index</A>
</BLOCKQUOTE>
</BODY>
</HTML>