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
config:listserver.ini [2019/01/14 23:34] digital manconfig:listserver.ini [2022/03/14 19:46] (current) – [See Also] tags Andre
Line 1: Line 1:
-====== listserver.ini file ======+====== ListServer Configuration ======
  
 The ''[[dir:ctrl]]/listserver.ini'' [[ini_files|file]] is used to control the behavior of the Synchronet [[module:ListServer]] module. The ''[[dir:ctrl]]/listserver.ini'' [[ini_files|file]] is used to control the behavior of the Synchronet [[module:ListServer]] module.
Line 5: Line 5:
 It contains a [[ini_files#root_section|root section]] for global settings as well as [[ini_files#named sections]] defining each mailing list hosted by the ListServer. It contains a [[ini_files#root_section|root section]] for global settings as well as [[ini_files#named sections]] defining each mailing list hosted by the ListServer.
  
-Documentation for the settings can be found in the default/example ''[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/listservier.ini|listserver.ini]]'' file (from CVS) and a snapshot has been included below:+Documentation for the settings can be found in the default/example ''[[https://gitlab.synchro.net/main/sbbs/-/raw/master/ctrl/listserver.ini|listserver.ini]]'' file (from Git) and a snapshot has been included below: 
 + 
 +<code ini> 
 +; listserver.ini 
 + 
 +; Synchronet ListServer configuration file 
 + 
 +; $Id: listserver.ini,v 1.4 2014/12/10 09:41:27 rswindell Exp $
  
-<code> 
 ;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;
 ; Global settings ; ; Global settings ;
 ;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;
  
-; Allow commands in subject?+; Allow commands in message subject?
 SubjectCommand = true SubjectCommand = true
 +; Allow commands in message body? (always true if SubjectCommand=false)
 +BodyCommand = false
  
 ; Disabled? ; Disabled?
Line 34: Line 42:
 [notices] [notices]
 ; Required keys: ; Required keys:
-        ; Internal code of message area + ; Internal code of message area 
-        sub = main.notices+ sub = main.notices
 ; Optional keys: ; Optional keys:
-        ; Is this an "announce only" list? + ; Is this an "announce only" list? 
-        readonly = true + readonly = true 
-        ; Is this list currently disabled? + ; Is this list currently disabled? 
-        disabled = false + disabled = false 
-        ; Is this list currently closed to new subscriptions? + ; Is this list currently closed to new subscriptions? 
-        closed = false + closed = false 
-        ; Prepend "[list-name] " to Subject of exported messages? + ; Prepend "[list-name] " to Subject of exported messages? 
-        subject_mod = true + subject_mod = true 
-        ; Submitter (only this address can submit messages to list, if specified) + ; Submitter (only this address can submit messages to list, if specified) 
-        ; submitter = admin@somesite.com+ ; submitter = admin@somesite.com
 ; Optionally over-ride default values: ; Optionally over-ride default values:
-        ;address = somelist@someserver.com + ;address = somelist@someserver.com 
-        ;description = My mailing list + ;description = My mailing list 
-        ;use_sender_address = true+ ;use_sender_address = true
 ; Not-yet-implemented: ; Not-yet-implemented:
-        ; Confirm subscriptions? + ; Confirm subscriptions? 
-        confirm = true+ confirm = true
 </code>         </code>        
                
Line 59: Line 67:
   * [[:config:|Configuration]]   * [[:config:|Configuration]]
  
-{{tag>listserver}}+ 
 +{{tag>configuration email mail server messaging smtp ini}}
  
config/listserver.ini.1547537665.txt · Last modified: 2019/01/14 23:34 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0