Skip to content
Snippets Groups Projects
Commit fb895bae authored by Fabien Combernous's avatar Fabien Combernous
Browse files

Web interface for Sympa mailing list manager is in https

parent 77b11f3a
No related branches found
No related tags found
1 merge request!6Resolve "https for wwsympa_url"
Pipeline #88373 passed
...@@ -147,7 +147,8 @@ Default value: `'6.2.74'` ...@@ -147,7 +147,8 @@ Default value: `'6.2.74'`
Data type: `Stdlib::Fqdn` Data type: `Stdlib::Fqdn`
Primary mail domain name. Primary mail domain name. Web interface for Sympa mailing list manager, can
be joined at https://$listdomain
Default value: `'listes.example.org'` Default value: `'listes.example.org'`
...@@ -155,7 +156,7 @@ Default value: `'listes.example.org'` ...@@ -155,7 +156,7 @@ Default value: `'listes.example.org'`
Data type: `Stdlib::Email` Data type: `Stdlib::Email`
Email addresses of listmasters Email addresses of listmaster
Default value: `'listmaster@example.org'` Default value: `'listmaster@example.org'`
......
...@@ -14,8 +14,10 @@ ...@@ -14,8 +14,10 @@
# @param sysconf_dir Configuration dir under prefix_path # @param sysconf_dir Configuration dir under prefix_path
# @param aliases_file Aliases file to store Sympa mail aliases, under sysconfig_dir # @param aliases_file Aliases file to store Sympa mail aliases, under sysconfig_dir
# @param release Installed release number of Sympa. # @param release Installed release number of Sympa.
# @param listdomain Primary mail domain name. # @param listdomain
# @param listmaster Email addresses of listmasters # Primary mail domain name. Web interface for Sympa mailing list manager, can
# be joined at https://$listdomain
# @param listmaster Email addresses of listmaster
# @param lang Supported language # @param lang Supported language
# @param topics Defines topics (categories) of the mailing lists. # @param topics Defines topics (categories) of the mailing lists.
# #
......
...@@ -33,7 +33,7 @@ db_passwd <%= $sympa::db_password %> ...@@ -33,7 +33,7 @@ db_passwd <%= $sympa::db_password %>
# each domain. # each domain.
#wwsympa_url https://<%= $sympa::listdomain %> #wwsympa_url https://<%= $sympa::listdomain %>
wwsympa_url http://<%= $sympa::listdomain %>/sympa wwsympa_url https://<%= $sympa::listdomain %>/sympa
######################################################################## ########################################################################
# Customizing Sympa # Customizing Sympa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment