Mark Sapiro wrote: >Michael Soh wrote: >> >>Thanks Mark and Geoff for your help. The fix did work. However, now trying >>to use mailman in my virtual domain is proving problematic. >> >>I removed the previous [email protected] and created >>[email protected]. The output of the maillog is: >[...] >>May 23 14:06:35 hotdog postfix/qmgr[24277]: D897D518820E: from=< >>[email protected]>, size=1996, nrcpt=1 (queue active) >>May 23 14:06:35 hotdog postfix/error[24526]: D897D518820E: to=< >>[email protected]>, orig_to=<[email protected]>, relay=none, >>delay=0.73, delays=0.53/0.04/0/0.16, dsn=5.0.0, status=bounced (User unknown >>in virtual alias table) >[...] > > >What's in mm_cfg.py? > >In particular, is 'linuslive.com' in POSTFIX_STYLE_VIRTUAL_DOMAINS and >in an add_virtualhost() directive.
On closer inspection, Those aren't the appropriate questions. It appears the problem may be in Postfix. It looks like [email protected] is being mapped to [email protected] by virtual_alias_maps, but mikesoh.com is in turn a virtual domain (i.e. in virtual_alias_domains). It looks like mydomain is set to mikesoh.com because it defaults myhostname with the first component removed. You either want to set mydomain explicitly to some domain in mydestination or if your Mailman is recent enought to support it, set VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhost' in mm_cfg.py and run Mailman's bin/genaliases to rebuild virtual-mailman. -- 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://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
