###\\\\ 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 ###\\\\ 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