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 [2018/01/03 21:37] – updated mutil.ini to ver 1.12 A38 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 **38** +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
Line 73: Line 73:
     PackFileBases      = false     PackFileBases      = false
     FileSort           = false     FileSort           = false
-    LinkMessages    = false+    LinkMessages       = false
     PurgeUserBase      = false     PurgeUserBase      = false
     PackUserBase       = false     PackUserBase       = false
Line 87: Line 87:
      
     logfile=mutil.log     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.
 +  
 +    logcache=true
      
     ; Level 1 = basic     ; Level 1 = basic
Line 97: Line 104:
           ;logstamp = YYYYHHMMHHIISS           ;logstamp = YYYYHHMMHHIISS
      
-    ; Log roller type 0=roll by number of files/size  1=roll by number of days+    ; Log roller type
 +    ;   0 = Do not roll log files 
 +    ;   1 = Roll by number of files/filesize 
 +    ;   Roll by number of days 
 +  
     logtype = 0     logtype = 0
      
-          ; number of log files to keep (0 to disable log rolling)+    ; number of log files to keep (0 to disable log rolling)
           maxlogfiles = 3           maxlogfiles = 3
      
-          ; size of each log file in kilobytes+    ; size of each log file in kilobytes
           maxlogsize = 1000           maxlogsize = 1000
      
Line 489: Line 500:
     unsecure_dir = true     unsecure_dir = true
      
-          ; Strip SEEN-BY lines from messages when importing?+    ; Strip SEEN-BY lines from messages when importing?
      
-          strip_seenby = false+    strip_seenby = false 
 +   
 +    ; 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 
 +    ; will refuse to perform any action.  The default is the last 250 messages 
 +    ; for each base.  Setting it to D=90 for example would give the last 90 
 +    ; 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 
 +   
 +    default_rescan = R=250
      
     ; If you want to remap netmail from one user name to another, you can     ; If you want to remap netmail from one user name to another, you can
     ; define up to 50 remapped names below using the format <orig>;<new>     ; define up to 50 remapped names below using the format <orig>;<new>
 +    ; Names are case insensitive.
     ;     ;
     ;forward = sysop;g00r00     ;forward = sysop;g00r00
Line 724: Line 745:
      
     direction = 0     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