summaryrefslogtreecommitdiffstats
path: root/roles/lists/files/etc/sympa/wwsympa.conf
blob: 4d420a324ec8f4ed627c35499c295948c77cbbe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
###\\\\ Site customization ////###

###\\\\ Directories ////###

###\\\\ System related ////###

###\\\\ Sending related ////###

###\\\\ Bulk mailer ////###

###\\\\ Quotas ////###

###\\\\ Spool related ////###

###\\\\ Internationalization related ////###

###\\\\ Bounce related ////###

## Directory for storing bounces
## Better if not in a critical partition
bounce_path	/var/spool/sympa/wwsbounce

###\\\\ Tuning ////###

###\\\\ Database related ////###

###\\\\ Loop prevention ////###

###\\\\ S/MIME configuration ////###

###\\\\ DKIM ////###

###\\\\ Antivirus plug-in ////###

###\\\\ Tag based spam filtering ////###

###\\\\ Web interface parameters ////###

## Directory for storing HTML archives
## Better if not in a critical partition
arc_path	/var/lib/sympa/wwsarchive

## Default index organization when entering the web archive: either threaded (thrd) or in chronological (mail) order
archive_default_index	thrd

## HTTP cookies lifetime
cookie_expire	0

## HTTP cookies validity domain
cookie_domain	localhost

## Average interval to refresh HTTP session ID.
cookie_refresh	60

## Type of main Web page ( lists | home )
default_home	home

## When using LDAP authentication, if the identifier provided by the user was a valid email, if this parameter is set to false, then the provided email will be used to authenticate the user. Otherwise, use of the first email returned by the LDAP server will be used.
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`

## Path to MHonArc mail2html plugin
## This is required for HTML mail archiving
mhonarc	/usr/bin/mhonarc

## Password case (insensitive | sensitive)
## Should not be changed ! May invalid all user password
password_case	insensitive

## Default number of lines of the array displaying users in the review page
review_page_size	25

## Title of main Web page
title	Mailing lists service

## Is fast_cgi module for Apache (or Roxen) installed (0 | 1)
## This module provide much faster web interface
use_fast_cgi	1

## Default number of lines of the array displaying the log entries in the logs page
viewlogs_page_size	25