summaryrefslogtreecommitdiffstats
path: root/roles/lists/files/etc/sympa/sympa.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lists/files/etc/sympa/sympa.conf')
-rw-r--r--roles/lists/files/etc/sympa/sympa.conf4
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