SPECIAL
CONFIGURATIONS, SETTINGS
FBB is very flexible
with how it can be set up. Given Outpost's need for a structured message list to determine what gets pulled next,
getting the BBS options set correctly is critical. Refer
to the
FBB documentation for information on the definitions of the field
control variables: http://www.f6fbb.org/fbbdoc/doc.htm,
then click on Variables.
All changes must be performed by the FBB Sysop.
1.
Message List
Field Order
The
entire Message List line can be configured. The F6FBB setup to
support how Outpost will parse the message line is as follows:
#
$WMsg#
TSLD Size To @ BBS From Date/Time Title (LC-choice: $l)$W
#
Contents of each line when listing:
$M
$t$s$r%r $n $G$O $P $i $1$W
...
or
$M $t$s$r%r $n $G @$O $P $i $S $l$W
2.
Date format
Note the date/time format in
the above listing.
Outpost expects to see the message listing date in the format: MMDD/HHMM.
The following describes how to set this date format.
On the Linux
version, and possibly more recent Windows versions, there is a file called
"english.txt" (in the "/etc/ax25/fbb/lang"
directory) that contains all the internationalization strings for English that are dynamically set at run-time.
The $i and
$j parameters control the date format as follows:
$i : Date and time of the message header
(Format
MMDD/HHMM)
$j : Date of the message header (Format 29-Dec)
Set the date format parameter to
"$i".
See the Message List Field Order entry above to see how this
parameter looks.
3. Stuck
Packets
One change you may need to be made
is with the telnet setup on the BBS. Bill VE7QC reported that the following change corrected a problem with "stuck packets" where the BBS prompt was not being displayed for large files retrieved by Outpost.
In the port.sys file, change the MaxFrame parameter from 7 (in Bill's case) to 1 if you experience this problem...
Before:
# Same number of lines as number of TNCs.
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
6 4 2 t1
250 7 2 20
10/60 UTYW Telnet
After:
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
6 4 2 t1
250 1 2 20
10/60 UTYW Telnet
|