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 [2017/06/25 03:08] – updated to 1.12 a34 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 **34** +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 40: Line 40:
   ;    - 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
 +  ;    - Sort file base listings
   ;    - Perform message base echomail reply linking   ;    - Perform message base echomail reply linking
 +  ;    - Purge user database marking inactive users for deletion
 +  ;    - Pack user database and remove private messages of deleted users
   ;   ;
   ; The concept here is that you can create your own custom command lines to   ; The concept here is that you can create your own custom command lines to
Line 69: Line 72:
     FileToss           = false     FileToss           = false
     PackFileBases      = false     PackFileBases      = false
-    LinkMessages    = false+    FileSort           = false 
 +    LinkMessages       = false 
 +    PurgeUserBase      = false 
 +    PackUserBase       = false
      
     ; Set this value if you want to run mutil from a directory other than     ; Set this value if you want to run mutil from a directory other than
Line 81: 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 91: 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 161: Line 178:
     root_dir = c:\mystic\files\     root_dir = c:\mystic\files\
      
-    ; convert tags to lower case for filebase base filename/dir 1=yes+    ; Use echotag for base description and FTP name
      
-    lowercase_filename = 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
      
     ; Default values when creating a new file base     ; Default values when creating a new file base
Line 178: Line 200:
     ; true/false type values 0=false 1=true (newscan 2=forced)     ; true/false type values 0=false 1=true (newscan 2=forced)
      
 +    new_scan      = 1
     free_files    = 0     free_files    = 0
     show_uploader = 1     show_uploader = 1
-    new_scan      1+    anon_ftp      0
      
   ; ==========================================================================   ; ==========================================================================
Line 475: Line 498:
     ; Toss packets from unsecure directory in addition to inbound?     ; Toss packets from unsecure directory in addition to inbound?
          
-    unsecure_dir = false+    unsecure_dir = true 
 +   
 +    ; Strip SEEN-BY lines from messages when importing? 
 +   
 +    strip_seenby = false
      
-          Strip SEEN-BY lines from messages when importing?+    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
      
-          strip_seenby false+    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 489: Line 522:
     ; If you want to twit filter names so that messages are not imported     ; 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     ; or tossed to downlinks, then you can do one per line here, up to
-    ; 100.+    ; 100.  Example:
      
     ;twit=John Guillory     ;twit=John Guillory
Line 670: Line 703:
     ;46:100/1_dir_prefix    = d:\mystic\files\agora_     ;46:100/1_dir_prefix    = d:\mystic\files\agora_
     ;46:100/1_allow_replace = true     ;46:100/1_allow_replace = true
-    ;46:100/1_acs_list      = s20g2 +    ;46:100/1_acs_list      = s20z2 
-    ;46:100/1_acs_ftp       s20g2 +    ;46:100/1_acs_ftp       s20z2 
-    ;46:100/1_acs_download s20g2 +    ;46:100/1_acs_download s20z2 
-    ;46:100/1_acs_upload    = s20g2 +    ;46:100/1_acs_upload    = s20z2 
-    ;46:100/1_acs_hatch     s20g2 +    ;46:100/1_acs_hatch     s20z2 
-    ;46:100/1_acs_sysop     s255g2+    ;46:100/1_acs_sysop     s255z2
      
   [PackFileBases]   [PackFileBases]
Line 691: Line 724:
      
   [LinkMessages]   [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