On 5/6/24 11:11, Ivan Tejeiro Izquierdo wrote:
Yes,I create a list with the newlist command specifying the same domain and the list is created correctly with that domain, but the virtual-mailman file is not created, only the virtual-mailman.db and the aliases and aliases.db
What Mailman version is this? In the current version, the only way I see this happening is if the _isvirtual test at https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/MTA/Postfix.py#L148 returns False. Then the test at https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/MTA/Postfix.py#L359 doesn't update virtual-mailman, but since virtual-mailman exists, the test at https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/MTA/Postfix.py#L81 passes and _update_maps updates virtual-mailman.db from the existing virtual-mailman.
I.e., the list's `host_name` must not be in `POSTFIX_STYLE_VIRTUAL_DOMAINS`. -- 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] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/[email protected]/ https://mail.python.org/archives/list/[email protected]/ Member address: [email protected]
