###\\\\ Service description ////### ## domain ## Primary mail domain name ## Example: domain mail.example.org domain lists.somenet.org ## listmaster ## Email addresses of listmasters ## Email addresses of the listmasters (users authorized to perform global ## server commands). Some error reports may also be sent to these addresses. ## Listmasters can be defined for each virtual host, however, the default ## listmasters will have privileges to manage all virtual hosts. ## Example: listmaster your_email_address@domain.tld listmaster someone@somenet.org ###\\\\ Database related ////### ## db_type ## Type of the database ## Possible types are "MySQL", "PostgreSQL", "Oracle" and "SQLite". db_type SQLite ## db_name ## Name of the database ## With SQLite, this must be the full path to database file. ## With Oracle Database, this must be SID, net service name or easy connection ## identifier (to use net service name, db_host should be set to "none" and ## HOST, PORT and SERVICE_NAME should be defined in tnsnames.ora file). db_name /var/lib/sympa/sympa.sqlite ## db_timeout ## Database processing timeout ## Currently, this parameter may be used for SQLite only. db_timeout 10 ###\\\\ Mail server ////### ## sendmail_aliases ## Path of the file that contains all list related aliases ## It is recommended to create a specific alias file so that Sympa never ## overwrites the standard alias file, but only a dedicated file. ## Set this parameter to "none" if you want to disable alias management in ## Sympa. sendmail_aliases /var/lib/sympa/transport.map ## aliases_program ## Program used to update alias database ## This may be "makemap", "newaliases", "postalias", "postmap" or full path to ## custom program. aliases_program postmap ## aliases_db_type ## Type of alias database ## "btree", "dbm", "hash" and so on. Available when aliases_program is ## "makemap", "postalias" or "postmap" aliases_db_type hash ###\\\\ List definition ////### ## lang ## Language of the list ## This parameter defines the language used for the list. It is used to ## initialize a user's language preference; Sympa command reports are ## extracted from the associated message catalog. lang en_US ###\\\\ Sending/receiving setup ////### ## max_size ## Maximum message size ## Maximum size of a message in 8-bit bytes. ## Example: max_size 2097152 max_size 209715200 ###\\\\ DKIM/DMARC/ARC ////### ## dkim_parameters.private_key_path ## File path for DKIM private key ## The file must contain a PEM encoded private key dkim_parameters.private_key_path /etc/sympa/sympa/key_dkim.private ## dkim_parameters.selector ## Selector for DNS lookup of DKIM public key ## The selector is used in order to build the DNS query for public key. It is ## up to you to choose the value you want but verify that you can query the ## public DKIM key for "._domainkey.your_domain" dkim_parameters.selector s20240709 ## dkim_parameters.signer_domain ## DKIM "d=" tag, you should probably use the default value ## The DKIM "d=" tag, is the domain of the signing entity. The list domain ## MUST be included in the "d=" domain dkim_parameters.signer_domain lists.somenet.org ## dkim_signature_apply_on ## The categories of messages sent to the list that will be signed using DKIM. ## This parameter controls in which case messages must be signed using DKIM, ## you may sign every message choosing 'any' or a subset. The parameter value ## is a comma separated list of keywords dkim_signature_apply_on any ## dmarc_protection.mode ## Protection modes ## Select one or more operation modes. "Domain matching regular ## expression" (domain_regex) matches the specified Domain regular expression; ## "DKIM signature exists" (dkim_signature) matches any message with a DKIM ## signature header; "DMARC policy ..." (dmarc_*) matches messages from sender ## domains with a DMARC policy as given; "all" (all) matches all messages. ## Example: dmarc_protection.mode dmarc_reject,dkim_signature dmarc_protection.mode all ## dmarc_protection.phrase ## New From name format ## This is the format to be used for the sender name part of the new From ## header field. dmarc_protection.phrase name_email_via_list ###\\\\ Web interface parameters ////### ## wwsympa_url ## URL prefix of web interface ## This is used to construct URLs of web interface. The protocol (either ## https:// or http://) is required. ## Example: wwsympa_url https://web.example.org/sympa wwsympa_url http://lists.somenet.org/sympa ## static_content_path ## Directory for static contents static_content_path /usr/share/sympa/static_content ## css_path ## Directory for static style sheets (CSS) ## After an upgrade, static CSS files are upgraded with the newly installed ## "css.tt2" template. Therefore, this is not a good place to store customized ## CSS files. css_path /var/lib/sympa/css ## css_url ## URL for style sheets (CSS) ## To use auto-generated static CSS, HTTP server have to map it with ## "css_path". css_url /css-sympa ## pictures_path ## Directory for subscribers pictures pictures_path /var/lib/sympa/pictures ## pictures_url ## URL for subscribers pictures ## HTTP server have to map it with "pictures_path" directory. pictures_url /pictures-sympa ###\\\\ Web interface parameters: Appearances ////### ## review_page_size ## Size of review page ## Default number of lines of the array displaying users in the review page review_page_size 500 ## viewlogs_page_size ## Size of viewlogs page ## Default number of lines of the array displaying the log entries in the logs ## page. viewlogs_page_size 500