mwolson: Initial migration of exim4 settings to deleuze
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / main / 20_mailman-macros
CommitLineData
06b25c81 1# Home dir for your Mailman installation -- aka Mailman's prefix
2# directory.
3# By default this is set to "/usr/local/mailman"
4# On a Red Hat/Fedora system using the RPM use "/var/mailman"
5# On Debian using the deb package use "/var/lib/mailman"
6# This is normally the same as ~mailman
7MAILMAN_HOME=/var/lib/mailman
8
9# The path of the Mailman mail wrapper script
10MAILMAN_WRAP=MAILMAN_HOME/mail/mailman
11
12# User and group for Mailman, should match your --with-mail-gid
13# switch to Mailman's configure script.
14# Value is normally "mailman"
15MAILMAN_USER=mail
16MAILMAN_GROUP=mail
17
18# Domains that your lists are in - colon separated list
19# you may wish to add these into local_domains as well
20#
21# These are auto-generated by domtool.
22#
23# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
24
25# These values are derived from the ones above and should not need
26# editing unless you have munged your mailman installation
27
28# The path of the list config file (used as a required file when
29# verifying list addresses)
30MAILMAN_LISTCHK=MAILMAN_HOME/lists/${lc::$local_part}/config.pck