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. ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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