User Tools

Site Tools


mutil_ini_1.12

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mutil_ini_1.12 [2016/04/19 03:58] – updated default .ini to alpha 11 avonmutil_ini_1.12 [2018/09/04 03:36] – updated to 1.12 a39 avon
Line 1: Line 1:
 ====== MUTIL.INI Mystic BBS 1.12 Alpha ====== ====== MUTIL.INI Mystic BBS 1.12 Alpha ======
  
-This is the current 'stock install' example of MUTIL.INI that ships with Mystic BBS 1.12 Alpha **11** +This is the current 'stock install' example of MUTIL.INI that ships with Mystic BBS 1.12 Alpha **39**  
-  + 
-        ; MUTIL configuration file +  ; MUTIL configuration file 
- ; ------------------------------------------------------------------------- +  ; ------------------------------------------------------------------------- 
-+  
- ; MUTIL is an automated maintainance and utility program driven by +  ; MUTIL is an automated maintainance and utility program driven by 
- ; configuration files used to perform various tasks upon execution. +  ; configuration files used to perform various tasks upon execution. 
-+  
- ; The syntax to execute MUTIL is: MUTIL <configuration file> If no +  ; The syntax to execute MUTIL is: MUTIL <configuration file> If no 
- ; configuration file is supplied, then the program will look for mutil.ini +  ; configuration file is supplied, then the program will look for mutil.ini 
- ; in the same directory.  A second parameter -NOSCREEN can be used to turn +  ; in the same directory.  A second parameter -NOSCREEN can be used to turn 
- ; off screen updates but the configuration file parameter MUST be supplied +  ; off screen updates but the configuration file parameter MUST be supplied 
- ; ex: mutil mutil.ini -NOSCREEN +  ; ex: mutil mutil.ini -NOSCREEN 
-+  
- ; Many different configuration files can exist to perform any series of +  ; Many different configuration files can exist to perform any series of 
- ; tasks supported by MUTIL, or a single configuration can be maintained that +  ; tasks supported by MUTIL, or a single configuration can be maintained that 
- ; does everything.  The minimum requirement is the General header with a +  ; does everything.  The minimum requirement is the General header with a 
- ; task enabled, and then the specific header for that task that defines its +  ; task enabled, and then the specific header for that task that defines its 
- ; options. +  ; options. 
-+  
- ; Current abilities (enabled/disabled in the General header below): +  ; Current abilities (enabled/disabled in the General header below): 
-+  
- ;    - Export Binkley-style FLO echomail/netmail +  ;    - Export Binkley-style FLO echomail/netmail 
- ;    - Import Binkley-style FLO echomail/netmail +  ;    - Import Binkley-style FLO echomail/netmail 
- ;    - Import Message Bases (by datafile analysis) +  ;    - Import Message Bases (by datafile analysis) 
- ;    - Import FIDONET.NA into Message bases +  ;    - Import FIDONET.NA into Message bases 
- ;    - Import FILEBONE.NA into File bases +  ;    - Import FILEBONE.NA into File bases 
- ;    - Mass upload files to all file bases (with FILE_ID.DIZ import and the +  ;    - Mass upload files to all file bases (with FILE_ID.DIZ import and the 
- ;      ability to exclude files by filemask) +  ;      ability to exclude files by filemask) 
- ;    - Generate Top 1 up to 99 Callers, Posters, Downloaders, Uploaders, PCR +  ;    - Generate Top 1 up to 99 Callers, Posters, Downloaders, Uploaders, PCR 
- ;      Completely configurable output by using template files +  ;      Completely configurable output by using template files 
- ;    - Import FILES.BBS into file bases +  ;    - Import FILES.BBS into file bases 
- ;    - Generate all files listing +  ;    - Generate all files listing 
- ;    - Purge Message bases (by age and max messages) +  ;    - Purge Message bases (by age and max messages) 
- ;    - Pack and renumber message bases +  ;    - Pack and renumber message bases 
- ;    - Post text files to message bases +  ;    - Post text files to message bases 
- ;    - Merge nodelists into Mystic format +  ;    - Merge nodelists into Mystic format 
- ;    - Toss TIC+files into BBS and to subscribed downlinks +  ;    - Toss TIC+files into BBS and to subscribed downlinks 
- ;    - Pack and check integrity of file base listings +  ;    - Pack and check integrity of file base listings 
- ;    - Perform message base echomail reply linking +  ;    - Sort file base listings 
-+  ;    - Perform message base echomail reply linking 
- ; The concept here is that you can create your own custom command lines to +     - Purge user database marking inactive users for deletion 
- ; complete any number of tasks.  For example, you could create msgmaint.ini +  ;    - Pack user database and remove private messages of deleted users 
- ; which executes message base purge, packing, and reply linking.  Then you +  ; 
- ; can simply execute "mutil msgmaint" to kick it off. +  ; The concept here is that you can create your own custom command lines to 
- ; ========================================================================== +  ; complete any number of tasks.  For example, you could create msgmaint.ini 
- ; ========================================================================== +  ; which executes message base purge, packing, and reply linking.  Then you 
- ; ========================================================================== +  ; can simply execute "mutil msgmaint" to kick it off. 
-  +  ; ========================================================================== 
- [General] +  ; ========================================================================== 
-  +  ; ========================================================================== 
- ; list of functions to perform on startup +   
-  +  [General] 
- Import_FIDONET.NA  = false +   
- Import_MessageBase = false +    ; list of functions to perform on startup 
- Import_FILEBONE.NA = false +   
- Import_FILES.BBS   = false +    Import_FIDONET.NA  = false 
- MassUpload         = false +    Import_MessageBase = false 
- GenerateTopLists   = false +    Import_FILEBONE.NA = false 
- GenerateAllFiles   = false +    Import_FILES.BBS   = false 
- PurgeMessageBases  = false +    MassUpload         = false 
- PostTextFiles      = false +    GenerateTopLists   = false 
- PackMessageBases   = false +    GenerateAllFiles   = false 
- ImportEchoMail     = false +    PurgeMessageBases  = false 
- ExportEchoMail     = false +    PostTextFiles      = false 
- MergeNodeLists     = false +    PackMessageBases   = false 
- FileToss           = false +    ImportEchoMail     = false 
- PackFileBases      = false +    ExportEchoMail     = false 
- LinkMessages    = false +    MergeNodeLists     = false 
-  +    FileToss           = false 
- ; Set this value if you want to run mutil from a directory other than +    PackFileBases      = false 
- ; the root Mystic directory or the mysticbbs environment variable: +    FileSort           = false 
-  +    LinkMessages       = false 
- ; mystic_directory=c:\mystic\mystic.dat +    PurgeUserBase      = false 
-  +    PackUserBase       = false 
- ; If no directory is specified in the logfile name, mUtil will attempt +   
- ; to use the configured LOGS directory from in Mystic's configuration. +    ; Set this value if you want to run mutil from a directory other than 
- ; Comment out to disable logging completely. +          ; the root Mystic directory or the mysticbbs environment variable: 
-  +   
- logfile=mutil.log +    ; mystic_directory=c:\mystic\mystic.dat 
-  +   
- ; Level 1 = basic +    ; If no directory is specified in the logfile name, mUtil will attempt 
- ; Level 2 = verbose +          ; to use the configured LOGS directory from in Mystic's configuration. 
- ; Level 3 = debug +          ; Comment out to disable logging completely. 
-  +   
- loglevel=2 +    logfile=mutil.log 
-  +   
- ; logfile time stamp.  defaults to NNN DD HH:II:SS if not set here +    ; If set to TRUE (*HIGHLY* recommended for MUTIL) then it will write the 
- ;logstamp = YYYYHHMMHHIISS +    ; log file in increments of 8KB at a time.  If set to FALSE it will write 
-  +    ; each individual line as it is logged.  This will significantly reduce 
- ; Log roller type 0=roll by number of files/size  1=roll by number of days +    ; MUTIL performance if set to FALSE. 
- logtype = 0 +   
-  +    logcache=true 
- ; number of log files to keep (0 to disable log rolling) +   
- maxlogfiles = 3 +    ; Level 1 = basic 
-  +    ; Level 2 = verbose 
- ; size of each log file in kilobytes +    ; Level 3 = debug 
- maxlogsize = 1000 +   
-  +    loglevel=2 
- ; ========================================================================== +   
- ; ========================================================================== +          ; logfile time stamp.  defaults to NNN DD HH:II:SS if not set here 
- ; ========================================================================== +          ;logstamp = YYYYHHMMHHIISS 
-  +   
- [Import_FIDONET.NA] +    ; Log roller type
-  +    ;   0 = Do not roll log files 
- ; filename to import +    ;   1 = Roll by number of files/filesize 
-  +    ;   Roll by number of days 
- filename = fidonet.na +   
-  +    logtype = 0 
- ; convert tags to lower case for message base filename  1=yes +   
-  +    ; number of log files to keep (0 to disable log rolling) 
- lowercase_filename = 1 +          maxlogfiles = 3 
-  +   
- ; The following options define the "default" values used when creating +    ; size of each log file in kilobytes 
- ; any new message bases.  netaddress must match an exiting network +          maxlogsize = 1000 
- ; address configured within Mystic BBS.  default values are also +   
- ; taken from the system configuration for origin line, colors, etc. +  ; ========================================================================== 
-  +  ; ========================================================================== 
- netaddress     = 1:1/1 +  ; ========================================================================== 
- acs_list       = +   
- acs_read       = +  [Import_FIDONET.NA] 
- acs_post       = +   
- acs_sysop      = s255 +    ; filename to import 
- header         = msghead +   
- read_template  = ansimrd +    filename = fidonet.na 
- index_template = ansimlst +   
- max_msgs       = 500 +    ; convert tags to lower case for message base filename  1=yes 
- max_msgs_age   = 365 +   
-  +    lowercase_filename = 1 
- ; true/false type values 0=false 1=true (newscan 2=forced) +   
-  +    ; The following options define the "default" values used when creating 
- use_autosig    = 1 +    ; any new message bases.  netaddress must match an exiting network 
- use_realname   = 0 +    ; address configured within Mystic BBS.  default values are also 
- kill_kludge    = 1 +    ; taken from the system configuration for origin line, colors, etc. 
- private_base   = 0 +   
- new_scan       = 1 +    netaddress     = 1:1/1 
- qwk_scan       = 1 +    acs_list       = 
-  +    acs_read       = 
- ; value is either 0 for JAM or 1 for Squish +    acs_post       = 
-  +    acs_sysop      = s255 
- base_format = 0 +    header         = msghead 
-  +    read_template  = ansimrd 
- ; ========================================================================== +    index_template = ansimlst 
- ; ========================================================================== +    max_msgs       = 500 
- ; ========================================================================== +    max_msgs_age   = 365 
-  +   
- [Import_FILEBONE.NA] +    ; true/false type values 0=false 1=true (newscan 2=forced) 
-  +   
- ; filename of filebone.na +    use_autosig    = 1 
-  +    use_realname   = 0 
- filename = filebone.na +    kill_kludge    = 1 
-  +    private_base   = 0 
- ; root directory to create file paths under.  when a new filebone echo +    new_scan       = 1 
- ; is found, mUtil will create a file using "root_dir" + areatag.  So +    qwk_scan       = 1 
- ; for example if root is "c:\mystic\filebase\" and the areatag is +   
- ; MYSTICBBS it will create "c:\mystic\filebase\MYSTICBBS" This root +    ; value is either 0 for JAM or 1 for Squish 
- ; directory MUST exist. +   
-  +    base_format = 0 
- root_dir = c:\mystic\files\ +   
-  +  ; ========================================================================== 
- convert tags to lower case for filebase base filename/dir 1=yes +  ; ========================================================================== 
-  +  ; ========================================================================== 
- lowercase_filename = 1 +   
-  +  [Import_FILEBONE.NA] 
- ; Default values when creating a new file base +   
-  +    ; filename of filebone.na 
- dispfile     = +   
- template     = ansiflst +    filename = filebone.na 
- acs_list     = +   
- acs_ftp      = +    ; root directory to create file paths under.  when a new filebone echo 
- acs_download = +    ; is found, mUtil will create a file using "root_dir" + areatag.  So 
- acs_upload   = +    ; for example if root is "c:\mystic\filebase\" and the areatag is 
- acs_hatch    = +    ; MYSTICBBS it will create "c:\mystic\filebase\MYSTICBBS" This root 
- acs_sysop    = s255 +    ; directory MUST exist. 
-  +   
- ; true/false type values 0=false 1=true (newscan 2=forced) +    root_dir = c:\mystic\files\ 
-  +   
- free_files    = 0 +    Use echotag for base description and FTP name 
- show_uploader = 1 +   
- new_scan      1 +    use_echotag = false 
-  +   
- ; ========================================================================== +    ; Convert tags to lower case for filebase base filename/dir 
- ; ========================================================================== +    ; True or for yes, false or 0 for no 
- ; ========================================================================== +   
-  +    lowercase_filename = true 
- [Import_FILES.BBS] +   
-  +    ; Default values when creating a new file base 
- ; This function searches the filebase directories for existance of a +   
- ; text-based file listing file (often known as FILES.BBS but other +    dispfile     = 
- ; formats can be imported as well +    template     = ansiflst 
-  +    acs_list     = 
- ; The files must physically exist in the same directory as the file +    acs_ftp      = 
- ; in order for them to be uploaded to the BBS. +    acs_download = 
-  +    acs_upload   = 
- ; Files that have have different file size in the database compared +    acs_hatch    = 
- ; to the physical file can also be updated with the new size and a new +    acs_sysop    = s255 
- ; file description, useful for using with external TIC processors. +   
-  +    ; true/false type values 0=false 1=true (newscan 2=forced) 
- ; The name of the file to look for in each directory +   
- filesbbs=files.bbs +    new_scan      = 1 
-  +    free_files    = 0 
- ; Upload name for files uploaded by this function +    show_uploader = 1 
- uploader_name = Mystic BBS +    anon_ftp      0 
-  +   
- ; Delete the FILES.BBS file after processing +  ; ========================================================================== 
- delete_after = false +  ; ========================================================================== 
-  +  ; ========================================================================== 
- ; Update existing files in the database, if their file sizes do not match? +   
- ; Both size and description will be imported +  [Import_FILES.BBS] 
- update_files = false +   
-  +    ; This function searches the filebase directories for existance of a 
- ; The FILES.BBS format must be configured here using the following options +    ; text-based file listing file (often known as FILES.BBS but other 
- +    ; formats can be imported as well 
- ; DESC_FIRST: Defines how the first line of the file description is handled. +   
- +    ; The files must physically exist in the same directory as the file 
- ;   If the value is 0, the importer will expect for the file description to +    ; in order for them to be uploaded to the BBS. 
- ;   appear directly after the filename (ie, the second "word" on the line). +   
- +    ; Files that have have different file size in the database compared 
- ;   If the value is -1, then the importer will not look for a description on +    ; to the physical file can also be updated with the new size and a new 
- ;   the first line.    +    ; file description, useful for using with external TIC processors. 
- +   
- ;   If the first description line is always at a specific character position +    ; The name of the file to look for in each directory 
- ;   on the first line, then DESC_FIRST should contain the character position +    filesbbs=files.bbs 
-  +   
- desc_first = 0 +    ; Upload name for files uploaded by this function 
-  +    uploader_name = Mystic BBS 
- ; DESC_CHAR: Defines the character identifier for an extended description line +   
- ;            if this value is blank, it will mean a space. +    ; Delete the FILES.BBS file after processing 
-  +    delete_after = false 
- desc_char = +   
-  +    ; Update existing files in the database, if their file sizes do not match? 
- ; DESC_START: Defines the character position of the extended description line. +    ; Both size and description will be imported 
- ;             If a line contains the DESC_CHAR at the DESC_START position, +    update_files = false 
- ;             then the importer will copy everything after that as an extended +   
- ;             descripttion line. +    ; The FILES.BBS format must be configured here using the following options 
-  +    
- desc_start = 14 +    ; DESC_FIRST: Defines how the first line of the file description is handled. 
-  +    
- ; ========================================================================== +    ;   If the value is 0, the importer will expect for the file description to 
- ; ========================================================================== +    ;   appear directly after the filename (ie, the second "word" on the line). 
- ; ========================================================================== +    
-  +    ;   If the value is -1, then the importer will not look for a description on 
- [MassUpload] +    ;   the first line.    
-  +    
- ; this function searches all configured file directories for new +    ;   If the first description line is always at a specific character position 
- ; files and will upload them into the BBS.  It will attempt to +    ;   on the first line, then DESC_FIRST should contain the character position 
- ; import FILE_ID.DIZ using the configured archivers if the option +   
- ; is enabled. +    desc_first = 0 
-  +   
- ; Name to save has the uploader +    ; DESC_CHAR: Defines the character identifier for an extended description line 
-  +    ;            if this value is blank, it will mean a space. 
- uploader_name = Mystic BBS +   
-  +    desc_char = 
- ; Import FILE_ID.DIZ?  1=yes +   
-  +    ; DESC_START: Defines the character position of the extended description line. 
- import_fileid = 1 +    ;             If a line contains the DESC_CHAR at the DESC_START position, 
-  +    ;             then the importer will copy everything after that as an extended 
- ; No description string used when no FILE_ID.DIZ is imported. +    ;             descripttion line. 
-  +   
- no_description = No Description +    desc_start = 14 
-  +   
- ; Ignore list one file mask per line (allows * and ? wildcards) +  ; ========================================================================== 
-  +  ; ========================================================================== 
- ignore = files.bbs +  ; ========================================================================== 
- ;ignore = *.readme +   
-  +  [MassUpload] 
- ; ========================================================================== +   
- ; ========================================================================== +    ; 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 
- [GenerateTopLists] +    ; is enabled. 
-  +   
- ; Top list generator can generate up to top 99 for various different +    ; Name to save has the uploader 
- ; statistics.  Each individual top file can be enabled or disabled and +   
- ; can each have their own template files that are totally configurable. +    uploader_name = Mystic BBS 
- +   
- ; 1=enable for top_call, top_post, etc. +    ; Import FILE_ID.DIZ?  1=yes 
- +   
- ; The number of items in each list is determined by the template.  It +    import_fileid = 1 
- ; could be any number between 1 and 99. +   
- +    ; No description string used when no FILE_ID.DIZ is imported. 
- ; In the templates use @NA01-99 for name and @DA01-99 for numerical data +   
- ; @DE returns the value set as _desc in the configuration.  You can look +    no_description = No Description 
- ; at the provided template as an example. +   
- +    ; Ignore list one file mask per line (allows * and ? wildcards) 
- ; namelen and datalen define the width the MCI code is padded to +   
- +    ignore = files.bbs 
- ; exclude list is one name per line text file listing names which should +    ;ignore = *.readme 
- ; not be included in the generated output.  lines that begin with a ; +   
- ; are considered comments. +  ; ========================================================================== 
-  +  ; ========================================================================== 
- exclude_list = mutil.toplist.exclude.txt +  ; ========================================================================== 
-  +   
- ; User name for "no one" when for example you have 3 users and make a +  [GenerateTopLists] 
- ; top 10 list +   
-  +    ; Top list generator can generate up to top 99 for various different 
- no_user = No one +    ; statistics.  Each individual top file can be enabled or disabled and 
-  +    ; can each have their own template files that are totally configurable. 
- ; Sort order.  You can use this to calculate top or bottom 99. 1=top +    
-  +    ; 1=enable for top_call, top_post, etc. 
- sort_top=1 +    
-  +    ; The number of items in each list is determined by the template.  It 
- ; configuration for top callers generator +    ; could be any number between 1 and 99. 
- ; @NA=name  @DA=calls +    
-  +    ; In the templates use @NA01-99 for name and @DA01-99 for numerical data 
- top_call          = 1 +    ; @DE returns the value set as _desc in the configuration.  You can look 
- top_call_template = mutil.toplist.txt +    ; at the provided template as an example. 
- top_call_output   = topcallers.asc +    
- top_call_desc     = Callers +    ; namelen and datalen define the width the MCI code is padded to 
- top_call_namelen  = 30 +    
- top_call_datalen  = 10 +    ; exclude list is one name per line text file listing names which should 
-  +    ; not be included in the generated output.  lines that begin with a ; 
- ; configuration for top downloads +    ; are considered comments. 
- ; @NA=name  @DA=downloads +   
-  +    exclude_list = mutil.toplist.exclude.txt 
- top_dl          = 1 +   
- top_dl_template = mutil.toplist.txt +    ; User name for "no one" when for example you have 3 users and make a 
- top_dl_output   = topdownload.asc +    ; top 10 list 
- top_dl_desc     = Downloaders +   
- top_dl_namelen  = 30 +    no_user = No one 
- top_dl_datalen  = 10 +   
-  +    ; Sort order.  You can use this to calculate top or bottom 99. 1=top 
- top_ul          = 1 +   
- top_ul_template = mutil.toplist.txt +    sort_top=1 
- top_ul_output   = topupload.asc +   
- top_ul_desc     = Uploaders +    ; configuration for top callers generator 
- top_ul_namelen  = 30 +    ; @NA=name  @DA=calls 
- top_ul_datalen  = 10 +   
-  +    top_call          = 1 
- top_post          = 1 +    top_call_template = mutil.toplist.txt 
- top_post_template = mutil.toplist.txt +    top_call_output   = topcallers.asc 
- top_post_output   = topposts.asc +    top_call_desc     = Callers 
- top_post_desc     = Posters +    top_call_namelen  = 30 
- top_post_namelen  = 30 +    top_call_datalen  = 10 
- top_post_datalen  = 10 +   
-  +    ; configuration for top downloads 
- top_pcr          = 1 +    ; @NA=name  @DA=downloads 
- top_pcr_template = mutil.toplist.txt +   
- top_pcr_output   = toppcr.asc +    top_dl          = 1 
- top_pcr_desc     = Posts Per Call +    top_dl_template = mutil.toplist.txt 
- top_pcr_namelen  = 30 +    top_dl_output   = topdownload.asc 
- top_pcr_datalen  = 10 +    top_dl_desc     = Downloaders 
-  +    top_dl_namelen  = 30 
- ; ========================================================================== +    top_dl_datalen  = 10 
- ; ========================================================================== +   
- ; ========================================================================== +    top_ul          = 1 
-  +    top_ul_template = mutil.toplist.txt 
- [GenerateAllFiles] +    top_ul_output   = topupload.asc 
-  +    top_ul_desc     = Uploaders 
- ; Generate all files list +    top_ul_namelen  = 30 
-  +    top_ul_datalen  = 10 
- ; Path / filename of output filename.  If the path is not included then the +   
- ; file will be created in whatever the current working directory is. +    top_post          = 1 
-  +    top_post_template = mutil.toplist.txt 
- filename = allfiles.txt +    top_post_output   = topposts.asc 
-  +    top_post_desc     = Posters 
- ; ideas/features for the future? +    top_post_namelen  = 30 
- ; header, footer, baseheader, basefooter, exclude bases, uploader optional +    top_post_datalen  = 10 
- ; uploader line, format list line 1st,2nd line, space between files? +   
-  +    top_pcr          = 1 
- ; ========================================================================== +    top_pcr_template = mutil.toplist.txt 
- ; ========================================================================== +    top_pcr_output   = toppcr.asc 
- ; ========================================================================== +    top_pcr_desc     = Posts Per Call 
-  +    top_pcr_namelen  = 30 
- [PurgeMessageBases] +    top_pcr_datalen  = 10 
-  +   
- ; No options for this function +  ; ========================================================================== 
-  +  ; ========================================================================== 
- ; ========================================================================== +  ; ========================================================================== 
- ; ========================================================================== +   
- ; ========================================================================== +  [GenerateAllFiles] 
-  +   
- [PackMessageBases] +    ; Generate all files list 
-  +   
- ; No options for this function +    ; Path / filename of output filename.  If the path is not included then the 
-  +    ; file will be created in whatever the current working directory is. 
- ; ========================================================================== +   
- ; ========================================================================== +    filename = allfiles.txt 
- ; ========================================================================== +   
-  +    ; ideas/features for the future? 
- [PostTextFiles] +    ; header, footer, baseheader, basefooter, exclude bases, uploader optional 
-  +    ; uploader line, format list line 1st,2nd line, space between files? 
- ; Total number of text files to be posted.  For each file there needs to +   
- ; be a file definition as show below. +  ; ========================================================================== 
-  +  ; ========================================================================== 
- totalfiles = 2 +  ; ========================================================================== 
-  +   
- ; This defines one file which will be posted to the message base.  Each +  [PurgeMessageBases] 
- ; file should be prefixed with file# where # is a number from 1 to +   
- ; totalfiles. +    ; No options for this function 
- +   
- ; The delfile option (if true) will remove the filename after the message +  ; ========================================================================== 
- ; is posted.  The baseidx is the permanent index of the message base to +  ; ========================================================================== 
- ; post the message into (shown as Index at the top of the message base +  ; ========================================================================== 
- ; editor in Mystic's configuration.  Address is the echomail destination +   
- ; address +  [PackMessageBases] 
-  +   
- file1_name    = myfile.txt +    ; No options for this function 
- file1_baseidx = 2 +   
- file1_from    = Sysop +  ; ========================================================================== 
- file1_to      = All +  ; ========================================================================== 
- file1_subj    = My subject +  ; ========================================================================== 
- file1_addr    = 0:0/0 +   
- file1_delfile = false +  [PostTextFiles] 
-  +   
- file2_name    = myfile.txt +    ; Total number of text files to be posted.  For each file there needs to 
- file2_baseidx = 2 +    ; be a file definition as show below. 
- file2_from    = Sysop +   
- file2_to      = All +    totalfiles = 2 
- file2_subj    = My subject +   
- file2_addr    = 0:0/0 +    ; This defines one file which will be posted to the message base.  Each 
- file2_delfile = false +    ; file should be prefixed with file# where # is a number from 1 to 
-  +    ; totalfiles. 
- ; ========================================================================== +    
- ; ========================================================================== +    ; The delfile option (if true) will remove the filename after the message 
- ; ========================================================================== +    ; is posted.  The baseidx is the permanent index of the message base to 
-  +    ; post the message into (shown as Index at the top of the message base 
- [Import_MessageBase] +    ; editor in Mystic's configuration.  Address is the echomail destination 
-  +    ; address 
- ; This option scans the message base directory, and creates any messages +   
- ; bases inside of Mystic that have data files in the directory. +    file1_name    = myfile.txt 
-  +    file1_baseidx = 2 
- search_subdirs = true +    file1_from    = Sysop 
-  +    file1_to      = All 
- ; The following options define the "default" values used when creating +    file1_subj    = My subject 
- ; new message bases.  netaddress must match an exiting network +    file1_addr    = 0:0/0 
- ; address configured within Mystic BBS.  default values are also +    file1_delfile = false 
- ; taken from the system configuration for origin line, colors, etc. +   
-  +    file2_name    = myfile.txt 
- netaddress     = 1:1/1 +    file2_baseidx = 2 
- acs_list       = +    file2_from    = Sysop 
- acs_read       = +    file2_to      = All 
- acs_post       = +    file2_subj    = My subject 
- acs_sysop      = s255 +    file2_addr    = 0:0/0 
- header         = msghead +    file2_delfile = false 
- read_template  = ansimrd +   
- index_template = ansimlst +  ; ========================================================================== 
- max_msgs       = 500 +  ; ========================================================================== 
- max_msgs_age   = 365 +  ; ========================================================================== 
-  +   
- ; network type (0=local, 1=echomail, 2=newsgroup 3=netmail) +  [Import_MessageBase] 
-  +   
- net_type = 1 +    ; This option scans the message base directory, and creates any messages 
-  +    ; bases inside of Mystic that have data files in the directory. 
- ; true/false type values 0=false 1=true (newscan 2=forced) +   
-  +          search_subdirs = true 
- use_autosig    = 1 +   
- use_realname   = 0 +    ; The following options define the "default" values used when creating 
- kill_kludge    = 1 +    ; new message bases.  netaddress must match an exiting network 
- private_base   = 0 +    ; address configured within Mystic BBS.  default values are also 
- new_scan       = 1 +    ; taken from the system configuration for origin line, colors, etc. 
- qwk_scan       = 1 +   
-  +    netaddress     = 1:1/1 
- ; ========================================================================== +    acs_list       = 
- ; ========================================================================== +    acs_read       = 
- ; ========================================================================== +    acs_post       = 
-  +    acs_sysop      = s255 
- [ImportEchoMail] +    header         = msghead 
-  +    read_template  = ansimrd 
- ; If you want to save duplicated / bad messages to a certain message +    index_template = ansimlst 
- ; base, then set this value to the *INDEX* of the message base (viewable +    max_msgs       = 500 
- ; at the top of the msgbase editor).  Otherwise, set this value to -1 +    max_msgs_age   = 365 
- ; or leave it commented out and they will be ignored. +   
-  +    ; network type (0=local, 1=echomail, 2=newsgroup 3=netmail) 
- ; dupe_msg_index = 5 +   
-  +    net_type = 1 
- ; This defines the number of messages to keep in the duplicate database. +   
- ; Each message takes 8 bytes of data, so for example 32,000 messages takes +    ; true/false type values 0=false 1=true (newscan 2=forced) 
- ; 256kb of memory while importing messages.  Max is 250,000 messages. +   
-  +    use_autosig    = 1 
- dupe_db_size = 32000 +    use_realname   = 0 
-  +    kill_kludge    = 1 
- ; Toss packets from unsecure directory in addition to inbound? +    private_base   = 0 
-  +    new_scan       = 1 
- unsecure_dir = false +    qwk_scan       = 1 
-  +   
- ; Strip SEEN-BY lines from messages when importing? +  ; ========================================================================== 
-  +  ; ========================================================================== 
- strip_seenby = false +  ; ========================================================================== 
-  +   
- ; If you want to remap netmail from one user name to another, you can +  [ImportEchoMail] 
- ; define up to 50 remapped names below using the format <orig>;<new> +   
- +    ; If you want to save duplicated / bad messages to a certain message 
- ;forward = sysop;g00r00 +    ; base, then set this value to the *INDEX* of the message base (viewable 
- ;forward = system operator;g00r00 +    ; at the top of the msgbase editor).  Otherwise, set this value to -1 
-  +    ; or leave it commented out and they will be ignored. 
- ; If you want to twit filter names so that messages are not imported +   
- ; or tossed to downlinks, then you can do one per line here, up to +    ; dupe_msg_index = 5 
- ; 100. +   
-  +    ; This defines the number of messages to keep in the duplicate database. 
- ;twit=John Guillory +    ; Each message takes 8 bytes of data, so for example 32,000 messages takes 
- ;twit=kf5qeo +    ; 256kb of memory while importing messages.  Max is 250,000 messages. 
- ;twit=1:396/60 +   
- ;twit=46:1/138 +    dupe_db_size = 32000 
-  +   
- ; If you want MUTIL to auto create message bases when it finds an +    ; Toss packets from unsecure directory in addition to inbound? 
- ; echomail message for a non-existing base, set this value to true +     
- ; and use the options below to define the default values +    unsecure_dir = true 
-  +   
- auto_create = true +    ; Strip SEEN-BY lines from messages when importing? 
-  +   
- ; Convert filenames to lowercased 1=true +    strip_seenby = false 
-  +   
- lowercase_filename = 1 +    ; Rescan command to use when someone does a full %RESCAN on all bases 
-  +    ; This must be a valid command (ie R=<msgs> D=<days> or else the rescan 
- acs_list       = +    ; will refuse to perform any action.  The default is the last 250 messages 
- acs_read       = +    ; for each base.  Setting it to D=90 for example would give the last 90 
- acs_post       = +    ; days of messages.  If you want the default to send every message in the 
- acs_sysop      = s255 +    ; base, then set it to go back a ridiculous number of messages R=999999999 
- header         = msghead +   
- read_template  = ansimrd +    default_rescan = R=250 
- index_template = ansimlst +   
- max_msgs       = 500 +    ; If you want to remap netmail from one user name to another, you can 
- max_msgs_age   = 365 +    ; define up to 50 remapped names below using the format <orig>;<new> 
-  +    Names are case insensitive. 
- ; true/false type values 0=false 1=true (newscan 2=forced) +    ; 
-  +    ;forward = sysop;g00r00 
- use_autosig    = 1 +    ;forward = system operator;g00r00 
- use_realname   = 0 +   
- kill_kludge    = 1 +    ; If you want to twit filter names so that messages are not imported 
- new_scan       = 1 +    ; or tossed to downlinks, then you can do one per line here, up to 
- qwk_scan       = 1 +    ; 100.  Example: 
-  +   
- ; If you want to create settings specific to certain node addresses you can! +    ;twit=John Guillory 
- ; For example, if you want auto created bases that are linked to your AgoraNet +    ;twit=kf5qeo 
- ; address of 46:999/999 then you can by prefixing with the address: +    ;twit=1:396/60 
-  +    ;twit=46:1/138 
- ;46:999/999_acs_list     = +   
- ;46:999/999_acs_read     = +    ; If you want MUTIL to auto create message bases when it finds an 
- ;46:999/999_acs_post     = +    ; echomail message for a non-existing base, set this value to true 
- ;46:999/999_acs_news     = +    ; and use the options below to define the default values 
- ;46:999/999_acs_sysop    = s255 +   
- ;46:999/999_use_realname = 0 +    auto_create = true 
-  +   
- ; ========================================================================== +          ; Convert filenames to lowercased 1=true 
- ; ========================================================================== +   
- ; ========================================================================== +    lowercase_filename = 1 
-  +   
- [ExportEchoMail] +    acs_list       = 
-  +    acs_read       = 
- ; Do not export messages from users currently online +    acs_post       = 
- skip_online = true +    acs_sysop      = s255 
-  +    header         = msghead 
- [MergeNodeLists] +    read_template  = ansimrd 
-  +    index_template = ansimlst 
- ; Finds the latest nodelists and merges them together in the mystic data +    max_msgs       = 500 
- ; folder. +    max_msgs_age   = 365 
- +   
- ; Set nodefile value one per line.  The value should contain the full path +    ; true/false type values 0=false 1=true (newscan 2=forced) 
- ; and the base filename of the nodelist. +   
- +    use_autosig    = 1 
- ;   examples: +    use_realname   = 0 
- ;     nodefile=c:\nodelist\nodelist +    kill_kludge    = 1 
- ;     nodefile=c:\nodelist\agoranet +    new_scan       = 1 
- +    qwk_scan       = 1 
- ; The above example will search in c:\nodelist and select the latest +   
- ; nodelist.### and agoranet.### nodelists.  This comparison is first done +    ; If you want to create settings specific to certain node addresses you can! 
- ; by checking the day extension.  If the extension is archived (.z12, etc) +    ; For example, if you want auto created bases that are linked to your AgoraNet 
- ; it will be unarchived before comparison. +    ; address of 46:999/999 then you can by prefixing with the address: 
- +   
- ; After decompressing, the 3-digit day extensions are compared, selecting +    ;46:999/999_acs_list     = 
- ; the highest number.  It will also compare the years of the file dates, +    ;46:999/999_acs_read     = 
- ; and select the newest option.  So if you have nodelist.025 dated 2013 +    ;46:999/999_acs_post     = 
- ; and also nodelist.320 dated 2012, nodelist.025 will be selected. +    ;46:999/999_acs_news     = 
- +    ;46:999/999_acs_sysop    = s255 
- ; The same process is then be repeated for agoranet.### and once all of +    ;46:999/999_use_realname = 0 
- ; the defined 'nodefiles' are processed, they will be merged together and +   
- ; copied into Mystic's DATA folder so it can be used for nodelist lookups. +  ; ========================================================================== 
- +  ; ========================================================================== 
- ; If no nodelists are found, Mystic will not overwrite the current +  ; ========================================================================== 
- ; nodelist.  Comments are stripped while merging to lower filesize and +   
- ; increase search performance. +  [ExportEchoMail] 
-  +   
- ; Strip nodes marked as DOWN? +    ; Do not export messages from users currently online 
- strip_down = true +    skip_online = true 
-  +   
- ; Strip nodes marked as PRIVATE? +  [MergeNodeLists] 
- strip_private = true +   
-  +    ; Finds the latest nodelists and merges them together in the mystic data 
- nodefile=d:\nodelists\nodelist +    ; folder. 
- nodefile=d:\nodelists\agoranet +    
-  +    ; Set nodefile value one per line.  The value should contain the full path 
- [FileToss] +    ; and the base filename of the nodelist. 
-  +    
- ; Processes .TIC files from incoming directories and move/upload files to the +    ;   examples: 
- ; appropriate file bases (optionally creating them).  Files are then tossed +    ;     nodefile=c:\nodelist\nodelist 
- ; to the fileboxes of all downlinks connected to the file base. +    ;     nodefile=c:\nodelist\agoranet 
-  +    
- ; Directory where failed files are moved, or comment out to disable archive of +    ; The above example will search in c:\nodelist and select the latest 
- ; failed files.  This includes incorrect file sizes, bad CRC, missing area +    ; nodelist.### and agoranet.### nodelists.  This comparison is first done 
- ; when auto-create is disabled, duplicate files, unsecured, etc. +    ; by checking the day extension.  If the extension is archived (.z12, etc) 
-  +    ; it will be unarchived before comparison. 
- bad_dir=d:\mystic\files\badfile +    
-  +    ; After decompressing, the 3-digit day extensions are compared, selecting 
- ; Toss TIC from unsecure directory in addition to inbound? +    ; the highest number.  It will also compare the years of the file dates, 
-  +    ; and select the newest option.  So if you have nodelist.025 dated 2013 
- unsecure_dir = false +    ; and also nodelist.320 dated 2012, nodelist.025 will be selected. 
-  +    
- ; File description to use when no DIZ, long description or description can be +    ; The same process is then be repeated for agoranet.### and once all of 
- ; found from the file or .TIC file. +    ; the defined 'nodefiles' are processed, they will be merged together and 
-  +    ; copied into Mystic's DATA folder so it can be used for nodelist lookups. 
- no_desc=No Description +    
-  +    ; If no nodelists are found, Mystic will not overwrite the current 
- ; Name of the uploader to use when adding TIC files into the local file bases +    ; nodelist.  Comments are stripped while merging to lower filesize and 
-  +    ; increase search performance. 
- uploader=Mystic TIC +   
-  +    ; Strip nodes marked as DOWN? 
- ; Check size and CRC values supplied in TIC file (if found) against the actual +    strip_down = true 
- ; file.  If the value does not match, then skip tossing the file (moving it +   
- ; to the bad directory if enabled) +    ; Strip nodes marked as PRIVATE? 
-  +    strip_private = true 
- check_crc  = true +   
- check_size = true +    nodefile=d:\nodelists\nodelist 
-  +    nodefile=d:\nodelists\agoranet 
- ; If this is true, then files that are FROM an unknown node will still be +   
- ; processed.  If false, they will be moved to the bad directory or deleted +  [FileToss] 
- ; depending on configuration.  An "unsecure" node is one that is not directly +   
- ; configured within your echomail nodes configuration. +    ; Processes .TIC files from incoming directories and move/upload files to the 
-  +    ; appropriate file bases (optionally creating them).  Files are then tossed 
- allow_unsecure = false +    ; to the fileboxes of all downlinks connected to the file base. 
-  +   
- ; If this is true, then Mystic will allow the REPLACE TIC option, which will +    ; Directory where failed files are moved, or comment out to disable archive of 
- ; remove and replace files by the specified file mask.  +    ; failed files.  This includes incorrect file sizes, bad CRC, missing area 
-  +    ; when auto-create is disabled, duplicate files, unsecured, etc. 
- allow_replace = true +   
-  +    bad_dir=d:\mystic\files\badfile 
- ; If true, then Mystic will attempt to autocreate file bases when a file is +   
- ; found for an Area that does not already exist.  If an unknown file is found +    ; Toss TIC from unsecure directory in addition to inbound? 
- ; and this option is disabled, the file will be considered a failure, and will +     
- ; be ignored/moved to bad directory (if enabled) +    unsecure_dir = false 
-  +   
- auto_create = true +    ; File description to use when no DIZ, long description or description can be 
-  +    ; found from the file or .TIC file. 
- ; The directory prefix for auto-created bases.  This will be used with the +   
- ; areatag appended onto it, so for example if prefix was set to: +    no_desc=No Description 
- +   
- ; dir_prefix=c:\bbs\files\fdn_ +    ; Name of the uploader to use when adding TIC files into the local file bases 
- +   
- ; And the areatag was "nodelist", Mystic would create and the use path: +    uploader=Mystic TIC 
- ;   c:\bbs\files\fdn_nodelist\ +   
- +    ; Check size and CRC values supplied in TIC file (if found) against the actual 
- ; And the datafile would be fdn_nodelist +    ; file.  If the value does not match, then skip tossing the file (moving it 
-  +    ; to the bad directory if enabled) 
- dir_prefix = d:\mystic\files\fdn_ +   
-  +    check_crc  = true 
- ; Auto create base options +    check_size = true 
-  +   
- dispfile     = +    ; If this is true, then files that are FROM an unknown node will still be 
- template     = ansiflst +    ; processed.  If false, they will be moved to the bad directory or deleted 
- acs_list     = +    ; depending on configuration.  An "unsecure" node is one that is not directly 
- acs_ftp      = +    ; configured within your echomail nodes configuration. 
- acs_download = +   
- acs_upload   = +    allow_unsecure = false 
- acs_hatch    = +   
- acs_sysop    = s255 +    ; If this is true, then Mystic will allow the REPLACE TIC option, which will 
-  +    ; remove and replace files by the specified file mask.  
- ; true/false type values 0=false 1=true (newscan 2=forced) +   
-  +    allow_replace = true 
- free_files    = 0 +   
- show_uploader = 1 +    ; If true, then Mystic will attempt to autocreate file bases when a file is 
- new_scan      = 1 +    ; found for an Area that does not already exist.  If an unknown file is found 
-  +    ; and this option is disabled, the file will be considered a failure, and will 
- ; Node-specific options allow some options to be overridden when a file is +    ; be ignored/moved to bad directory (if enabled) 
- ; coming from a specific node.  These options should be prefixed with the +   
- ; address, examples for each supported option are listed below in comments +    auto_create = true 
-  +   
- ;46:100/1_bad_dir       = d:\mystic\files\badfile_agoranet\ +    ; The directory prefix for auto-created bases.  This will be used with the 
- ;46:100/1_dir_prefix    = d:\mystic\files\agora_ +    ; areatag appended onto it, so for example if prefix was set to: 
- ;46:100/1_allow_replace = true +    
- ;46:100/1_acs_list      = s20g2 +    ; dir_prefix=c:\bbs\files\fdn_ 
- ;46:100/1_acs_ftp       s20g2 +    
- ;46:100/1_acs_download s20g2 +    ; And the areatag was "nodelist", Mystic would create and the use path: 
- ;46:100/1_acs_upload    = s20g2 +    ;   c:\bbs\files\fdn_nodelist\ 
- ;46:100/1_acs_hatch     s20g2 +    
- ;46:100/1_acs_sysop     s255g2 +    ; And the datafile would be fdn_nodelist 
-  +   
- [PackFileBases] +    dir_prefix = d:\mystic\files\fdn_ 
-  +   
- ; If true, MUTIL will check to make sure files exist, and will update their +    ; Auto create base options 
- ; file size in the listing, optionally removing missing files (remove_missing) +   
-  +    dispfile     = 
- check_files = true +    template     = ansiflst 
-  +    acs_list     = 
- ; If true, MUTIL will remove any files which do not exist from the file +    acs_ftp      = 
- ; list database while checking integrity.  Otherwise they will be flagged as +    acs_download = 
- ; OFFLINE in the file listing.  0 byte files are considered "missing" +    acs_upload   = 
-  +    acs_hatch    = 
- remove_missing = false +    acs_sysop    = s255 
-  +   
- [LinkMessages] +    ; true/false type values 0=false 1=true (newscan 2=forced) 
- +   
 +    free_files    = 0 
 +    show_uploader = 1 
 +    new_scan      = 1 
 +   
 +    ; Node-specific options allow some options to be overridden when a file is 
 +    ; coming from a specific node.  These options should be prefixed with the 
 +    ; address, examples for each supported option are listed below in comments 
 +   
 +    ;46:100/1_bad_dir       = d:\mystic\files\badfile_agoranet\ 
 +    ;46:100/1_dir_prefix    = d:\mystic\files\agora_ 
 +    ;46:100/1_allow_replace = true 
 +    ;46:100/1_acs_list      = s20z2 
 +    ;46:100/1_acs_ftp       s20z2 
 +    ;46:100/1_acs_download s20z2 
 +    ;46:100/1_acs_upload    = s20z2 
 +    ;46:100/1_acs_hatch     s20z2 
 +    ;46:100/1_acs_sysop     s255z2 
 +   
 +  [PackFileBases] 
 +   
 +    ; If true, MUTIL will check to make sure files exist, and will update their 
 +    ; file size in the listing, optionally removing missing files (remove_missing) 
 +   
 +    check_files = true 
 +   
 +    ; If true, MUTIL will remove any files which do not exist from the file 
 +    ; list database while checking integrity.  Otherwise they will be flagged as 
 +    ; OFFLINE in the file listing.  0 byte files are considered "missing" 
 +   
 +    remove_missing = false 
 +   
 +  [LinkMessages] 
 +   
 +    ; This function has no options 
 +   
 +  [PurgeUserBase] 
 +   
 +    ; Mark users for deletion that haven't called in days. 
 +    ; This value cannot be less than 7 
 +   
 +    days = 180 
 +   
 +  [PackUserBase] 
 +   
 +  [FileSort] 
 +     
 +    ; Sort on which attribute (0=filename  1=size  2=date  3=downloads) 
 +   
 +    attribute = 0 
 +   
 +    ; Sort direction 0=Ascending (A to Z, 1 to 10)   1=Descending (Z to A, 10 to 1) 
 +   
 +    direction = 0 
 +   
 +  
mutil_ini_1.12.txt · Last modified: 2023/01/20 01:39 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki