
On Thu, Apr 26, 2012 at 7:11 PM, David <dave@fiteyes.com> wrote:
On Thu, Apr 26, 2012 at 6:41 PM, David <dave@fiteyes.com> wrote:
Based on this, my guess is that I will revise this line as so:
Is there anything else I need to change?
I'm a little confused by not seeing the expected URL subdomain.example.com. Our list is list@subdomain.example.com; we don't use cloud.example.com (there's no MX record for it).
I tried it and it didn't work as expected. I get a 404 error when clicking on the new list from the mailman/admin page. (The new list is listed on that admin page.)
The problem is the "mailman" segment in the url. I changed this value:
DEFAULT_URL_PATTERN = 'http://%s/'
But the admin pages for my new list are still found at subdomain.example.com/mailman/admin/listname
The link to the new list that is shown on the /mailman/admin page points to subdomain.example.com/admin/listname and this gives a 404.
Apparently I need to change another setting. BTW, to avoid having to run fix_url.py (since I don't know that script well), I just deleted my list and ran newlist again.
My other lists are still accessible at subdomain.example.com/mailman/admin/listname. Once I get all the options changed, I assume I'll have to fix those lists with fix_url.py. I'll cross that bridge once I get there.