Exchange Server Forums

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

MX Record

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [Microsoft Exchange 2007] >> General >> MX Record Page: [1] 2   next >   >>
Login
Message << Older Topic   Newer Topic >>
Limited time MSExchange.org offer! -- 1.Sep.2008 1:00:00 PM
TechGenix and SolarWinds have partnered to provide free copies of SolarWinds Exchange Monitor to all visitors who join the MSExchange.org Forums. SolarWinds Exchange Monitor is a handy desktop dashboard that continuously monitors Microsoft Exchange to deliver real-time insight into Exchange services, mail queue sizes, and host server health. Learn more about Exchange Monitor and the free offer!
MX Record - 10.Nov.2008 7:03:25 PM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
Hi all

As I am under testing environment, and we need to configure MX record in order to receive emails from the internet. However, currently we are using POP3 with the existing MX record that is alerady configured for our domain (mydomain.com.au).
How can I configure the new MX record for Exchange 07 without interupting POP3 meaning users still can send/receive emails with POP3.

The current Pre-Setting for POP3 that I took from our hosting domain

mail.mydomain.com.au          86400    IN    A     198.66.X.Y (it is IP of our hosting domain)
mydomain.com.au.                86400   IN   MX   50.mail.mydomain.com.au (50 is prioirty I think)

Any help would be appreciated.

Regards,

< Message edited by ctvu -- 18.Dec.2008 10:01:21 PM >
Post #: 1
RE: MX Record - 10.Nov.2008 7:41:40 PM   
John Weber

 

Posts: 910
Joined: 20.Apr.2005
From: Portland, Oregon
Status: offline
 
What you already have is pointing somewhere else.  The MX points to an A record that points to a physical host.

POP and SMTP on the client side work from host records.

POP is on another port; maybe you can use your firewall to PAT the 25 from the existing target onto the new server.  This is pretty common when folks use a filter appliance on the inside of their firewall and SMTP goes to the device, but POP and IMAP go to the server.


_____________________________

-jmw
http://www.unifysquare.com/blog/author/jweber.aspx

(in reply to ctvu)
Post #: 2
RE: MX Record - 11.Nov.2008 6:59:39 AM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
Thank you John for your response

Can I just create an A record (mailhost) pointing to the public IP, then make MX record pointing to this A record as below

mailhost.mydomain.com.au          86400    IN    A     150.101.X.Y
mydomain.com.au.                       86400   IN    MX    0 mailhost.mydomain.com.au

So that the POP is still intact as usual
Thanks in advannce


(in reply to John Weber)
Post #: 3
RE: MX Record - 11.Nov.2008 12:07:41 PM   
John Weber

 

Posts: 910
Joined: 20.Apr.2005
From: Portland, Oregon
Status: offline
Sure.
Just make sure that the dns name that the POP is using is still valid and pointing at the proper address.

_____________________________

-jmw
http://www.unifysquare.com/blog/author/jweber.aspx

(in reply to ctvu)
Post #: 4
RE: MX Record - 11.Nov.2008 6:35:37 PM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
Thank you John

