On 01/05/2016 11:30 AM, Eggert Ehmke wrote: > > I have added some new lists. The transport-mailman and virtual-mailman files > in > the data directory still only contain the old list. What must be done to > update them? bin/genaliases does not do it.
I am guessing at one time you followed the FAQ at <http://wiki.list.org/x/10715238> You need to verify all of the following. 1) Mailman/mm_cfg.py includes MTA = 'Postfix' POSTFIX_MAP_CMD = '/path/to/data/virtual_to_transport' POSTFIX_STYLE_VIRTUAL_DOMAINS = [...] where '/path/to/data/virtual_to_transport' is the actual path to the virtual_to_transport file ant the value of POSTFIX_STYLE_VIRTUAL_DOMAINS is a list of the host names (email hosts) of the lists to which this process applies. In particular, if the new lists are in a new domain, that domain needs to be added to POSTFIX_STYLE_VIRTUAL_DOMAINS. 2) /path/to/data/virtual_to_transport exists and has content, group and mode as in items 3) and 4) of the FAQ. -- 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] https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
