Re: [Mailman-Users] moving mailman lists to new server, same domain name

2010-01-04 Thread Henry Hartley
On 1/2/2010 10:04 PM, Andrew Watson wrote: #< #5.0.0 X-Postfix; host mysite.com[128.xxx.xxx.xxx] said: 553 5.3.0... User unknown (in reply to RCPT TO command)> #SMTP# I ran newaliases. Same result. The alias hs does appear in the /etc/mail/aliases: Look in /etc/mail/sendmail.mc for how ALIAS

Re: [Mailman-Users] moving mailman lists to new server, same domain name

2010-01-03 Thread Mark Sapiro
On 1/3/2010 11:23 AM, Andrew Watson wrote: >>> What's in mm_cfg.py? > mm_cfg.py is empty on the new server. > on the old server it contains: > > DEFAULT_EMAIL_HOST = 'visionscience.com' > DEFAULT_URL_HOST = 'visionscience.com' > VIRTUAL_HOSTS.clear() > add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMA

Re: [Mailman-Users] moving mailman lists to new server, same domain name

2010-01-03 Thread Andrew Watson
>> What's in mm_cfg.py? mm_cfg.py is empty on the new server. on the old server it contains: DEFAULT_EMAIL_HOST = 'visionscience.com' DEFAULT_URL_HOST = 'visionscience.com' VIRTUAL_HOSTS.clear() add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) I added these lines to the new server, but it di

Re: [Mailman-Users] moving mailman lists to new server, same domain name

2010-01-03 Thread Mark Sapiro
Andrew Watson wrote: > >Then switched DNS to new IP. >Sent first test message to one of the lists (hs), but it bounced. Edited >bounce message below: > >> #< #5.0.0 X-Postfix; host mysite.com[128.xxx.xxx.xxx] said: 553 5.3.0 >> ... User unknown (in reply to RCPT TO command)> #SMTP# > >I ran newal

Re: [Mailman-Users] moving mailman lists to new server, same domain name

2010-01-02 Thread Andrew Watson
Great. Did as you suggested. Then switched DNS to new IP. Sent first test message to one of the lists (hs), but it bounced. Edited bounce message below: > #< #5.0.0 X-Postfix; host mysite.com[128.xxx.xxx.xxx] said: 553 5.3.0 > ... User unknown (in reply to RCPT TO command)> #SMTP# I ran newali

Re: [Mailman-Users] moving mailman lists to new server, same domain name

2010-01-02 Thread Mark Sapiro
Andrew Watson wrote: > >1) on the old server, all files in /usr/local/mailman/lists and >/user/local/mailman/archives have group mailman, but group wheel on the >new server. This needs to be fixed. Everything needs to be Mailman's group >2) on the old server, all archives/public files are own

Re: [Mailman-Users] moving mailman lists to new server, same domain name

2010-01-02 Thread Andrew Watson
Thanks for the help. It is much appreciated. I moved the files as planned, and all is well except that some owner and group specifications differ on old and new servers. Specifically: 1) on the old server, all files in /usr/local/mailman/lists and /user/local/mailman/archives have group mailma

Re: [Mailman-Users] moving mailman lists to new server, same domain name

2010-01-01 Thread Mark Sapiro
Andrew Watson wrote: >I am moving a number of lists to a new server. >Eventually the new server will have the same domain name as the old, so I >don't think I need to change urls. OK. >I have read the FAQs, and lots of emails on this list, and I think I know what >to do, but would like to be

[Mailman-Users] moving mailman lists to new server, same domain name

2010-01-01 Thread Andrew Watson
I am moving a number of lists to a new server. Eventually the new server will have the same domain name as the old, so I don't think I need to change urls. I have read the FAQs, and lots of emails on this list, and I think I know what to do, but would like to be sure I am not missing something. I