In my Defaults.py file I changed my email host, but when someone subscribes it still comes from the same as the URL host. How do I make the email come from the Email host as specified in the config file ? All email shows up as [EMAIL PROTECTED]
I should show up as [EMAIL PROTECTED]
DEFAULT_EMAIL_HOST = 'mydomain.com' DEFAULT_URL_HOST = 'www.mydomain.com'
Assuming you are using Mailman 2.1.x
Running the $prefix/bin/withlist script fix_url.py to update an existing list should do the job.
If it is just the email host that is chnaged then there is an option to change a list's preferred mail host on the General Options page of the list's admin web GUI,
-Jim
------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
