I have a VM with Google running postfix 3.5.8 and mailman 2.1.29. The original that Google generated was similar to this: "new-host.c.agile-being-111111.internal". I've now reset the server to its final name i.e. host.org but the original Google generate name is embedded into all email and urls associated with mailman. The problem appears to be in the list's config.pck where dumpdb produces two lines:
'host_name': 'new-host.c.agile-being-111111.internal',
'web_page_url': 'http://new-host.c.agile-being-111111.internal/mailman/',
I believe this is fixable with bin/withlist -l -r fix_url listname -u host.org (where host.org represents my final host name)
But I am at a loss on how to make this happen.
Any help would be greatly appreciated.