This is an old revision of the document!


listserver.ini file

The ctrl/listserver.ini file is used to control the behavior of the Synchronet ListServer module.

It contains a root section for global settings as well as named sections defining each mailing list hosted by the ListServer.

Documentation for the settings can be found in the default/example listserver.ini file (from CVS) and a snapshot has been included below:

;;;;;;;;;;;;;;;;;;;
; Global settings ;
;;;;;;;;;;;;;;;;;;;

; Allow commands in subject?
SubjectCommand = true

; Disabled?
disabled = true

; Over-ride default address (listserver@yourbbs.com)
;address = listserver@mybbs.com

; Over-ride default list server name (Synchronet ListServer)
;name = My ListServer

; When subscribing/unsubscribing, always use the sender's address
use_sender_address = true

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Each list is a separate section
; (list name in square brackets followed by "key=value" pairs)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[notices]
; Required keys:
        ; Internal code of message area
        sub = main.notices
; Optional keys:
        ; Is this an "announce only" list?
        readonly = true
        ; Is this list currently disabled?
        disabled = false
        ; Is this list currently closed to new subscriptions?
        closed = false
        ; Prepend "[list-name] " to Subject of exported messages?
        subject_mod = true
        ; Submitter (only this address can submit messages to list, if specified)
        ; submitter = admin@somesite.com
; Optionally over-ride default values:
        ;address = somelist@someserver.com
        ;description = My mailing list
        ;use_sender_address = true
; Not-yet-implemented:
        ; Confirm subscriptions?
        confirm = true

See Also

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