blob: eff2e97cc046fef8e061fa41505e8ed3b4513316 (
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
|
###\\\\ Directories and file location ////###
## Where to store HTML archives
## Better if not in a critical partition
arc_path /var/lib/sympa/wwsarchive
## Where to store bounces
## Better if not in a critical partition
bounce_path /var/spool/sympa/wwsbounce
###\\\\ Syslog ////###
###\\\\ General definition ////###
###\\\\ Errors management ////###
###\\\\ MTA related ////###
###\\\\ Pluggin ////###
## Path to MhOnarc mail2html pluggin
## This is required for HTML mail archiving
mhonarc /usr/bin/mhonarc
###\\\\ S/MIME pluggin ////###
###\\\\ Database ////###
###\\\\ Web interface ////###
## Is fast_cgi module for Apache (or Roxen) installed (0 | 1)
## This module provide much faster web interface
use_fast_cgi 1
## Title of main web page
title Mailing lists service
## Main page type (lists | home)
#default_home lists
## Default index organization (thrd | mail)
archive_default_index thrd
|