Re: [Mailman-Users] Change host IP address

2006-06-30 Thread mardin
Mark, If we want to change both host IP address and hostname, what is the correct way to do it. We are running Mailman 2.1.5. Thanks for your help!, Mardin -- Original message -- From: Mark Sapiro [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: By the way, is

Re: [Mailman-Users] Change host IP address

2006-06-30 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: If we want to change both host IP address and hostname, what is the correct way to do it. We are running Mailman 2.1.5. Normally, there aren't any IP addresses configured into Mailman unless you specifically assigned an IP address rather than a name to some

[Mailman-Users] Change host IP address

2006-06-22 Thread mardin
Hi, We have a Mailman 2.1.5 server running on the Linux system. It is working well. Now we want to change the host IP address to another subnet address, but the hostname will not be changed. My question is: Should we do somthing on Mailman 2.1.5 related to the changing of host IP address?

Re: [Mailman-Users] Change host IP address

2006-06-22 Thread Patrick Bogen
On 6/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: We have a Mailman 2.1.5 server running on the Linux system. It is working well. Now we want to change the host IP address to another subnet address, but the hostname will not be changed. My question is: Should we do somthing on Mailman

Re: [Mailman-Users] Change host IP address

2006-06-22 Thread mardin
(Of course, there might be some problems if DNS isn't switched over immediately.) Yes. We will switch DNS for this host right before changing IP address locally. As long as everything in Mailman was configured on the hostname level, you should be fine. How to check everything in Mailman was

Re: [Mailman-Users] Change host IP address

2006-06-22 Thread Patrick Bogen
On 6/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: As long as everything in Mailman was configured on the hostname level, you should be fine. How to check everything in Mailman was configured on the hostname level since some Mailman files are binary files? You should only need to

Re: [Mailman-Users] Change host IP address

2006-06-22 Thread mardin
Patrick, You should only need to check the Defaults.py and mm_cfg.py to make sure you're using hostnames and not IP addresses. I found our hostnames in Defaults.py: DEFAULT_EMAIL_HOST = 'our_hostname' DEFAULT_URL_HOST = 'our_hostname' I didn't find any hostnames in mm_cfg.py file. I also

Re: [Mailman-Users] Change host IP address

2006-06-22 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: By the way, is it normal not find any hostnames in the mm_cfg.py file? Yes, if Mailman was configured with the correct names so that the assignments in Defaults.py are correct. In this case, they would only be needed in add_virtualhost() lines in mm_cfg.py to add

Re: [Mailman-Users] Change host IP address

2006-06-22 Thread mardin
Thanks for your help! -- Original message -- From: Mark Sapiro [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: By the way, is it normal not find any hostnames in the mm_cfg.py file? Yes, if Mailman was configured with the correct names so that the assignments