Aktuelle Version |
Dein Text |
Zeile 551: |
Zeile 551: |
|
| |
|
| ====== Mailman/mm_cfg.py ====== | | ====== Mailman/mm_cfg.py ====== |
|
| |
| <pre>
| |
| MTA = 'Postfix'
| |
| POSTFIX_ALIAS_CMD = '/usr/local/sbin/postalias'
| |
| POSTFIX_MAP_CMD = '/usr/local/sbin/postmap'
| |
| SMTPHOST = 'localhost'
| |
| # The default language for this server.
| |
| DEFAULT_SERVER_LANGUAGE = 'de'
| |
| # Unset send_reminders on newly created lists
| |
| DEFAULT_SEND_REMINDERS = 0
| |
| DEFAULT_SEND_WELCOME_MSG = 0
| |
| DEFAULT_SEND_GOODBYE_MSG = 0
| |
| DEFAULT_ADMIN_NOTIFY_MCHANGES = 1
| |
| DEFAULT_NEW_MEMBER_OPTIONS = 272
| |
| DEFAULT_RESPOND_TO_POST_REQUESTS = 0
| |
| DEFAULT_ADMINISTRIVIA = 0
| |
| DEFAULT_MAX_MESSAGE_SIZE = 0
| |
| DEFAULT_MAX_NUM_RECIPIENTS = 0
| |
| DEFAULT_REQUIRE_EXPLICIT_DESTINATION = 0
| |
| # SUBSCRIBE POLICY
| |
| # 0 - open list (only when ALLOW_OPEN_SUBSCRIBE is set to 1) **
| |
| # 1 - confirmation required for subscribes
| |
| # 2 - admin approval required for subscribes
| |
| # 3 - both confirmation and admin approval required
| |
| #
| |
| # ** please do not choose option 0 if you are not allowing open
| |
| # subscribes (next variable)
| |
| DEFAULT_SUBSCRIBE_POLICY = 3
| |
| # Does this site allow completely unchecked subscriptions?
| |
| ALLOW_OPEN_SUBSCRIBE = Yes
| |
|
| |
| # Private_roster == 0: anyone can see, 1: members only, 2: admin only.
| |
| DEFAULT_PRIVATE_ROSTER = 0
| |
|
| |
| # Are archives public or private by default?
| |
| # 0=public, 1=private
| |
| DEFAULT_ARCHIVE_PRIVATE = 1
| |
|
| |
| # What shold happen to non-member posts which are do not match explicit
| |
| # non-member actions?
| |
| # 0 = Accept
| |
| # 1 = Hold
| |
| # 2 = Reject
| |
| # 3 = Discard
| |
| DEFAULT_GENERIC_NONMEMBER_ACTION = 0
| |
| #POSTFIX_STYLE_VIRTUAL_DOMAINS = ['stura.htw-dresden.de']
| |
| # Put YOUR site-specific settings below this line.
| |
| DEFAULT_URL_PATTERN = 'http://%s/'
| |
| DEFAULT_EMAIL_HOST = 'stura.htw-dresden.de'
| |
| DEFAULT_URL_HOST = 'lists.stura.htw-dresden.de'
| |
| add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
| |
| add_virtualhost('lists.htw.stura-dresden.de',DEFAULT_EMAIL_HOST)
| |
| OWNERS_CAN_DELETE_THEIR_OWN_LISTS = 'YES'
| |
| VIRTUAL_HOST_OVERVIEW = On
| |
| </pre>
| |
|
| |
|
| ==== postfix-to-mailman.py ==== | | ==== postfix-to-mailman.py ==== |