Hi, I have setup a a mailman (2.1b3) system alongwith with Postfix 1.1.11

The postfix box is configured as follows

myhostname = mail.dom1.ain
mydomain = dom1.ain
myorigin = $myhostname

mailman 2.1b3 was setup by default with URLHOST and EMAILHOST =
mail1.dom1.ain

I then set up a postfix virtual domain

in Mailman/mm_cfg.py

add_virtualhost('mail2.dom1.ain','mail2.dom1.ain')
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mail2.dom1.ain']

in /etc/postfix/virtual

mail2.dom1.ain IGNORE
[EMAIL PROTECTED] root@localhost

virtual_maps = hash:/etc/postfix/virtual
               hash:/usr/local/site/mailman/data/virtual-mailman

Then I tried to create a list '[EMAIL PROTECTED]' via bin/newlist

bin/newlist -q [EMAIL PROTECTED] root@localhost foobar

This creates entries in data/virtual-mailman as well as data/aliases
Thus, it seems like I can't create the same list in 2 virtual domains

Then I tried to add a member via add_members

echo '[EMAIL PROTECTED]' | bin/add_members -r -
[EMAIL PROTECTED]

however, Mailman complained that there is no such list
[EMAIL PROTECTED] The following works though

echo '[EMAIL PROTECTED]' | bin/add_members -r - test

Is there something I might have missed

Regards, Yusuf

-- 
Yusuf Goolamabbas
[EMAIL PROTECTED]

------------------------------------------------------
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/

Reply via email to