Renames domain value for users loging with their hruid. Ensures the rigth username...
[platal.git] / configs / platal.ini
index c6ae06f..c7e159e 100644 (file)
@@ -256,6 +256,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 +288,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 +420,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]