![]() |
|
|
|||||||
| Register | Forum FAQ | Search | Today's Posts | Mark Forums Read |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Well, as JM says, the best way to do it is to make the .com in WHM and use your PCs hosts file to direct requests for that domain directly to the new server. That way you can test in a "live" environment. You can also test via http://IP/~cpanelusername/ but can have mixed results with that method based on how the software is coded.
If you want to do it the way you describe, where the .org is used for staging, then the .com is parked on that when it is "go time," there is no need for an email forwarder. When you park a domain it adds the ability for you to create real email accounts @primary-domain.com and @parked-domain.com Now if you want to go the hosts file route, and you are trying to email the REAL .com remove the domain from /etc/localdomains and put it in /etc/remotedomains and you may need to restart exim (forgot, but I believe so). That should send it to the remote .com Then when the site is ready to go, reverse the process and stick the domain back in localdomains, and point the DNS over to the new box. Quote:
I've done a few sites that way and don't do it that way anymore for cleanliness. Quote:
Yes, you can reverse it, you'd have to manually edit httpd.conf and God knows how many other cPanel related configuration files to do it manually. The alternative is to suck it up and take a few minutes of potential downtime and unpark the .com so that the only configs on the server are for the .org Then, go into WHM and use the modify account function and change the domain from .org to .com and that SHOULD take care of everything. Then go into the new .com cPanel and park the .org on the .com That is the best way to do it in this scenario, just MAKE SURE if you go this route that you let "modify an account" COMPLETELY finish what it is doing before changing screens n WHM or you will end up with a half-baked .com/.org hybrid The page is a little deceptive and seems to be done working in about 10 seconds when really it takes a minute or so to do. Make sure WHM says "done," and that the browser says "done," Then get out of your chair, go to the kitchen and grab a beer, and open it, then slowly walk back to your chair and continue your business. As for mailman I will have to look at my docs, been a while since I had to deal with that.
__________________
::::: 01001100 00110011 00110011 00110111 |
|
||||
|
Re: Mailman
Here are the best docs I have on the subject, the rest you can find at list.org One these servers, /usr/local/cpanel/3rdparty/mailman/bin/ has the utilities you need for performing processes like this I do believe. The path should be similar on your old system. Running any command alone or with -h (or --help) will give you the parameters for the command. example usage: Export all list members to a file called /home/members.txt ./list_members -o /home/members.txt newsletter_lists.foo.org I'd assume other utilities in there will deal specifically with settings and the like. There is no way to test Mailman AFAIK before the site resolves I'd imagine you would get a lot of bounces but then I have never tried it. Hope it helps.
__________________
::::: 01001100 00110011 00110011 00110111 |
|
|||||
|
Quote:
Quote:
Quote:
Quote:
Quote:
No need to respond to this message unless it sounds like I'm not getting something. |
|
||||
|
Quote:
Quote:
Thanks again for all your thoughtful input. It's been quite helpful and reassuring. |
|
||||
|
Okay, it looks like my suspicion about external settings may have been correct. I found this resource about using MailMan via cPanel:
Mailman FAQ Entry It concludes: Quote:
|