Bob [EMAIL PROTECTED] wrote:
> the virtual file should indeed contain the hostname.  The aliases
> file should not.  These are two separate files, both of which are 
> necessary.

I mostly agree with you, but your solution won't allow true virtual
hosting (having [EMAIL PROTECTED] and [EMAIL PROTECTED] be separate lists
running on the same machine/mailman instance).

Maybe something like this modified example?

data/virtual-mailman:
> [EMAIL PROTECTED]           mailman_at_nle_com
> [EMAIL PROTECTED]     mailman-admin_at_nle_com
> ...etc...


data/aliases:
> mailman_at_nle_com:       "|/home/mailman/mail/mailman post [EMAIL PROTECTED]
> mailman-admin_at_nle_com: "|/home/mailman/mail/mailman admin [EMAIL PROTECTED]
> ...etc...

This of course begs the questions of how mailman distinguishes between
the lists (what's the appropriate argument to the mailman binary, and 
whether there are any characters besides "." that are disallowed in 
domain names (what is a good encoding to use as a valid local address)?

-Dale
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to