[Mailman-de] Mailman starten

Timo Z. timoz at web.de
Mon Mar 27 15:56:57 CEST 2006


Hallo Schöpp,

hier meine mm_cfg.py:

# -*- python -*-

# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation,
Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

"""This module contains your site-specific settings.

>From a brand new distribution it should be copied to mm_cfg.py.  If you
already have an mm_cfg.py, be careful to add in only the new settings you
want.  Mailman's installation procedure will never overwrite your mm_cfg.py
file.

The complete set of distributed defaults, with documentation, are in the
file
Defaults.py.  In mm_cfg.py, override only those you want to change, after
the

  from Defaults import *

line (see below).

Note that these are just default settings; many can be overridden via the
administrator and user interfaces on a per-list or per-user basis.

"""

###############################################
# Here's where we get the distributed defaults.

from Defaults import *

##################################################
# Put YOUR site-specific settings below this line.
DELIVERY_MODULE='SMTPDirect'
SMTPHOST='localhost'
SMTPPORT=25
SMTP_MAX_RCPTS=5000
MTA='Postfix'

DEFAULT_EMAIL_HOST = 'fastwebserver.de'
DEFAULT_URL_HOST = 'fastwebserver.de'
DEFAULT_URL_PATTERN = 'http://%s/mailman/'

DEFAULT_SERVER_LANGUAGE='de'
IMAGE_LOGOS='/mailmanicons/'
OWNERS_CAN_DELETE_THEIR_OWN_LISTS = Yes

Die Rechte von mm_cfg.py sind wie folgt: 
-rw-r--r--   1 mailman mailman  2001 Mar 26 13:43 mm_cfg.py


Gruß

Timo