;ò
¢)?Bc           @   sn   d  Z  d k Td k Z d k Z e i d ƒ d Z e i d ƒ d Z d Z d Z	 d Z
 d Z e e
 e ƒ d S(   sp  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.

(   s   *Ns   mailmani   s   /var/log/mailmans   /var/spool/mailman/qfiless.   mm_cfg_has_not_been_edited_to_set_host_domains(   s   __doc__s   Defaultss   pwds   grps   getpwnams   MAILMAN_UIDs   getgrnams   MAILMAN_GIDs   LOG_DIRs	   QUEUE_DIRs   DEFAULT_URL_HOSTs   DEFAULT_EMAIL_HOSTs   add_virtualhost(   s   grps   DEFAULT_EMAIL_HOSTs   MAILMAN_UIDs   DEFAULT_URL_HOSTs   pwds	   QUEUE_DIRs   LOG_DIRs   MAILMAN_GID(    (    s   /var/mailman/Mailman/mm_cfg.pys   ?$   s   