X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=configs%2Fplatal.ini;h=a057415d85aa96372f449e61dc74bf81732f36ef;hb=b65169f172b0b06c7731cfc67aaea15081fc0d31;hp=c6ae06f20daead65a8fae2d4aedc7bebe1bd6889;hpb=d53c12097f4e82ad4657de86f199699973dee29f;p=platal.git diff --git a/configs/platal.ini b/configs/platal.ini index c6ae06f..a057415 100644 --- a/configs/platal.ini +++ b/configs/platal.ini @@ -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]