Actually I already stuffed up the POP emails now they cannot receive emails :( .
Unfortunately, it will take 24 hours to take effect, so one day worth of emails are gone, I take all responsiblities for it. Sigh!
And I am not still able to receive emails from the external emails after I configured the MX record as mentioned before.

Regards,

(in reply to John Weber)
Post #: 5
RE: MX Record - 11.Nov.2008 8:46:35 PM   
Sembee

 

Posts: 4093
Joined: 17.Jan.2008
From: Somewhere near London, UK
Status: offline
There is no way to "test" MX records.
They are either live or not. You cannot control which emails go to which hosts.

If you want to test email delivery then you need to use a test domain. Either register a domain for this purpose or use a Dynamic DNS service.

Simon.

_____________________________

Simon Butler,
Exchange MVP
Blog: http://blog.sembee.co.uk/
Web: http://www.amset.info/
In the UK? Hire me: http://www.sembee.co.uk/
Exchange Resources: http://exbpa.com/

(in reply to ctvu)
Post #: 6
RE: MX Record - 11.Nov.2008 9:52:35 PM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
Hi Simon

Thanks for your input.
I am not testing the MX records, pardon me if my post was so confusing. I am installing and configuring Exchange 07 at the moment and of course it is in the test environment not product live yet.
So far I can send/receive internally and send out to the external emails, but cannot receive from the internet emails, that is why I am struggling with configuring MX record with our registered domain that we are using for POP3.

Regards,


(in reply to Sembee)
Post #: 7
RE: MX Record - 12.Nov.2008 10:30:26 AM   
Sembee

 

Posts: 4093
Joined: 17.Jan.2008
From: Somewhere near London, UK
Status: offline
I understood what you meant.
You cannot mix a test and production environment using MX records. It is one or the other.

If you aren't ready to switch everything then put your MX records back as they were before. You will be unable to receive internet email via SMTP delivery, but there is nothing you can do about it.

POP3 is only the client to mail server connection. Your MX records need to point at whatever SMTP server is used to deliver the email to the POP3 mailboxes.

Simon.

_____________________________

Simon Butler,
Exchange MVP
Blog: http://blog.sembee.co.uk/
Web: http://www.amset.info/
In the UK? Hire me: http://www.sembee.co.uk/
Exchange Resources: http://exbpa.com/

(in reply to ctvu)
Post #: 8
RE: MX Record - 12.Nov.2008 4:20:49 PM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
Hi Simon

Thank you Simon for your help.
You're absolutely right. As I mentioned before that I stuffed up the POP3, now we cannot receive internal emails. I already put the setting bak where they were before. I am hoping the POP3 should be back as normal by today.

As you mentioned, no way we can do any test of receiving emails from the internet emails at all? I need to do this test before we roll out.

Thanks in advance,

Regards,



(in reply to Sembee)
Post #: 9
RE: MX Record - 12.Nov.2008 5:36:01 PM   
Sembee

 

Posts: 4093
Joined: 17.Jan.2008
From: Somewhere near London, UK
Status: offline
The only way to test the server is to do it manually using telnet. That will confirm it works. However at some point you have to cut between the two servers.

Simon.

_____________________________

Simon Butler,
Exchange MVP
Blog: http://blog.sembee.co.uk/
Web: http://www.amset.info/
In the UK? Hire me: http://www.sembee.co.uk/
Exchange Resources: http://exbpa.com/

(in reply to ctvu)
Post #: 10
RE: MX Record - 12.Nov.2008 5:57:58 PM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
Thank you Simon

Using telnet, are you refering HELO syntax and then try to send an email from say yahoo.com.?

When everything is ready, I will stop POP3 and switch to Exchange.

Thanks in advance.

(in reply to Sembee)
Post #: 11
RE: MX Record - 12.Nov.2008 6:46:45 PM   
Sembee

 

Posts: 4093
Joined: 17.Jan.2008
From: Somewhere near London, UK
Status: offline
Telnet is basically doing the same thing as a regular SMTP connection, except you entering the commands manually.

When you come to switch, you should leave both systems running as there will be a propagation time. I usually take four or five days to change from another service provider to SMTP delivery to allow full DNS propagation and cache expiry to take place.

Simon.

_____________________________

Simon Butler,
Exchange MVP
Blog: http://blog.sembee.co.uk/
Web: http://www.amset.info/
In the UK? Hire me: http://www.sembee.co.uk/
Exchange Resources: http://exbpa.com/

(in reply to ctvu)
Post #: 12
RE: MX Record - 12.Nov.2008 7:10:07 PM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
Again thank you for your quick response.
Please excuse me for silly questions.
If I use Telnet to test SMTP connection for my Exchange server now, it is not going to work, is it? because the current MX record still points to A record that points to the POP3 server we are currently using. In other words I am testing the POP3 server. Please correct me, if it is wrong.

Thanks and Regards,


(in reply to Sembee)
Post #: 13
RE: MX Record - 12.Nov.2008 10:44:14 PM   
Elan Shudnow

 

Posts: 895
Joined: 4.Jan.2007
From: Chicago, IL
Status: offline
When you use telnet, you connect directly to an SMTP server.  This means you bypass the MX record entirely.  So you test any server in which you specify the IP/FQDN for.

_____________________________

Elan Shudnow
Exchange MVP
http://www.shudnow.net

(in reply to ctvu)
Post #: 14
RE: MX Record - 12.Nov.2008 10:58:36 PM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
Thank you Elan for your help.
I will be doing telnet to test SMTP connection for my Exchange server.

Regards,


(in reply to Elan Shudnow)
Post #: 15
RE: MX Record - 12.Nov.2008 11:41:19 PM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
Hi Simon, Elan and all

Thought I'd let you know that I did telnet to test SMTP connection, it was successful i.e. the users can receive emails from the outside world. That is fantastic.

Thank you so much for your great help. Now I can move on to OWA and the rest.
Much appreciated.

Regards,


(in reply to ctvu)
Post #: 16
RE: MX Record - 15.Dec.2008 5:30:18 PM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
quote:

ORIGINAL: Sembee


When you come to switch, you should leave both systems running as there will be a propagation time. I usually take four or five days to change from another service provider to SMTP delivery to allow full DNS propagation and cache expiry to take place.


As I have a plan to switch over Exchange during X-mas when not many users are using Email.
What do you mean by leaving both systems running? That means during this period, users cannot receive emails from internet, that is what I have experienced when I stuffed up the POP3 as I mentioned early post. Please correct me, if I am wrong, and also is there any pre-cautions I should be aware of? Thanks

Regards,

(in reply to Sembee)
Post #: 17
RE: MX Record - 16.Dec.2008 9:14:54 AM   
Sembee

 

Posts: 4093
Joined: 17.Jan.2008
From: Somewhere near London, UK
Status: offline
It doesn't mean users cannot receive email during that period - it means that will be receiving email in both locations. If you have a period where no email is required at all, then you could potentially use another technique of having both servers listed in the MX records for 48 hours before the switch, with port 25 blocked on the new server. Then change the block around, which would force all email to go in to the new server.

Simon.

_____________________________

Simon Butler,
Exchange MVP
Blog: http://blog.sembee.co.uk/
Web: http://www.amset.info/
In the UK? Hire me: http://www.sembee.co.uk/
Exchange Resources: http://exbpa.com/

(in reply to ctvu)
Post #: 18
RE: MX Record - 16.Dec.2008 9:15:07 AM   
Dave_R

 

Posts: 41
Joined: 20.Mar.2007
Status: offline
Basically it means - cut over to your Exchange SMTP by pointing your MX record at your server but keep your POP mailboxes on your host as mail will still be delivered to them as the MX change replicates over the course of a couple of days. Slowly, but surely, mail will start to be delivered to your exchange box rather than your POP mailboxes.

(in reply to ctvu)
Post #: 19
RE: MX Record - 16.Dec.2008 3:20:08 PM   
ctvu

 

Posts: 94
Joined: 9.May2008
Status: offline
quote:

ORIGINAL: Dave_R

Basically it means - cut over to your Exchange SMTP by pointing your MX record at your server but keep your POP mailboxes on your host as mail will still be delivered to them as the MX change replicates over the course of a couple of days. Slowly, but surely, mail will start to be delivered to your exchange box rather than your POP mailboxes.


Thank you very much Dave and Simon indeed.
That is what I am worried about, before I left 2 MX records - one for POP3 and the other for Exchange- they both could not deliver mails from External to Internal users. Now I understand, in the DNS setting I should create one MX record for the Exchange or basically I just change the IP address for A record to the new one, and leave all POP3 clients and Exchange for 4-5 days, then I disable all POP3 accounts.

Thank you again

Cheers

(in reply to Dave_R)
Post #: 20

Page:   [1] 2   next >   >> << Older Topic    Newer Topic >>
All Forums >> [Microsoft Exchange 2007] >> General >> MX Record Page: [1] 2   next >   >>
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Follow TechGenix on Twitter