mysticbbs/mystic/mutil.cfg

112 lines
3.4 KiB
INI
Raw Normal View History

2012-02-29 17:52:52 -08:00
; MUTIL configuration file
; -------------------------------------------------------------------------
;
; MUTIL is an automated maintainance and utility program driven by
; configuration files used to perform various tasks upon execution.
;
; The syntax to execute MUTIL is: MUTIL <configuration file>. If no
; configuration file is supplied, then the program will look for mutil.cfg
; in the same directory.
;
; Many different configuration files can exist to perform any series of
; tasks supported by MUTIL, or a single configuration can be maintained that
; does everything.
;
2012-03-01 15:21:16 -08:00
; Current abilities:
;
; - Import FIDONET.NA into Message bases
2012-03-02 19:51:42 -08:00
; - Mass upload files to all file bases (with FILE_ID.DIZ import)
2012-03-01 15:21:16 -08:00
;
2012-02-29 17:52:52 -08:00
; ==========================================================================
; ==========================================================================
[General]
; Uncomment this and set it to the full path and filename to
2012-03-01 15:21:16 -08:00
; MYSTIC.DAT if you want to run mutil from a directory other than
; the root Mystic directory. Otherwise, leave this commented and
; MUTIL will look in the current directory.
2012-02-29 17:52:52 -08:00
2012-03-01 15:21:16 -08:00
; mystic_directory=c:\mystic\mystic.dat
2012-02-29 17:52:52 -08:00
; list of functions to perform on startup
2012-03-01 15:21:16 -08:00
Import_FIDONET.NA = true
Import_FILEBONE.NA = false
MassUpload = true
2012-02-29 17:52:52 -08:00
; ==========================================================================
; ==========================================================================
; ==========================================================================
[Import_FIDONET.NA]
; filename to import
2012-03-02 19:51:42 -08:00
filename = fidonet.na
2012-03-01 15:21:16 -08:00
; convert tags to lower case for message base filename
lowercase_filename = 1
2012-02-29 17:52:52 -08:00
; The following options define the "default" values used when creating any
2012-03-01 15:21:16 -08:00
; new message bases. netaddress must match an exiting network address
2012-02-29 17:52:52 -08:00
; configured within Mystic BBS. default values are also taken from
; the system configuration for origin line, colors, etc.
2012-02-29 19:27:06 -08:00
netaddress = 1:1/1
2012-02-29 17:52:52 -08:00
acs_list =
acs_read =
acs_post =
acs_news =
acs_sysop = s255
header = msghead
read_template = ansimrd
index_template = ansimlst
max_msgs = 500
max_msgs_age = 365
; true/false type values 0=false 1=true
use_autosig = 1
use_realname = 0
kill_kludge = 1
private_base = 0
new_scan = 1
qwk_scan = 1
; value is either 0 for JAM or 1 for Squish
base_format = 0
2012-03-01 15:21:16 -08:00
; ==========================================================================
; ==========================================================================
; ==========================================================================
[Import_FILEBONE.NA]
filename = filebone.na
; ==========================================================================
; ==========================================================================
; ==========================================================================
[MassUpload]
2012-03-02 19:51:42 -08:00
; this function searches all configured file directories for new
; files and will upload them into the BBS. It will attempt to
; import FILE_ID.DIZ using the configured archivers if the option
; is enabled.
; Name to save has the uploader
2012-03-01 15:21:16 -08:00
uploader_name = Mystic BBS
2012-03-02 19:51:42 -08:00
; Import FILE_ID.DIZ? 1=yes
2012-03-01 15:21:16 -08:00
import_fileid = 1
2012-03-02 19:51:42 -08:00
; No description string used when no FILE_ID.DIZ is imported.
2012-03-01 15:21:16 -08:00
no_description = No Description