Re: [Mailman-Users] rename mailman hostname

2006-11-13 Thread mardin
Thanks! You are always helpful! -- Original message -- From: Mark Sapiro <[EMAIL PROTECTED]> > [EMAIL PROTECTED] wrote: > > > >Since I needed to rename hostname to mailman_server2.admin.net. I added the > following lines to mm_cfg.py and run fix_url and arch. The

Re: [Mailman-Users] rename mailman hostname

2006-11-13 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >Since I needed to rename hostname to mailman_server2.admin.net. I added the >following lines to mm_cfg.py and run fix_url and arch. The mailman server was >working. >DEFAULT_EMAIL_HOST = 'mailman_server2.admin.net' >DEFAULT_URL_HOST = 'mailman_server2.admin.net' >VIRTU

Re: [Mailman-Users] rename mailman hostname

2006-11-13 Thread mardin
Mark , When I installed Mailman 2.1.5, the hostname was mailman_server1.admin.net. The Defaults.py was: DEFAULT_EMAIL_HOST = 'mailman_server1.admin.net' DEFAULT_URL_HOST = 'mailman_server1.admin.net' DEFAULT_URL_PATTERN = 'http://%s/mailman/' Since I needed to rename hostname to mailman_server2.

Re: [Mailman-Users] rename mailman hostname

2006-10-31 Thread mardin
Mark , In my Defaults.py: $ more Defaults.py DEFAULT_EMAIL_HOST = 'mailman_server1.admin.net' DEFAULT_URL_HOST = 'mailman_server1.admin.net' Since I need to rename hostname to mailman_server2.admin.net, I have to change it in mm_cfg.py. Thanks for your explanation, I will add these two lines to

Re: [Mailman-Users] rename mailman hostname

2006-10-31 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >My question is how to use the following two lines: > >VIRTUAL_HOSTS.clear() >add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) > >For our case, is it necessary to add the above two lines? When I did a quick >test, the mailman server was working without adding these

Re: [Mailman-Users] rename mailman hostname

2006-10-31 Thread mardin
Mark, You are great! It works now! If renaming the mailman (2.1.5) hostname from mailman_server1.admin.net to mailman_server2.admin.net, I know that I have to modify and add the following three lines: # vi mm_cfg.py DEFAULT_EMAIL_HOST = 'mailman_server2.admin.net' DEFAULT_URL_HOST = 'mailman_

Re: [Mailman-Users] rename mailman hostname

2006-10-31 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >After I used URL of https://mailman_server2.admin.net/mailman/admin/, I could >log in the list successfully. But I could not modify the contents of >configurations and do other administration work. When I tried to submit the >changes, I got the following message: > >"

[Mailman-Users] rename mailman hostname

2006-10-31 Thread mardin
Hi, I needed to rename the mailman server (2.1.5) from mailman_server1.admin.net to mailman_server2.admin.net. I followed the FAQ 4.29. (1) I changed the hostname to mailman_server2.admin.net on the system. (2) I modified the mm_cfg.py as follows: DEFAULT_EMAIL_HOST = 'mailman_server2.admin.n