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
mutil_ini_1.12 [2016/04/19 03:58] – updated default .ini to alpha 11 avonmutil_ini_1.12 [2023/01/20 01:39] (current) – mystic 1.12 A48 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 **48** 
-  + 
-        ; MUTIL configuration file +  
- ; ------------------------------------------------------------------------- + 
-+  ; MUTIL configuration file 
- ; MUTIL is an automated maintainance and utility program driven by +  ; ------------------------------------------------------------------------- 
- ; configuration files used to perform various tasks upon execution. +  
-+  ; MUTIL is an automated maintainance and utility program driven by 
- ; The syntax to execute MUTIL is: MUTIL <configuration file> If no +  ; configuration files used to perform various tasks upon execution. 
- ; 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 +  ; The syntax to execute MUTIL is: MUTIL <configuration file> If no 
- ; off screen updates but the configuration file parameter MUST be supplied +  ; configuration file is supplied, then the program will look for mutil.ini 
- ; ex: mutil mutil.ini -NOSCREEN +  ; in the same directory.  A second parameter -NOSCREEN can be used to turn 
-+  ; off screen updates but the configuration file parameter MUST be supplied 
- ; Many different configuration files can exist to perform any series of +  ; ex: mutil mutil.ini -NOSCREEN 
- ; tasks supported by MUTIL, or a single configuration can be maintained that +  
- ; does everything.  The minimum requirement is the General header with a +  ; Many different configuration files can exist to perform any series of 
- ; task enabled, and then the specific header for that task that defines its +  ; tasks supported by MUTIL, or a single configuration can be maintained that 
- ; options. +  ; does everything.  The minimum requirement is the General header with a 
-+  ; task enabled, and then the specific header for that task that defines its 
- ; Current abilities (enabled/disabled in the General header below): +  ; options. 
-+  
- ;    - Export Binkley-style FLO echomail/netmail +  ; Current abilities (enabled/disabled in the General header below): 
- ;    - Import Binkley-style FLO echomail/netmail +  
- ;    - Import Message Bases (by datafile analysis) +  ;    - Export Binkley-style FLO echomail/netmail 
- ;    - Import FIDONET.NA into Message bases +  ;    - Import Binkley-style FLO echomail/netmail 
- ;    - Import FILEBONE.NA into File bases +  ;    - Import Message Bases (by datafile analysis) 
- ;    - Mass upload files to all file bases (with FILE_ID.DIZ import and the +  ;    - Import FIDONET.NA into Message bases 
- ;      ability to exclude files by filemask) +  ;    - Import FILEBONE.NA into File bases 
- ;    - Generate Top 1 up to 99 Callers, Posters, Downloaders, Uploaders, PCR +  ;    - Export FILEBONE.NA from File bases 
- ;      Completely configurable output by using template files +  ;    - Export AREAS.BBSfrom Message Bases 
- ;    - Import FILES.BBS into file bases +  ;    - Export Golded Areas Configuration from Message Bases 
- ;    - Generate all files listing +  ;    - Mass upload files to all file bases (with FILE_ID.DIZ import and the 
- ;    - Purge Message bases (by age and max messages) +  ;      ability to exclude files by filemask) 
- ;    - Pack and renumber message bases +  ;    - Generate Top 1 up to 99 Callers, Posters, Downloaders, Uploaders, PCR 
- ;    - Post text files to message bases +  ;      Completely configurable output by using template files 
- ;    - Merge nodelists into Mystic format +  ;    - Import FILES.BBS into file bases 
- ;    - Toss TIC+files into BBS and to subscribed downlinks +  ;    - Generate all files listing 
- ;    - Pack and check integrity of file base listings +  ;    - Purge Message bases (by age and max messages) 
- ;    - Perform message base echomail reply linking +  ;    - Pack and renumber message bases 
-+  ;    - Post text files to message bases 
- ; The concept here is that you can create your own custom command lines to +  ;    - Merge nodelists into Mystic format 
- ; complete any number of tasks.  For example, you could create msgmaint.ini +  ;    - Toss TIC+files into BBS and to subscribed downlinks 
- ; which executes message base purge, packing, and reply linking.  Then you +  ;    - Pack and check integrity of file base listings 
- ; can simply execute "mutil msgmaint" to kick it off. +  ;    - Sort file base listings 
- ; ========================================================================== +  ;    - Perform message base echomail reply linking 
- ; ========================================================================== +     - Purge user database marking inactive users for deletion 
- ; ========================================================================== +  ;    - Pack user database and remove private messages of deleted users 
-  +  ;    - Automatically hatch a list of files to FDN 
- [General] +  ; 
-  +  ; The concept here is that you can create your own custom command lines to 
- ; list of functions to perform on startup +  ; complete any number of tasks.  For example, you could create msgmaint.ini 
-  +  ; which executes message base purge, packing, and reply linking.  Then you 
- Import_FIDONET.NA  = false +  ; can simply execute "mutil msgmaint" to kick it off. 
- Import_MessageBase = false +  ; ========================================================================== 
- Import_FILEBONE.NA = false +  ; ========================================================================== 
- Import_FILES.BBS   = false +  ; ========================================================================== 
- MassUpload         = false +   
- GenerateTopLists   = false +  [General] 
- GenerateAllFiles   = false +   
- PurgeMessageBases  = false +    ; list of functions to perform on startup 
- PostTextFiles      = false +   
- PackMessageBases   = false +    Import_FIDONET.NA  = false 
- ImportEchoMail     = false +    Import_MessageBase = false 
- ExportEchoMail     = false +    Import_FILEBONE.NA = false 
- MergeNodeLists     = false +    Export_FILEBONE.NA = false 
- FileToss           = false +    Export_AREAS.BBS   = false 
- PackFileBases      = false +    Export_GOLDED      = false 
- LinkMessages    = false +    Import_FILES.BBS   = false 
-  +    MassUpload         = false 
- ; Set this value if you want to run mutil from a directory other than +    GenerateTopLists   = false 
- ; the root Mystic directory or the mysticbbs environment variable: +    GenerateAllFiles   = false 
-  +    PurgeMessageBases  = false 
- ; mystic_directory=c:\mystic\mystic.dat +    PostTextFiles      = false 
-  +    PackMessageBases   = false 
- ; If no directory is specified in the logfile name, mUtil will attempt +    ImportEchoMail     = false 
- ; to use the configured LOGS directory from in Mystic's configuration. +    ExportEchoMail     = false 
- ; Comment out to disable logging completely. +    MergeNodeLists     = false 
-  +    FileToss           = false 
- logfile=mutil.log +    PackFileBases      = false 
-  +    FileSort           = false 
- ; Level 1 = basic +    LinkMessages    = false 
- ; Level 2 = verbose +          PurgeUserBase      = false 
- ; Level 3 = debug +          PackUserBase       = false 
-  +          AutoHatch          = false 
- loglevel=2 +    EchoNodeTracker    = false 
-  +     
- ; logfile time stamp.  defaults to NNN DD HH:II:SS if not set here +   
- ;logstamp = YYYYHHMMHHIISS +    ; Set this value if you want to run mutil from a directory other than 
-  +    ; the root Mystic directory or the mysticbbs environment variable: 
- ; Log roller type 0=roll by number of files/size  1=roll by number of days +   
- logtype = 0 +    ; mystic_directory=c:\mystic\mystic.dat 
-  +   
- ; number of log files to keep (0 to disable log rolling) +    ; If no directory is specified in the logfile name, mUtil will attempt 
- maxlogfiles = 3 +    ; to use the configured LOGS directory from in Mystic's configuration. 
-  +    ; Comment out to disable logging completely. 
- ; size of each log file in kilobytes +   
- maxlogsize = 1000 +    logfile=mutil.log 
-  +   
- ; ========================================================================== +    ; If set to TRUE (*HIGHLY* recommended for MUTIL) then it will write the 
- ; ========================================================================== +    ; 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 
-  +    ; MUTIL performance if set to FALSE. 
- [Import_FIDONET.NA] +   
-  +    logcache=true 
- ; filename to import +   
-  +    ; Level 1 = basic 
- filename = fidonet.na +    ; Level 2 = verbose 
-  +    ; Level 3 = debug 
- ; convert tags to lower case for message base filename  1=yes +    ; 
-  +    ; Note that the loglevel can also be set in a specific stanza and that value 
- lowercase_filename = 1 +    ; will override the value defined here only for that specific stanza 
-  +   
- ; The following options define the "default" values used when creating +    loglevel=2 
- ; any new message bases.  netaddress must match an exiting network +   
- ; address configured within Mystic BBS.  default values are also +    ; logfile time stamp.  defaults to NNN DD HH:II:SS if not set here 
- ; taken from the system configuration for origin line, colors, etc. +    ; logstamp = YYYYHHMMHHIISS 
-  +   
- netaddress     = 1:1/1 +    ; Log roller type
- acs_list       = +    ;   0 = Do not roll log files 
- acs_read       = +    ;   1 = Roll by number of files/filesize 
- acs_post       = +    ;   Roll by number of days 
- acs_sysop      = s255 +   
- header         = msghead +    logtype = 0 
- read_template  = ansimrd +   
- index_template = ansimlst +    ; number of log files to keep (0 to disable log rolling) 
- max_msgs       = 500 +    maxlogfiles = 3 
- max_msgs_age   = 365 +   
-  +    ; size of each log file in kilobytes 
- ; true/false type values 0=false 1=true (newscan 2=forced) +    maxlogsize = 1000 
-  +   
- use_autosig    = 1 +  ; ========================================================================== 
- use_realname   = 0 +  ; ========================================================================== 
- kill_kludge    = 1 +  ; ========================================================================== 
- private_base   = 0 +   
- new_scan       = 1 +  [Import_FIDONET.NA] 
- qwk_scan       = 1 +   
-  +    ; filename to import 
- ; value is either 0 for JAM or 1 for Squish +   
-  +    filename = fidonet.na 
- base_format = 0 +   
-  +    ; convert tags to lower case for message base filename  1=yes 
- ; ========================================================================== +   
- ; ========================================================================== +    lowercase_filename = 1 
- ; ========================================================================== +   
-  +    ; The following options define the "default" values used when creating 
- [Import_FILEBONE.NA] +    ; any new message bases.  netaddress must match an exiting network 
-  +    ; address configured within Mystic BBS.  default values are also 
- ; filename of filebone.na +    ; taken from the system configuration for origin line, colors, etc. 
-  +   
- filename = filebone.na +    netaddress     = 1:1/1 
-  +    acs_list       = 
- ; root directory to create file paths under.  when a new filebone echo +    acs_read       = 
- ; is found, mUtil will create a file using "root_dir" + areatag.  So +    acs_post       = 
- ; for example if root is "c:\mystic\filebase\" and the areatag is +    acs_sysop      = s255 
- ; MYSTICBBS it will create "c:\mystic\filebase\MYSTICBBS" This root +    header         = msghead 
- ; directory MUST exist. +    read_template  = ansimrd 
-  +    index_template = ansimlst 
- root_dir = c:\mystic\files\ +    max_msgs       = 500 
-  +    max_msgs_age   = 365 
- convert tags to lower case for filebase base filename/dir 1=yes +   
-  +    ; true/false type values 0=false 1=true (newscan 2=forced) 
- lowercase_filename = 1 +   
-  +    use_autosig    = 1 
- ; Default values when creating a new file base +    use_realname   = 0 
-  +          use_ansi       = 1 
- dispfile     = +    private_base   = 0 
- template     = ansiflst +    new_scan       = 1 
- acs_list     = +    qwk_scan       = 1 
- acs_ftp      = +   
- acs_download = +    ; value is either 0 for JAM or 1 for Squish 
- acs_upload   = +   
- acs_hatch    = +    base_format = 0 
- acs_sysop    = s255 +   
-  +  ; ========================================================================== 
- ; true/false type values 0=false 1=true (newscan 2=forced) +  ; ========================================================================== 
-  +  ; ========================================================================== 
- free_files    = 0 +   
- show_uploader = 1 +  [Import_FILEBONE.NA] 
- new_scan      = 1 +   
-  +    ; filename of filebone.na 
- ; ========================================================================== +   
- ; ========================================================================== +    filename = filebone.na 
- ; ========================================================================== +   
-  +    ; root directory to create file paths under.  when a new filebone echo 
- [Import_FILES.BBS] +    ; is found, mUtil will create a file using "root_dir" + areatag.  So 
-  +    ; for example if root is "c:\mystic\filebase\" and the areatag is 
- ; This function searches the filebase directories for existance of a +    ; MYSTICBBS it will create "c:\mystic\filebase\MYSTICBBS" This root 
- ; text-based file listing file (often known as FILES.BBS but other +    ; directory MUST exist. 
- ; formats can be imported as well +   
-  +    root_dir = c:\mystic\files\ 
- ; The files must physically exist in the same directory as the file +   
- ; in order for them to be uploaded to the BBS. +    Use echotag for base description and FTP name 
-  +   
- ; Files that have have different file size in the database compared +    use_echotag = false 
- ; to the physical file can also be updated with the new size and a new +   
- ; file description, useful for using with external TIC processors. +    ; Convert tags to lower case for filebase base filename/dir 
-  +    ; True or for yes, false or 0 for no 
- ; The name of the file to look for in each directory +   
- filesbbs=files.bbs +    lowercase_filename = true 
-  +   
- ; Upload name for files uploaded by this function +    ; Default values when creating a new file base 
- uploader_name = Mystic BBS +   
-  +    dispfile     = 
- ; Delete the FILES.BBS file after processing +    template     = ansiflst 
- delete_after = false +    acs_list     = 
-  +    acs_ftp      = 
- ; Update existing files in the database, if their file sizes do not match? +    acs_download = 
- ; Both size and description will be imported +    acs_upload   = 
- update_files = false +    acs_hatch    = 
-  +    acs_sysop    = s255 
- ; The FILES.BBS format must be configured here using the following options +   
- +    ; true/false type values 0=false 1=true (newscan 2=forced) 
- ; DESC_FIRST: Defines how the first line of the file description is handled. +   
- +    new_scan      = 1 
- ;   If the value is 0, the importer will expect for the file description to +    free_files    = 0 
- ;   appear directly after the filename (ie, the second "word" on the line). +    show_uploader = 1 
- +    anon_ftp      
- ;   If the value is -1, then the importer will not look for a description on +   
- ;   the first line.    +  ; ========================================================================== 
- +  ; ========================================================================== 
- ;   If the first description line is always at a specific character position +  ; ========================================================================== 
- ;   on the first line, then DESC_FIRST should contain the character position +   
-  +  [Export_FILEBONE.NA] 
- desc_first = 0 +   
-  +    ; Path/Filename of NA file to create 
- ; DESC_CHAR: Defines the character identifier for an extended description line +   
- ;            if this value is blank, it will mean a space. +    filename = filebone.na 
-  +   
- desc_char = +    ; Include only the following zones (separated by commas) 
-  +    ; If commented out, all network bases that have an echotag and address 
- ; DESC_START: Defines the character position of the extended description line. +    ; set will be exported 
- ;             If a line contains the DESC_CHAR at the DESC_START position, +   
- ;             then the importer will copy everything after that as an extended +    ; zones = 0,1,2,3,4 
- ;             descripttion line. +   
-  +  ; ========================================================================== 
- desc_start = 14 +  ; ========================================================================== 
-  +  ; ========================================================================== 
- ; ========================================================================== +   
- ; ========================================================================== +  [Export_AREAS.BBS] 
- ; ========================================================================== +   
-  +    ; Path and filename to create 
- [MassUpload] +    filename = areas.bbs 
-  +   
- ; this function searches all configured file directories for new +    ; Only export Networked type message bases 
- ; files and will upload them into the BBS.  It will attempt to +    net_only = true 
- ; import FILE_ID.DIZ using the configured archivers if the option +   
- ; is enabled. +  ; ========================================================================== 
-  +  ; ========================================================================== 
- ; Name to save has the uploader +  ; ========================================================================== 
-  +   
- uploader_name = Mystic BBS +  [Export_GOLDED] 
-  +   
- ; Import FILE_ID.DIZ?  1=yes +    ; Path and filename to create 
-  +    filename = goldedareas.txt 
- import_fileid = 1 +   
-  +    ; This is the value used in the group column when exporting 
- ; No description string used when no FILE_ID.DIZ is imported. +    group = 0 
-  +   
- no_description = No Description +    ; If set to a non-zero value, only bases configured with a network 
-  +    ; address that matches this zone will be exported 
- ; Ignore list one file mask per line (allows * and ? wildcards) +    zone = 0 
-  +   
- ignore = files.bbs +  ; ========================================================================== 
- ;ignore = *.readme +  ; ========================================================================== 
-  +  ; ========================================================================== 
- ; ========================================================================== +   
- ; ========================================================================== +  [Import_FILES.BBS] 
- ; ========================================================================== +   
-  +    ; This function searches the filebase directories for existance of a 
- [GenerateTopLists] +    ; text-based file listing file (often known as FILES.BBS but other 
-  +    ; formats can be imported as well such as PCBoard format listings. 
- ; Top list generator can generate up to top 99 for various different +   
- ; statistics.  Each individual top file can be enabled or disabled and +    ; The files must physically exist in the same directory as the file 
- ; can each have their own template files that are totally configurable. +    ; in order for them to be uploaded to the BBS. 
- +   
- ; 1=enable for top_call, top_post, etc. +    ; Files that have have different file size in the database compared 
- +    ; to the physical file can also be updated with the new size and a new 
- ; The number of items in each list is determined by the template.  It +    ; file description, useful for using with external TIC processors. 
- ; could be any number between 1 and 99. +   
- +    ; The name of the file to look for in each directory 
- ; In the templates use @NA01-99 for name and @DA01-99 for numerical data +    filesbbs=files.bbs 
- ; @DE returns the value set as _desc in the configuration.  You can look +   
- ; at the provided template as an example. +    ; Upload name for files uploaded by this function 
- +    uploader_name = Mystic BBS 
- ; namelen and datalen define the width the MCI code is padded to +   
- +    ; Delete the FILES.BBS file after processing 
- ; exclude list is one name per line text file listing names which should +    delete_after = false 
- ; not be included in the generated output.  lines that begin with a ; +   
- ; are considered comments. +    ; Update existing files in the database, if their file sizes do not match? 
-  +    ; Both size and description will be imported 
- exclude_list = mutil.toplist.exclude.txt +   
-  +    update_files = false 
- ; User name for "no one" when for example you have 3 users and make a +   
- ; top 10 list +    ; The FILES.BBS format must be configured here using the following options 
-  +    
- no_user = No one +    ; DESC_FIRST: Defines how the first line of the file description is handled. 
-  +    
- ; Sort order.  You can use this to calculate top or bottom 99. 1=top +    ;   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). 
- sort_top=1 +    
-  +    ;   If the value is -1, then the importer will not look for a description on 
- ; configuration for top callers generator +    ;   the first line. 
- ; @NA=name  @DA=calls +    
-  +    ;   If the first description line is always at a specific character position 
- top_call          = 1 +    ;   on the first line, then DESC_FIRST should contain the character position 
- top_call_template = mutil.toplist.txt +   
- top_call_output   = topcallers.asc +    desc_first = 0 
- top_call_desc     = Callers +   
- top_call_namelen  = 30 +    ; If you are importing a files.bbs that has a filename and description on a 
- top_call_datalen  = 10 +    ; single line Mystic will word wrap the description at 50 characters when 
-  +    ; enabled. 
- ; configuration for top downloads +   
- ; @NA=name  @DA=downloads +    desc_wrap = true 
-  +   
- top_dl          = 1 +    ; DESC_CHAR: Defines the character identifier for an extended description line 
- top_dl_template = mutil.toplist.txt +    ;            if this value is blank, it will mean a space. 
- top_dl_output   = topdownload.asc +   
- top_dl_desc     = Downloaders +    desc_char = 
- top_dl_namelen  = 30 +   
- top_dl_datalen  = 10 +    ; DESC_START: Defines the character position of the extended description line. 
-  +    ;             If a line contains the DESC_CHAR at the DESC_START position, 
- top_ul          = 1 +    ;             then the importer will copy everything after that as an extended 
- top_ul_template = mutil.toplist.txt +    ;             descripttion line. 
- top_ul_output   = topupload.asc +   
- top_ul_desc     = Uploaders +    desc_start = 14 
- top_ul_namelen  = 30 +   
- top_ul_datalen  = 10 +  ; ========================================================================== 
-  +  ; ========================================================================== 
- top_post          = 1 +  ; ========================================================================== 
- top_post_template = mutil.toplist.txt +   
- top_post_output   = topposts.asc +  [MassUpload] 
- top_post_desc     = Posters +   
- top_post_namelen  = 30 +    ; this function searches all configured file directories for new 
- top_post_datalen  = 10 +    ; files and will upload them into the BBS.  It will attempt to 
-  +    ; import FILE_ID.DIZ using the configured archivers if the option 
- top_pcr          = 1 +    ; is enabled. 
- top_pcr_template = mutil.toplist.txt +   
- top_pcr_output   = toppcr.asc +    ; Name to save has the uploader 
- top_pcr_desc     = Posts Per Call +   
- top_pcr_namelen  = 30 +    uploader_name = Mystic BBS 
- top_pcr_datalen  = 10 +   
-  +    ; Import FILE_ID.DIZ?  1=yes 
- ; ========================================================================== +   
- ; ========================================================================== +    import_fileid = 1 
- ; ========================================================================== +   
-  +    ; Rename filenames that are longer than the maximum allowed length 
- [GenerateAllFiles] +    length_rename = true 
-  +   
- ; Generate all files list +    ; No description string used when no FILE_ID.DIZ is imported. 
-  +   
- ; Path / filename of output filename.  If the path is not included then the +    no_description = No Description 
- ; file will be created in whatever the current working directory is. +   
-  +    ; Ignore list one file mask per line (allows * and ? wildcards) 
- filename = allfiles.txt +   
-  +    ignore = files.bbs 
- ; ideas/features for the future? +    ;ignore = *.readme 
- ; header, footer, baseheader, basefooter, exclude bases, uploader optional +   
- ; uploader line, format list line 1st,2nd line, space between files? +  ; ========================================================================== 
-  +  ; ========================================================================== 
- ; ========================================================================== +  ; ========================================================================== 
- ; ========================================================================== +   
- ; ========================================================================== +  [GenerateTopLists] 
-  +   
- [PurgeMessageBases] +    ; Top list generator can generate up to top 99 for various different 
-  +    ; statistics.  Each individual top file can be enabled or disabled and 
- ; No options for this function +    ; can each have their own template files that are totally configurable. 
-  +    
- ; ========================================================================== +    ; 1=enable for top_call, top_post, etc. 
- ; ========================================================================== +    
- ; ========================================================================== +    ; The number of items in each list is determined by the template.  It 
-  +    ; could be any number between 1 and 99. 
- [PackMessageBases] +    
-  +    ; In the templates use @NA01-99 for name and @DA01-99 for numerical data 
- ; No options for this function +    ; @DE returns the value set as _desc in the configuration.  You can look 
-  +    ; at the provided template as an example.  @RN01-99 can be used for the 
- ; ========================================================================== +    user's real name instead of their login name. 
- ; ========================================================================== +    ; 
- ; ========================================================================== +    ; namelen and datalen define the width the MCI code is padded to 
-  +    
- [PostTextFiles] +    ; 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 ; 
- ; Total number of text files to be posted.  For each file there needs to +    ; are considered comments. 
- ; be a file definition as show below. +   
-  +    exclude_list = mutil.toplist.exclude.txt 
- totalfiles = 2 +   
-  +    ; User name for "no one" when for example you have 3 users and make a 
- ; This defines one file which will be posted to the message base.  Each +    ; top 10 list 
- ; file should be prefixed with file# where # is a number from 1 to +   
- ; totalfiles. +    no_user = No one 
- +   
- ; The delfile option (if true) will remove the filename after the message +    ; Sort order.  You can use this to calculate top or bottom 99. 1=top 
- ; 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 +    sort_top=1 
- ; editor in Mystic's configuration.  Address is the echomail destination +   
- ; address +    ; configuration for top callers generator 
-  +    ; @NA=name  @DA=calls 
- file1_name    = myfile.txt +   
- file1_baseidx = 2 +    top_call          = 1 
- file1_from    = Sysop +    top_call_template = mutil.toplist.txt 
- file1_to      = All +    top_call_output   = topcallers.asc 
- file1_subj    = My subject +    top_call_desc     = Callers 
- file1_addr    = 0:0/0 +    top_call_namelen  = 30 
- file1_delfile = false +    top_call_datalen  = 10 
-  +   
- file2_name    = myfile.txt +    ; configuration for top downloads 
- file2_baseidx = 2 +    ; @NA=name  @DA=downloads 
- file2_from    = Sysop +   
- file2_to      = All +    top_dl          = 1 
- file2_subj    = My subject +    top_dl_template = mutil.toplist.txt 
- file2_addr    = 0:0/0 +    top_dl_output   = topdownload.asc 
- file2_delfile = false +    top_dl_desc     = Downloaders 
-  +    top_dl_namelen  = 30 
- ; ========================================================================== +    top_dl_datalen  = 10 
- ; ========================================================================== +   
- ; ========================================================================== +    top_ul          = 1 
-  +    top_ul_template = mutil.toplist.txt 
- [Import_MessageBase] +    top_ul_output   = topupload.asc 
-  +    top_ul_desc     = Uploaders 
- ; This option scans the message base directory, and creates any messages +    top_ul_namelen  = 30 
- ; bases inside of Mystic that have data files in the directory. +    top_ul_datalen  = 10 
-  +   
- search_subdirs = true +    top_post          = 1 
-  +    top_post_template = mutil.toplist.txt 
- ; The following options define the "default" values used when creating +    top_post_output   = topposts.asc 
- ; new message bases.  netaddress must match an exiting network +    top_post_desc     = Posters 
- ; address configured within Mystic BBS.  default values are also +    top_post_namelen  = 30 
- ; taken from the system configuration for origin line, colors, etc. +    top_post_datalen  = 10 
-  +   
- netaddress     = 1:1/1 +    top_pcr          = 1 
- acs_list       = +    top_pcr_template = mutil.toplist.txt 
- acs_read       = +    top_pcr_output   = toppcr.asc 
- acs_post       = +    top_pcr_desc     = Posts Per Call 
- acs_sysop      = s255 +    top_pcr_namelen  = 30 
- header         = msghead +    top_pcr_datalen  = 10 
- read_template  = ansimrd +   
- index_template = ansimlst +  ; ========================================================================== 
- max_msgs       = 500 +  ; ========================================================================== 
- max_msgs_age   = 365 +  ; ========================================================================== 
-  +   
- ; network type (0=local, 1=echomail, 2=newsgroup 3=netmail) +  [GenerateAllFiles] 
-  +   
- net_type = 1 +    ; Generate all files list 
-  +   
- ; true/false type values 0=false 1=true (newscan 2=forced) +    ; Path / filename of output filename.  If the path is not included then the 
-  +    ; file will be created in whatever the current working directory is. 
- use_autosig    = 1 +   
- use_realname   = 0 +    filename = allfiles.txt 
- kill_kludge    = 1 +   
- private_base   = 0 +    ; ideas/features for the future? 
- new_scan       = 1 +    ; header, footer, baseheader, basefooter, exclude bases, uploader optional 
- qwk_scan       = 1 +    ; uploader line, format list line 1st,2nd line, space between files? 
-  +   
- ; ========================================================================== +  ; ========================================================================== 
- ; ========================================================================== +  ; ========================================================================== 
- ; ========================================================================== +  ; ========================================================================== 
-  +   
- [ImportEchoMail] +  [PurgeMessageBases] 
-  +   
- ; If you want to save duplicated / bad messages to a certain message +    ; No options for this function 
- ; base, then set this value to the *INDEX* of the message base (viewable +   
- ; at the top of the msgbase editor).  Otherwise, set this value to -1 +  ; ========================================================================== 
- ; or leave it commented out and they will be ignored. +  ; ========================================================================== 
-  +  ; ========================================================================== 
- ; dupe_msg_index = 5 +   
-  +  [PackMessageBases] 
- ; 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 +    ; No options for this function 
- ; 256kb of memory while importing messages.  Max is 250,000 messages. +   
-  +  ; ========================================================================== 
- dupe_db_size = 32000 +  ; ========================================================================== 
-  +  ; ========================================================================== 
- ; Toss packets from unsecure directory in addition to inbound? +   
-  +  [PostTextFiles] 
- unsecure_dir = false +   
-  +    ; Total number of text files to be posted.  For each file there needs to 
- ; Strip SEEN-BY lines from messages when importing? +    ; be a file definition as show below. 
-  +   
- strip_seenby = false +    totalfiles = 2 
-  +   
- ; If you want to remap netmail from one user name to another, you can +    ; This defines one file which will be posted to the message base.  Each 
- ; define up to 50 remapped names below using the format <orig>;<new> +    ; file should be prefixed with file# where # is a number from 1 to 
- +    ; totalfiles. 
- ;forward = sysop;g00r00 +    
- ;forward = system operator;g00r00 +    ; 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 
- ; If you want to twit filter names so that messages are not imported +    ; post the message into (shown as Index at the top of the message base 
- ; or tossed to downlinks, then you can do one per line here, up to +    ; editor in Mystic's configuration.  Address is the echomail destination 
- ; 100. +    ; address 
-  +   
- ;twit=John Guillory +    file1_name    = myfile.txt 
- ;twit=kf5qeo +    file1_baseidx = 2 
- ;twit=1:396/60 +    file1_from    = Sysop 
- ;twit=46:1/138 +    file1_to      = All 
-  +    file1_subj    = My subject 
- ; If you want MUTIL to auto create message bases when it finds an +    file1_addr    = 0:0/0 
- ; echomail message for a non-existing base, set this value to true +    file1_delfile = false 
- ; and use the options below to define the default values +   
-  +    file2_name    = myfile.txt 
- auto_create = true +    file2_baseidx = 2 
-  +    file2_from    = Sysop 
- Convert filenames to lowercased 1=true +    file2_to      = All 
-  +    file2_subj    = My subject 
- lowercase_filename = 1 +    file2_addr    = 0:0/0 
-  +    file2_delfile = false 
- acs_list       = +   
- acs_read       = +  ; ========================================================================== 
- acs_post       = +  ; ========================================================================== 
- acs_sysop      = s255 +  ; ========================================================================== 
- header         = msghead +   
- read_template  = ansimrd +  [Import_MessageBase] 
- index_template = ansimlst +   
- max_msgs       = 500 +    ; This option scans the message base directory, and creates any messages 
- max_msgs_age   = 365 +    ; 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 +    ; The following options define the "default" values used when creating 
- use_realname   = 0 +    ; new message bases.  netaddress must match an exiting network 
- kill_kludge    = 1 +    ; 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 
- ; If you want to create settings specific to certain node addresses you can! +    acs_list       = 
- ; For example, if you want auto created bases that are linked to your AgoraNet +    acs_read       = 
- ; address of 46:999/999 then you can by prefixing with the address: +    acs_post       = 
-  +    acs_sysop      = s255 
- ;46:999/999_acs_list     = +    header         = msghead 
- ;46:999/999_acs_read     = +    read_template  = ansimrd 
- ;46:999/999_acs_post     = +    index_template = ansimlst 
- ;46:999/999_acs_news     = +    max_msgs       = 500 
- ;46:999/999_acs_sysop    = s255 +    max_msgs_age   = 365 
- ;46:999/999_use_realname = 0 +   
-  +    ; network type (0=local, 1=echomail, 2=newsgroup 3=netmail) 
- ; ========================================================================== +   
- ; ========================================================================== +    net_type = 1 
- ; ========================================================================== +   
-  +    ; true/false type values 0=false 1=true (newscan 2=forced) 
- [ExportEchoMail] +   
-  +    use_autosig    = 1 
- ; Do not export messages from users currently online +    use_realname   = 0 
- skip_online = true +    private_base   = 0 
-  +    new_scan       = 1 
- [MergeNodeLists] +    qwk_scan       = 1 
-  +          use_ansi       = 1 
- ; Finds the latest nodelists and merges them together in the mystic data +   
- ; folder. +  ; ========================================================================== 
- +  ; ========================================================================== 
- ; Set nodefile value one per line.  The value should contain the full path +  ; ========================================================================== 
- ; and the base filename of the nodelist. +   
- +  [ImportEchoMail] 
- ;   examples: +   
- ;     nodefile=c:\nodelist\nodelist +    ; If you want bad packets that cannot be imported moved to a directory 
- ;     nodefile=c:\nodelist\agoranet +    ; then uncomment and set this value to an existing directory. 
- +   
- ; The above example will search in c:\nodelist and select the latest +    ; bad_packet = c:\mystic\echomail\badpkt 
- ; nodelist.### and agoranet.### nodelists.  This comparison is first done +   
- ; by checking the day extension.  If the extension is archived (.z12, etc) +    ; If you want to save duplicated / bad messages to a certain message 
- ; it will be unarchived before comparison. +    ; base, then set this value to the *INDEX* of the message base (viewable 
- +    ; at the top of the msgbase editor).  Otherwise, set this value to -1 
- ; After decompressing, the 3-digit day extensions are compared, selecting +    ; or leave it commented out and they will be ignored. 
- ; 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 +    ; dupe_msg_index = 5 
- ; and also nodelist.320 dated 2012, nodelist.025 will be selected. +   
- +    ; This defines the number of messages to keep in the duplicate database. 
- ; The same process is then be repeated for agoranet.### and once all of +    ; Each message takes 8 bytes of data, so for example 32,000 messages takes 
- ; the defined 'nodefiles' are processed, they will be merged together and +    ; 256kb of memory while importing messages.  Max is 250,000 messages. 
- ; copied into Mystic's DATA folder so it can be used for nodelist lookups. +   
- +    dupe_db_size = 32000 
- ; If no nodelists are found, Mystic will not overwrite the current +   
- ; nodelist.  Comments are stripped while merging to lower filesize and +    ; Enable or disable circular PATH dupe checking.  This should be enabled 
- ; increase search performance. +    ; in 99.99% of cases and will default to true if commented out. 
-  +   
- ; Strip nodes marked as DOWN? +    dupe_circular = true 
- strip_down = true +   
-  +    ; Toss packets from unsecure directory in addition to inbound? 
- ; Strip nodes marked as PRIVATE? +     
- strip_private = true +    unsecure_dir = true 
-  +   
- nodefile=d:\nodelists\nodelist +          ; Strip SEEN-BY lines from messages when importing? 
- nodefile=d:\nodelists\agoranet +    ; Note: This option should never be enabled if you current hub echomail 
-  +    ; or plan to act as an echo echomail hub for other BBS systems in the 
- [FileToss] +    ; future. 
-  +   
- ; Processes .TIC files from incoming directories and move/upload files to the +          strip_seenby = false 
- ; appropriate file bases (optionally creating them).  Files are then tossed +   
- ; to the fileboxes of all downlinks connected to the file base. +    ; 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 
- ; Directory where failed files are moved, or comment out to disable archive of +    ; will refuse to perform any action.  The default is the last 250 messages 
- ; failed files.  This includes incorrect file sizes, bad CRC, missing area +    ; for each base.  Setting it to D=90 for example would give the last 90 
- ; when auto-create is disabled, duplicate files, unsecured, etc. +    ; days of messages.  If you want the default to send every message in the 
-  +    ; base, then set it to go back a ridiculous number of messages R=999999999 
- bad_dir=d:\mystic\files\badfile +   
-  +    default_rescan = R=250 
- ; Toss TIC from unsecure directory in addition to inbound? +   
-  +    ; If you want to remap netmail from one user name to another, you can 
- unsecure_dir = false +    ; define up to 50 remapped names below using the format <orig>;<new> 
-  +    Names are case insensitive.  Fowards can even forward to other systems 
- ; File description to use when no DIZ, long description or description can be +    ; using the @address. 
- ; found from the file or .TIC file. +    ; 
-  +    ;forward = sysop;g00r00 
- no_desc=No Description +    ;forward = system operator;g00r00 
-  +    ;forward = g00r00;g00r00@1:123/123 
- ; Name of the uploader to use when adding TIC files into the local file bases +   
-  +    ; If you want to twit filter names so that messages are not imported 
- uploader=Mystic TIC +    ; or tossed to downlinks, then you can do one per line here, up to 
-  +    ; 100.  Example: 
- ; Check size and CRC values supplied in TIC file (if found) against the actual +   
- ; file.  If the value does not match, then skip tossing the file (moving it +    ;twit=John Guillory 
- ; to the bad directory if enabled) +    ;twit=kf5qeo 
-  +    ;twit=1:396/60 
- check_crc  = true +    ;twit=46:1/138 
- check_size = true +   
-  +    ; If you want MUTIL to auto create message bases when it finds an 
- ; If this is true, then files that are FROM an unknown node will still be +    ; echomail message for a non-existing base, set this value to true 
- ; processed.  If false, they will be moved to the bad directory or deleted +    ; and use the options below to define the default values 
- ; depending on configuration.  An "unsecure" node is one that is not directly +   
- ; configured within your echomail nodes configuration. +    auto_create = true 
-  +   
- allow_unsecure = false +    Use DOS 8.3 format filenames for JAM filename: 
-  +    ;   0 = Disabled (use echo tag for filename) 
- ; If this is true, then Mystic will allow the REPLACE TIC option, which will +    ;   1 = Use shortened 8.3 filename (trimmed based on echo tag) 
- ; remove and replace files by the specified file mask.  +    ;   2 = Use random hex 8.3 filename 
-  +   
- allow_replace = true +    dos_filename = 0 
-  +   
- ; If true, then Mystic will attempt to autocreate file bases when a file is +    ; Convert filenames to lowercase 
- ; found for an Area that does not already exist.  If an unknown file is found +    lowercase_filename = true 
- ; and this option is disabled, the file will be considered a failure, and will +   
- ; be ignored/moved to bad directory (if enabled) +    acs_list       = 
-  +    acs_read       = 
- auto_create = true +    acs_post       = 
-  +    acs_sysop      = s255 
- ; The directory prefix for auto-created bases.  This will be used with the +    header         = msghead 
- ; areatag appended onto it, so for example if prefix was set to: +    read_template  = ansimrd 
- +    index_template = ansimlst 
- ; dir_prefix=c:\bbs\files\fdn_ +    max_msgs       = 500 
- +    max_msgs_age   = 365 
- ; And the areatag was "nodelist", Mystic would create and the use path: +   
- ;   c:\bbs\files\fdn_nodelist\ +    ; true/false type values 0=false 1=true (newscan 2=forced) 
- +   
- ; And the datafile would be fdn_nodelist +    use_autosig    = 1 
-  +    use_realname   = 0 
- dir_prefix = d:\mystic\files\fdn_ +          use_ansi       = 1 
-  +    new_scan       = 1 
- ; Auto create base options +    qwk_scan       = 1 
-  +   
- dispfile     = +    ; If you want to create settings specific to certain node addresses you can! 
- template     = ansiflst +    ; For example, if you want auto created bases that are linked to your AgoraNet 
- acs_list     = +    ; address of 46:999/999 then you can by prefixing with the address: 
- acs_ftp      = +   
- acs_download = +    ;46:999/999_acs_list     = 
- acs_upload   = +    ;46:999/999_acs_read     = 
- acs_hatch    = +    ;46:999/999_acs_post     = 
- acs_sysop    = s255 +    ;46:999/999_acs_news     = 
-  +    ;46:999/999_acs_sysop    = s255 
- ; true/false type values 0=false 1=true (newscan 2=forced) +    ;46:999/999_use_realname = 0 
-  +   
- free_files    = 0 +  ; ========================================================================== 
- show_uploader = 1 +  ; ========================================================================== 
- new_scan      = 1 +  ; ========================================================================== 
-  +   
- ; Node-specific options allow some options to be overridden when a file is +  [ExportEchoMail] 
- ; coming from a specific node.  These options should be prefixed with the +   
- ; address, examples for each supported option are listed below in comments +    ; Do not export messages from users currently online 
-  +    skip_online = false 
- ;46:100/1_bad_dir       = d:\mystic\files\badfile_agoranet\ +   
- ;46:100/1_dir_prefix    = d:\mystic\files\agora_ +  [MergeNodeLists] 
- ;46:100/1_allow_replace = true +   
- ;46:100/1_acs_list      = s20g2 +    ; Finds the latest nodelists and merges them together in the mystic data 
- ;46:100/1_acs_ftp       s20g2 +    ; folder. 
- ;46:100/1_acs_download s20g2 +    
- ;46:100/1_acs_upload    = s20g2 +    ; Set nodefile value one per line.  The value should contain the full path 
- ;46:100/1_acs_hatch     s20g2 +    ; and the base filename of the nodelist. 
- ;46:100/1_acs_sysop     s255g2 +    
-  +    ;   examples: 
- [PackFileBases] +    ;     nodefile=c:\nodelist\nodelist 
-  +    ;     nodefile=c:\nodelist\agoranet 
- ; 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) +    ; The above example will search in c:\nodelist and select the latest 
-  +    ; nodelist.### and agoranet.### nodelists.  This comparison is first done 
- check_files = true +    ; by checking the day extension.  If the extension is archived (.z12, etc) 
-  +    ; it will be unarchived before comparison. 
- ; 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 +    ; After decompressing, the 3-digit day extensions are compared, selecting 
- ; OFFLINE in the file listing.  0 byte files are considered "missing" +    ; 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 
- remove_missing = false +    ; and also nodelist.320 dated 2012, nodelist.025 will be selected. 
-  +    
- [LinkMessages] +    ; The same process is then be repeated for agoranet.### and once all of 
- +    ; 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. 
 +   
 +    ; Strip nodes marked as DOWN? 
 +    strip_down = true 
 +   
 +    ; Strip nodes marked as PRIVATE? 
 +    strip_private = true 
 +   
 +    nodefile=d:\nodelists\nodelist 
 +    nodefile=d:\nodelists\agoranet 
 +   
 +  [FileToss] 
 +   
 +    ; Processes .TIC files from incoming directories and move/upload files to the 
 +    ; appropriate file bases (optionally creating them).  Files are then tossed 
 +    ; to the fileboxes of all downlinks connected to the file base. 
 +   
 +    ; Directory where failed files are moved, or comment out to disable archive of 
 +    ; failed files.  This includes incorrect file sizes, bad CRC, missing area 
 +    ; when auto-create is disabled, duplicate files, unsecured, etc. 
 +   
 +    bad_dir=d:\mystic\files\badfile 
 +   
 +    ; Toss TIC from unsecure directory in addition to inbound? 
 +     
 +    unsecure_dir = false 
 +   
 +    ; File description to use when no DIZ, long description or description can be 
 +    ; found from the file or .TIC file. 
 +   
 +    no_desc=No Description 
 +   
 +    ; Name of the uploader to use when adding TIC files into the local file bases 
 +   
 +    uploader=Mystic TIC 
 +   
 +    ; Check size and CRC values supplied in TIC file (if found) against the actual 
 +    ; file.  If the value does not match, then skip tossing the file (moving it 
 +    ; to the bad directory if enabled) 
 +   
 +    check_crc  = true 
 +    check_size = true 
 +   
 +    ; 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 
 +    ; depending on configuration.  An "unsecure" node is one that is not directly 
 +    ; configured within your echomail nodes configuration. 
 +   
 +    allow_unsecure = false 
 +   
 +    ; If this is true, then Mystic will allow the REPLACE TIC option, which will 
 +    ; remove and replace files by the specified file mask. 
 +   
 +    allow_replace = true 
 +   
 +    ; If true, Mystic will do a case insensitive filename scan on case sensitive 
 +    ; operating systems.  IE if the .TIC file has a filename of "TEST.ZIP" but 
 +    ; the actual filename on disk is "test.zip" Mystic will toss test.zip even 
 +    ; though technically they are not the same filename.  Note that enabling 
 +    ; this will cause some additional disk scanning during tossing to search for 
 +    ; files that have case variations. 
 +   
 +    ignore_case = true 
 +   
 +    ; 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 
 +    ; and this option is disabled, the file will be considered a failure, and will 
 +    ; be ignored/moved to bad directory (if enabled) 
 +   
 +    auto_create = true 
 +   
 +    ; 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: 
 +    
 +    ; dir_prefix=c:\mystic\files\fdn_ 
 +    
 +    ; And the areatag was "nodelist", Mystic would create and the use path: 
 +    ;   c:\mystic\files\fdn_nodelist\ 
 +    
 +    ; And the datafile would be fdn_nodelist 
 +   
 +    dir_prefix = d:\mystic\files\fdn_ 
 +   
 +    ; Auto create base options 
 +   
 +    dispfile     = 
 +    template     = ansiflst 
 +    acs_list     = 
 +    acs_ftp      = 
 +    acs_download = 
 +    acs_upload   = 
 +    acs_hatch    = 
 +    acs_sysop    = s255 
 +   
 +    ; 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 
 +   
 +  [AutoHatch] 
 +   
 +          ; Files will be automatically hatched to connceted downlinks 
 +          ; Each file must already exist in the file base.  The format 
 +          ; file=<base ID or echotag> | filename | replaces filename (optional) 
 +   
 +          file=nodelist | nodelist.z99 |nodelist.z99 
 +          file=3        | nodelist.z98 
 +   
 +  [EchoNodeTracker] 
 +   
 +    ; Automatically reset the echonode tracking statistics after a specific 
 +    ; number of days (or 0 to disable) 
 +   
 +    reset_stats = 0 
 +   
 +    ; Set the number of days of inactivity before an Echomail Node is 
 +    ; automatically deactivated (or 0 to disable) 
 +   
 +    inactivity = 0 
 +   
 +          ; When a node is deactivated, should they also be unlinked from all 
 +          ; subscribed message/file bases? 
 +   
 +          unlink = false 
 +   
 +    ; When set to TRUE, MUTIL will remove any files or mail packets from the 
 +    ; node's outbound queue upon deactivation from inactivity 
 +   
 +    clear_outbound = false 
 +   
 +    ; When Mystic is unable to connect outbound to a node it can automatically 
 +    ; change their mail type and filebox settings from "Crash" to "Hold" after 
 +    ; a specific number of outbound connection failures combined with a specific 
 +    ; number of days of outbound inactivity.  Setting either to 0 will disable 
 +    ; this feature and both requirements must be met for action to be taken. 
 +     
 +    crash_errors = 0 
 +    crash_days = 0 
 +   
 +  [EchoUnlink] 
 +   
 +    ; Echo must have existed for this many days to be considered for removal 
 +    days_created = 30 
 +   
 +    ; Last post in base must be older than this to qualify for removal 
 +    days_inactive = 90 
 +   
 +    ; Set mode to: 0=Notify SysOp only  1=Delete bases only  2=Notify+Delete 
 +    action_mode = 0 
 +   
 +    ; Send Areafix unsubscribe to uplink when deleting message base 
 +    send_areafix = false 
 +   
 +    ; Excluded echotag list.  These must always been listed at the bottom of the 
 +    ; stanza after all other options.  Excluded echotags can use wildcards and 
 +    ; should be defined as one per line. 
 +   
 +    ; exclude=MYSTIC 
 +    ; exclude=FSX_* 
 +    
mutil_ini_1.12.1461056290.txt.gz · Last modified: 2016/04/19 03:58 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki