This file is indexed.

/usr/share/doc/fbb/examples/fbb.conf.sample is in fbb 7.05f-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
#
# FBB Set-up file
#
# default is /usr/local/etc/ax25/fbb.conf
#
# may be changed using the $FBBCONF environment variable
#

##################################################################

#
# The following lines are mandatory
#

version = FBB7.05

# Callsign of BBS with hierarchical information
callsign = F6FBB.FMLR.FRA.EU

# SSID of BBS
ssid = 1

# Qra Locator of BBS
qraloc = JN03QL

# Qth of BBS
city = Toulouse

# First name of SYSOP
name = Jean-Paul

# Callsign of SYSOP
sysop = F6FBB

##################################################################

#
# Optional lines
#

# Callsign (and route if needed) that will have copy of SYSOP messages
sysmail = F6XXX F5XXX@F6XXX.FMLR.FRA.EU

# Line to send WP messages
wpcalls = F1XXX

# BBS-UP batch or program
upbatch =

# BBS-DW batch or program
dwbatch =

#
# Servers will be searched and run in the "server" directory
#
# REQCFG, REDIST and WP are already built-in
#

#        Name    Filename   Information
server = REQDIR  reqdir     Directory request

##################################################################

#
# The rest of lines overwrites defaults. Here are the default values
#

# Directory of data files
data = /usr/local/var/ax25/fbb

# Directory of config files
config = /usr/local/etc/ax25/fbb

# Directory of message files
messages = /usr/local/var/ax25/fbb/mail

# Directory of compressed files
compressed = /usr/local/var/ax25/fbb/binmail

# Directory of users
fbbdos = *,*,/usr/local/var/ax25/fbb/fbbdos,*,*,*,*,*

# Directory of YAPP files
yapp = /usr/local/var/ax25/fbb/fbbdos/yapp

# Directory of documentation files
docs = /usr/local/var/ax25/fbb/docs

# Directory of the pg programs
pg = /usr/local/lib/fbb/pg

# Directory of the filter programs
fdir = /usr/local/lib/fbb/filter

# Directory of the server programs
sdir = /usr/local/lib/fbb/server

# Directory of the tool programs (fbbdos, forward, cron...)
tdir = /usr/local/lib/fbb/tool

# Path and filename for import file
import = /usr/local/var/ax25/fbb/mail/mail.in

# Full log
logs = OK

# Test mode
test = NO

# Use (when possible) forward type FBB
fbbfwd = OK 160

# Use (when possible) compressed forward
fbbcomp = OK 3

# Wait for informations (Name, HomeBBS, Qth, ZIP)
askinfo = OK

# First connection mask :
# 0  : Disable
# 1  : Excluded
# 2  : Local
# 4  : Expert
# 8  : Sysop
# 16 : BBS
# 32 : Pagination
# 64 : Guest
# 128: Modem
# 256: See-all-messages
# 512: Unproto list asking is allowed
# 1024: Liste des messages nouveaux.
# 2048: 
mask = 3616

# Security codes.
# Users can :
# 1  : Read all messages, including private messages
# 2  : Kill all messages
# 4  : Send SYS command
# 8  : Use remote sysop commands (edit, forward, etc...)
# 16 : Edit labels in YAPP, FBBDOS, DOCS
# 32 : Can delete files in YAPP, FBBDOS
# 64 : Have access to all gateways
# 128: Run DOS commands
# 256: Have access to the entire hard disk
# 512: Have access to commands /A (stop) and /R (Reboot)
# All:   Sysop: Sysop after successful SYS-command:
security = 0 4 59  

# WARNING messages to sysop
# 1  : Less than 1MB in disk
# 2  : Error in system file (FORWARD, BBS, REJECT...)
# 4  : Server error/warning
# 8  : Ping-Pong warning
# 16 : Unknown route warning
# 32 : Unknown NTS warning
# 64 : Message file not found
# 128: Error in proposal
# 256: Message rejected in remote BBS
# 512: Message held in remote BBS
#
warning = 255

# Time (hour) for housekeeping (cleanup of messages)
housekeeping = 2

# Time-out for normal users / forward
timeout = 10 20

# Download size YAPP / MODEM
maxdownload  = 0 0

# Hours +/- in relation with UTC
localtime = 0

# Number of callsigns in mail beacon
beacon = 8

# Number of lines in scroll buffers
#
# User  Console  Monitoring
scroll = 1500 1500 1500

# Text for forward header (Do not change !)
fwdheader = [$c] $$:$R

# Number of saved BIDs
maxbids = 30000

# Lifetime for bulletins (days)
lifetime = 30

# Zip code of the BBS
zipcode = 00000

# Number of back messages in unproto lists
unprotoes = 500 5 P

#
# End of fbb.conf file
#