Tanstaafl wrote: > >Ok, so, now that we know how/why the current setup works, can you >confirm the steps to fix it properly as: > >1. Stop postfix > >2. Stop mailman > >3. Make these changes to mm_cfg.py: > > MTA = 'Postfix' > DEFAULT_EMAIL_HOST = 'example.com' > DEFAULT_URL_HOST = 'lists.example.com' > POSTFIX_STYLE_VIRTUAL_DOMAINS = 'example.com'
The above needs to be POSTFIX_STYLE_VIRTUAL_DOMAINS = ['example.com'] (it's a list of strings, not a string) > VIRTUAL_HOSTS.clear() > add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) > >4. Run $prefix/bin/withlist -l -a -r fix_url to fix all existing lists > >5. Run $prefix/bin/genaliases > >6. Delete the listna...@example.com > listna...@myhost.example.com > alias mappings from the mysql:/etc/postfix/mysql_vam.cf db > >7. Start mailman > >8. Start postfix > >? With the one change above, this seems all good. Please let us know how this goes. I will need to revise that FAQ. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://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: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org