Re: [Mailman-Users] Postfix-style virtual domains broken in mailman 2.1.1

2004-03-18 Thread Shaun T. Erickson
Boris Folgmann wrote:

Hi!

I've configured mailman-2.1.1-5 (RH9 RPM) according to
README.POSTFIX.
...
But Mailman is NOT adding the domain entry at the start
of the virtual-mailman file, which is required for
Postfix-style virtual domains.
Missing is

lists.dom.ain			  IGNORE
You are supposed to do it yourself. This from README.POSTFIX:

First, you need to set up the Postfix virtual alias domains as
described in the Postfix documentation (see Postfix's virtual(5)
manpage).  Note that it's your responsibility to include the
"virtual-alias.domain anything" line as described manpage; Mailman
will not include this line in virtual-mailman.  I highly encourage
you to make sure your virtual alias domains are working properly
before integrating with Mailman.
Note the second sentence.

	-ste

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Postfix-style virtual domains broken in mailman 2.1.1

2004-03-18 Thread Boris Folgmann
Hi!

I've configured mailman-2.1.1-5 (RH9 RPM) according to
README.POSTFIX.

I added to mm_cfg.py:

DEFAULT_URL_HOST   = 'ssl.dom.ain'
DEFAULT_EMAIL_HOST = 'lists.dom.ain'
# We use SSL
DEFAULT_URL_PATTERN = 'https://%s/mailman/'

add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

# settings for postfix
MTA = 'Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.dom.main']

# Are archives public or private by default?
DEFAULT_ARCHIVE_PRIVATE= 1# 0=public, 1=private


But Mailman is NOT adding the domain entry at the start
of the virtual-mailman file, which is required for
Postfix-style virtual domains.

Missing is

lists.dom.ain IGNORE

at the top, virtual-mailman only contains:

[...]
# LOOP ADDRESSES START
[EMAIL PROTECTED] mailman-loop
# LOOP ADDRESSES END

# STANZA START: mailman
# CREATED: Thu Mar 18 20:25:02 2004
[EMAIL PROTECTED]  mailman
[EMAIL PROTECTED]mailman-admin
[EMAIL PROTECTED]  mailman-bounces
[...]


This means that mm is configuring a sendmail-style
domain. That's not what we want. Any ideas?


cu,
boris



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/