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 revisionBoth sides next revision
mutil_ini_1.12 [2017/06/25 03:08] – updated to 1.12 a34 avonmutil_ini_1.12 [2018/01/03 21:37] – updated mutil.ini to ver 1.12 A38 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 **38** 
  
   ; 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
 +    FileSort           = false
     LinkMessages    = 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 161: Line 167:
     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 189:
     ; 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 487:
     ; 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 SEEN-BY lines from messages when importing?
Line 489: Line 501:
     ; 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 682:
     ;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 703:
      
   [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