summaryrefslogtreecommitdiffstats
path: root/roles/lists/files/etc/sympa/sympa/sympa.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lists/files/etc/sympa/sympa/sympa.conf')
-rw-r--r--roles/lists/files/etc/sympa/sympa/sympa.conf28
1 files changed, 12 insertions, 16 deletions
diff --git a/roles/lists/files/etc/sympa/sympa/sympa.conf b/roles/lists/files/etc/sympa/sympa/sympa.conf
index 0e88baf..7d29173 100644
--- a/roles/lists/files/etc/sympa/sympa/sympa.conf
+++ b/roles/lists/files/etc/sympa/sympa/sympa.conf
@@ -12,21 +12,25 @@ email sympa
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
+static_content_path /usr/share/sympa/static_content
## URL mapped with the static_content_path directory defined above
static_content_url /static-sympa
-css_url /static-sympa/css
+css_url /css-sympa
+css_path /var/lib/sympa/css
+
+pictures_path /var/lib/sympa/pictures
+pictures_url /pictures-sympa
## Secret used by Sympa to make MD5 fingerprint in web cookies secure
## Should not be changed ! May invalid all user password
-cookie `head -n1 /etc/sympa/cookie`
+cookie `/usr/bin/head -n1 /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
@@ -44,7 +48,7 @@ etc /etc/sympa
## Syslog facility for sympa
## Do not forget to edit syslog.conf
-syslog `cat /etc/sympa/facility`
+syslog LOCAL1
## Log verbosity
## 0: normal, 2,3,4: for debug
@@ -63,8 +67,6 @@ umask 027
sendmail /usr/sbin/sendmail
sendmail_aliases none
-distribution_mode fork
-
## Max. number of Sendmail processes (launched by Sympa) running simultaneously
## Proposed value is quite low, you can rise it up to 100, 200 or even 300 with powerfull systems.
maxsmtp 128
@@ -131,8 +133,6 @@ spool /var/spool/sympa
## Directory for incoming spool
queue /var/spool/sympa/msg
-queuedistribute /var/spool/sympa/distribute
-
## Directory for moderation spool
queuemod /var/spool/sympa/moderation
@@ -261,18 +261,12 @@ default_sql_fetch_timeout 300
###\\\\ S/MIME configuration ////###
-## Path to OpenSSL
-## Sympa recognizes S/MIME if OpenSSL is installed
-openssl /usr/bin/openssl
-
## Directory containing trusted CA certificates
#capath /etc/sympa/ssl.crt
## File containing bundled trusted CA certificates
#cafile /usr/local/apache/conf/ssl.crt/ca-bundle.crt
-crl_dir /var/lib/sympa/list_data/crl
-
## Directory containing user certificates
ssl_cert_dir /var/lib/sympa/list_data/X509-user-certs
@@ -370,7 +364,7 @@ ldap_force_canonical_email 1
## Syslog facility for wwsympa, archived and bounced
## Default is to use previously defined sympa log facility.
-log_facility `cat /etc/sympa/facility`
+log_facility LOCAL1
#log_module
@@ -399,3 +393,5 @@ use_fast_cgi 1
## Default number of lines of the array displaying the log entries in the logs
## page
viewlogs_page_size 25
+
+shared_feature on