diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-12-28 14:41:46 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-12-28 14:41:46 +0100 |
commit | ce731cb119b501b2de58473c6fb0d205d772c004 (patch) | |
tree | 87e9851980869a67d4ebb6ed34d6f0fe8516aec9 /roles/lists | |
parent | fd412b529a59e1f3981eb18d54b7472e1cca2a20 (diff) |
Update all Fripost links from http:// to https://.
Diffstat (limited to 'roles/lists')
-rw-r--r-- | roles/lists/files/etc/sympa/sympa.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/lists/files/etc/sympa/sympa.conf b/roles/lists/files/etc/sympa/sympa.conf index 5fe9405..606bd59 100644 --- a/roles/lists/files/etc/sympa/sympa.conf +++ b/roles/lists/files/etc/sympa/sympa.conf @@ -1,35 +1,35 @@ ###\\\\ Site customization ////### ## Main robot hostname domain lists.fripost.org ## Local part of sympa email address ## Effective address will be [EMAIL]@[HOST] email sympa ## Listmasters email list comma separated ## Sympa will associate listmaster privileges to these email addresses (mail and web interfaces). Some error reports may also be sent to these addresses. listmaster listmaster@fripost.org ## URL of main Web page -#wwsympa_url http://lists.fripost.org/sympa +#wwsympa_url https://lists.fripost.org/sympa max_wrong_password 19 ## Directory for storing static contents (CSS, members pictures, documentation) directly delivered by Apache static_content_path /var/lib/sympa/static_content ## URL mapped with the static_content_path directory defined above static_content_url /static-sympa css_url /static-sympa/css ## Secret used by Sympa to make MD5 fingerprint in web cookies secure ## Should not be changed ! May invalid all user password cookie `cat /etc/sympa/cookie` ## Who is able to create lists ## This parameter is a scenario, check sympa documentation about scenarios if you want to define one create_list intranet ###\\\\ Directories ////### @@ -300,24 +300,24 @@ dkim_signature_apply_on md5_authenticated_messages,smime_authenticated_messages, ###\\\\ Tag based spam filtering ////### ## If a spam filter (like spamassassin or j-chkmail) add a smtp headers to tag spams, name of this header (example X-Spam-Status) antispam_tag_header_name X-Spam-Status ## Regexp applied on this header to verify message is a spam (example \s*Yes) antispam_tag_header_spam_regexp ^\s*Yes ## Regexp applied on this header to verify message is NOT a spam (example \s*No) antispam_tag_header_ham_regexp ^\s*No ## Messages are supposed to be filtered by an antispam that add one more headers to messages. This parameter is used to select a special scenario in order to decide the message spam status: ham, spam or unsure. This parameter replace antispam_tag_header_name, antispam_tag_header_spam_regexp and antispam_tag_header_ham_regexp. spam_status x-spam-status ###\\\\ Web interface parameters ////### edit_list owner ## URL of a virtual host -#http_host http://fripost.org +#http_host https://fripost.org ## The password validation techniques to be used against user passwords that are added to mailing lists. Options come from Data::Password (http://search.cpan.org/~razinf/Data-Password-1.07/Password.pm#VARIABLES) #password_validation MINLEN=8,GROUPS=3,DICTIONARY=4,DICTIONARIES=/pentest/dictionaries |