• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

URL forwarding = email forwarding?

dquan97

Lifer
A church is outsourcing its website from in-house to a marketing company and is using a new domain name. If the marketing company wanted the old URL to be forwarded to the new one, do emails sent to accounts in the old URL get forwarded to the new URL automatically?

old domain - southsidecommunitychurch.net
new domain - southsidelife.net

Do emails sent to office@southsidecommunitychurch.net automatically get forwarded to office@southsidelife.net? Are there cases where this is automatic?
 
Just edit the DNS entry for southsidecommunitychurch.net to point to the IP of the new server and everything should work.
 
if you have a MX record in DNS, i think that does it. if you only had an "A" record then it wouldn't

something like that
 
Originally posted by: Heisenberg
Just edit the DNS entry for southsidecommunitychurch.net to point to the IP of the new server and everything should work.

I've already changed the DNS to the new nameservers. The website gets redirected, but emails dont.
 
The mail server needs to know that emails to *@southsidecommunitychurch.net are an alias of *@southsidelife.net
It's not automatic, you need to check with your host on how to do that. Should be simple as long as they provide that feature.
 
Originally posted by: TekniDude
The mail server needs to know that emails to *@southsidecommunitychurch.net are an alias of *@southsidelife.net
It's not automatic, you need to check with your host on how to do that. Should be simple as long as they provide that feature.

The host has a domain forwarding option, but IMO, the URL redirection supersedes that.
 
URL forwarding != mail forwarding. They are 2 completely seperate configurations that need to changed, the new host should be able to assist with this.
 
Originally posted by: DnetMHZ
URL forwarding != mail forwarding. They are 2 completely seperate configurations that need to changed, the new host should be able to assist with this.

I think I have figured out a solution: Instead of changing the nameservers, I should just forward the visits to the index.html to the new URL. That way, mail can continue to go through, since the domain is still kept with the old DNS. Will test it late tonight.
 
Back
Top