Sean Butler <[EMAIL PROTECTED]> wrote:
>I've searched around and the following thread is the closest to what
>I need, but I am having trouble getting it to work:
>
>http://mail.python.org/pipermail/mailman-users/2002-November/023712.html
>
>
>I need to setup [EMAIL PROTECTED] and [EMAIL PROTECTED], both of which
>are running as virtual domains... I'm running debian and postfix.
>
>In /var/lib/mailman/data directory, I end up with two files:
>
>aliases
>virtual-mailman
>
>
>In the aliases file, the original [EMAIL PROTECTED] looks like this:
>
># STANZA START: board
># CREATED: Wed Jan 16 13:30:03 2008
>board: "|/var/lib/mailman/mail/mailman post board"
>board-admin: "|/var/lib/mailman/mail/mailman admin board"
>board-bounces: "|/var/lib/mailman/mail/mailman bounces board"
>...
>
>And the new [EMAIL PROTECTED] looks like this:
>
># STANZA START: hrca_board
># CREATED: Wed Jan 16 13:30:03 2008
>hrca_board: "|/var/lib/mailman/mail/mailman post hrca_board"
>hrca_board-admin: "|/var/lib/mailman/mail/mailman admin
>hrca_board"
>hrca_board-bounces: "|/var/lib/mailman/mail/mailman bounces
>hrca_board"
>...
>
>
>In the virtual mailman file, the original [EMAIL PROTECTED] looks likes this:
>
># STANZA START: board
># CREATED: Wed Jan 16 13:30:03 2008
>[EMAIL PROTECTED] board
>[EMAIL PROTECTED] board-admin
>[EMAIL PROTECTED] board-bounces
>...
>
># STANZA START: hrca_board
># CREATED: Wed Jan 16 13:30:03 2008
>[EMAIL PROTECTED] hrca_board
>[EMAIL PROTECTED] hrca_board-admin
>[EMAIL PROTECTED] hrca_board-bounces
>...
>
> From the instructions in the thread I found, I thought I should just
>modify the [EMAIL PROTECTED] to be [EMAIL PROTECTED] in the virtual
>mailman file (and all the other ones like -admin, etc.), but that
>doesn't seem to do it...
>
>Also, if I run genaliases, then everything changes back to the
>original state anyway.
>
>Am I missing something???
>
>
>As additional info, I have postfix set up with:
>
>virtual_maps = hash:/etc/postfix/db/virtual,
> hash:/var/lib/mailman/data/virtual-mailman
>alias_maps = hash:/etc/aliases,
> hash:/var/lib/mailman/data/aliases
>
>
>Thanks for any info or ideas anyone can provide.
If the aliases file has
# STANZA START: hrca_board
# CREATED: Wed Jan 16 13:30:03 2008
[EMAIL PROTECTED] hrca_board
...
when you really want
# STANZA START: board
then I think that the string "hrca_board" must be in the list
configuration file somewhere, and that is why you are getting that
string as the list name. As you wrote, changing the aliases file
works, but the changes can be redone by Mailman.
Then, as I was typing this reply I noticed that if this list were named
"board", then you would have two lists with the same name. Even if the
names are in different virtual domains, you cannot have two lists
with the same name in Mailman 2.1.9. I am not sure if this restriction
will be removed in 2.1.10. So, one list will have to remain
"hrca_board" if the other list is named "board".
----------------------------------------------------------------------
Barry S. Finkel
Computing and Information Systems Division
Argonne National Laboratory Phone: +1 (630) 252-7277
9700 South Cass Avenue Facsimile:+1 (630) 252-4601
Building 222, Room D209 Internet: [EMAIL PROTECTED]
Argonne, IL 60439-4828 IBMMAIL: I1004994
------------------------------------------------------
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/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp