[Mailman-Users] transport-mailman and virtual-mailman not updated with new list

Eggert Ehmke eggert.ehmke at berlin.de
Wed Jan 6 18:56:33 EST 2016


Am Mittwoch, 6. Januar 2016, 15:41:42 schrieb Mark Sapiro:
> On 01/06/2016 03:33 PM, Eggert Ehmke wrote:
> > Am Mittwoch, 6. Januar 2016, 14:42:25 schrieb Mark Sapiro:
> >> OK. Everything seems to be working correctly. It appears that the issue
> >> is with POSTFIX_STYLE_VIRTUAL_DOMAINS in mm_cfg.py. In order for entries
> >> to be generated in data/virtual-mailman (and data/transport-mailman) for
> >> a list, that list's host_name must be in the
> >> POSTFIX_STYLE_VIRTUAL_DOMAINS list in mm_cfg.py.
> >> 
> >> Is that the case?
> > 
> > Yes. And data/virtual-mailman and data/transport-mailman still don't get
> > the new list entries, even when they are updated after running
> > genaliases.
> What exactly is the POSTFIX_STYLE_VIRTUAL_DOMAINS entry in mm_cfg.py and
> what exactly is the output from
> 
> for list in `bin/list_lists -b`; do
>  bin/dumpdb lists/$list/config.pck | grep host_name.:
> done

POSTFIX_STYLE_VIRTUAL_DOMAINS = ['domain1.de', 'domain2.de']

# for list in `bin/list_lists -b`; do  bin/dumpdb lists/$list/config.pck | grep 
host_name.:; done
    'host_name': 'lists.domain2.de',
    'host_name': 'lists.domain1.de',
    'host_name': 'vxxxxxxxxxxxx.yourvserver.net',
    'host_name': 'domain1.de',
    'host_name': 'lists.domain1.de',

Where domain1 is the domain of the old list, domain2 the domain of the new 
list. Vxxxxxx is the hostname that my provider has assigned to the server.




More information about the Mailman-Users mailing list