simply arun wrote: >I have a new requirement for my company >As per the requirement I need to add multiple domains.........for example >list.web2ph.net and list.ispai.in in the same mail server > >Requirement >When i will create a mailing list for ispai.in it should show me to >subscribe to the list send mail to [EMAIL PROTECTED] but as per my >configuration it shows send mail to [EMAIL PROTECTED] to subscribe.
Assuming for example the web domain for this host is www.ispai.in, add add_virtualhost('www.ispai.in', 'list.ispai.in') to mm_cfg.py. You can have as many add_virtualhost('web host', 'email host') entries in mm_cfg.py, but they all need to have distinct host names ('web host' and 'email host' can be the same, but 'web host' must be different from that in other add_virtualhost including DEFAULT_URL_HOST). Run Mailman's bin/fix_url.py for instructions on how to actually run it under bin/withlist to fix the existing test list. That's all you need to do in Mailman unless you need POSTFIX_VIRTUAL_DOMAINS. The rest is done in your MTA and web server. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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