Merge branch 'xorg/maint' into xorg/master
[platal.git] / configs / platal.ini
index c6ae06f..a057415 100644 (file)
@@ -104,6 +104,9 @@ secure_domain = ""
 ; command line. The value is computed automatically when php serves a web page.
 baseurl = "https://www.example.org/"
 
+; The base url of the url shortener.
+baseurl_shortener = ""
+
 ; $globals->sitename
 ; The name of the site
 ;
@@ -256,6 +259,10 @@ vhost_sep = "_"
 ; Maximum number of mails an instance of the moderation cron accepts to deliver.
 max_mail_per_min = 400
 
+; $globals->lists->redirect_domain
+; Domain where mailing list emails are redirected.
+redirect_domain = ""
+
 
 ; The mail section contains parameters used to interacts with email routing
 [Mail]
@@ -284,6 +291,9 @@ blacklist_host_resolution_limit =
 ; domain is blacklisted by a spam filter.
 domain_whitelist = ""
 
+; $globals->mail->antispam
+; Default antispam level.
+antispam = ""
 
 ; The mailstorage section contains parameters describing the availability of email storage services
 [MailStorage]
@@ -413,6 +423,27 @@ auth_baseurl = ""
 ; of an event are created.
 evts_domain  = ""
 
+; $globals->xnet->participant_list
+; Mailing list suffix used to contact event participants.
+participant_list = ""
+
+; $globals->xnet->absent_list
+; Mailing list suffix used to contact users who notified they won't attend to the event.
+absent_list = ""
+
+; $globals->xnet->unpayed_list
+; Mailing list suffix used to contact event participants who did not pay.
+unpayed_list = ""
+
+; $globals->xnet->payed_list
+; Mailing list suffix used to contact event participants who paid.
+payed_list = ""
+
+; $globals->xnet->
+; Event mailing lists suffixes. It must contain the 4 suffixes above, separated by a coma.
+event_lists = ""
+
+
 ; The merge section contains parameters about the merge's state.
 [Merge]