aboutsummaryrefslogtreecommitdiff
path: root/mlmmj-webarchiver/mlmmj-webarchiver.conf
blob: 5a6bf21f67c344d8af7511b529f66600cfca1284 (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
# Webarchiver Config

# mlmmj list dir (normally /var/spool/mlmmj)
MLMMJ_LISTDIR="/var/spool/mlmmj"
#MLMMJ_LISTDIR="/var/spool/mlmmj/csync-devel"

# weboutput dir
WEBARCHIVE_OUT="/srv/www/htdocs/archive"

# more output (normally just errors, disable if you want to run as cron)
VERBOSE="1"

# default hypermail.rc file (will be used if no file exist for
# the list itself)
RCFILE="/etc/mlmmj-webarchiver/mhonarc.rc"

# which permissions should be set for our archive dirs (file permissions
# should be set with hypermail config!)
DIRMODES="755"

# index file copied into new lists main dir
SKEL="/etc/mlmmj-webarchiver/skel"

# create archive as maildir zip?
ZIP_ARCHIVE="no"

# if you want a link to your archive, you can insert it here
MORE_LISTS_URL=""

# here you can put stuff added to hypermail command for every mail (you
# may not need it, but its here ;)
MHONARC_CMDS=""

# Which AuthType for htaccess protected archives?
AUTHTYPE="Basic"