[Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

franc walter francwalter at gmx.de
Fri Jul 9 18:45:35 CEST 2010


Am Fri, 9 Jul 2010 19:22:30 +0300 (IDT) schriebst du:

> Can you post your mm_cfg.py file as it is now?

My mm_cfg.py:


# -*- python -*-


"""This is the module which takes your site-specific settings.

>From a raw 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.  The complete set of distributed defaults, with annotation,
are in ./Defaults.  In mm_cfg, 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
admin and user interfaces on a per-list or per-user basis.

Note also that some of the settings are resolved against the active list
setting by using the value as a format string against the
list-instance-object's dictionary - see the distributed value of
DEFAULT_MSG_FOOTER for an example."""


from Defaults import *


MAILMAN_SITE_LIST = 'mailman'


DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/'

PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private'

IMAGE_LOGOS         = '/images/mailman/'

DEFAULT_EMAIL_HOST = 'lists.example.org'

DEFAULT_URL_HOST   = 'example.org'

add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

DEFAULT_SERVER_LANGUAGE = 'en'

USE_ENVELOPE_SENDER    = 0              # Still used?

DEFAULT_SEND_REMINDERS = 0

MTA='Postfix'

DEFAULT_SERVER_LANGUAGE = 'de'

POSTFIX_STYLE_VIRTUAL_DOMAINS = ['example.org', 'example2.de']


More information about the Mailman-Users mailing list