Hi all,
If you have two same weight(preference) MX records, will inbound emails
load-balance each other? if one fails, will it relay mails to the second one?
If you have two smart hosts on the connector, will it automatically
load-balance each other?
thank you.
|
|
0
|
|
|
|
Reply
|
Utf
|
6/29/2010 5:43:20 PM |
|
On Tue, 29 Jun 2010 10:43:20 -0700, ed <ed@discussions.microsoft.com>
wrote:
>If you have two same weight(preference) MX records, will inbound emails
>load-balance each other?
That depends on the DNS and the resolver. If DNS uses "round-robin"
the answer would be "probably", but it's still up to the transmitting
client to pick an address from the set of results returned by the
query.
>if one fails, will it relay mails to the second one?
Usually, yes. But it won't "relay", it'll just send the mail to the
next hop.
>If you have two smart hosts on the connector, will it automatically
>load-balance each other?
I wouldn't depend on that. Load balancing is a lot more than just
flip-flopping between a pair of IP addresses.
---
Rich Matheisen
MCSE+I, Exchange MVP
|
|
0
|
|
|
|
Reply
|
Rich
|
6/29/2010 11:29:08 PM
|
|
Rich,
thank you. sorry and I change my questions as follows:
>If you have two same weight(preference) MX records, will inbound emails >randomly be accepted by each MX record? (check the yahoo's mx records and all >have the same weight)
> If you have two smart hosts on the connector, will mails randomly be sent out to each smart host?
|
|
0
|
|
|
|
Reply
|
Utf
|
7/2/2010 7:00:30 PM
|
|
On Fri, 2 Jul 2010 12:00:30 -0700, ed <ed@discussions.microsoft.com>
wrote:
>thank you. sorry and I change my questions as follows:
>
>>If you have two same weight(preference) MX records, will inbound emails >randomly be accepted by each MX record? (check the yahoo's mx records and all >have the same weight)
The answer is still "it depends".
If your DNS uses round-robin then the answer to each query will put a
different MX record in the 1st position. If the client uses the 1st MX
in the answer then you have a rough form of connection distribution
(but not really "load balancing").
You can accomplish the same thing with just one MX, though. For
example:
domain.com. IN MX 10 mail.comain.com.
mail.domain.com. IN A 1.2.3.4
mail.domain.com. IN A 1.2.3.5
>> If you have two smart hosts on the connector, will mails randomly be sent out to each smart host?
Not randomly, but certainly to both.
---
Rich Matheisen
MCSE+I, Exchange MVP
|
|
0
|
|
|
|
Reply
|
Rich
|
7/2/2010 9:29:12 PM
|
|
|
3 Replies
361 Views
(page loaded in 0.079 seconds)
Similiar Articles: convert "Text" into "Number" for null or empty ...Hi There Need your help , please I have a field which from database is "text", and have to convert it "number" type. using CDbl function, abl... Macro or VB code to hide and unhide Label box - microsoft.public ...I need your help to create a macro or a Visual Basic code that do the following: I have a cell with a macro that shows “Meets” or “Does not Meets” ... find text and copy selected rows from text and loop - microsoft ...Hi I'm need your expert help. In a worksheet I need to find the word "Filename" in column B, then cut rows until the next "Filename" word. I ne... Show sum based on selection from Combo Box - Help Please ...Hi, I need your help adapting this example to using a record that is selected by an Unbound Combo Box on ... 56 lines] > > >> - Show ... with sub form too? Too Few parameters. Expected 2. (3061) - Northwind DB - Please ...> >I need your help URGENTLY. > >CUSTOMERS EXTENDED QUERY >===== > >SELECT IIf(IsNull([Last Name]),IIf(IsNull([First Name]),[Company],[First Name ... Need help with installing KB978251 - microsoft.public ...Need help with installing KB978251 - microsoft.public ... I am running vista x86 and this update constantly fails. The only other question about this has no answer. Need help for macro to add name to several places in a document ...I need to write a macro that will automate this. ... post, so thanks in advance for your help ... I want to create a multiple page document from separate pages ... Division and formatting excel question - microsoft.public.excel ...Excel - Divide 2 Numbers And Have 2 Decimal Remainder Format ..... all Need your help My objective is to format... - Free Excel ... Excel Question? ... simply trying to ... Primary and Foreign Keys - microsoft.public.access.tablesdbdesign ...If you need help designing the tables in your database or just want someone to review what you have, I can do that for you. If you want my help, contact me. Assigning a filter to a subreport - microsoft.public.access ...Assigning a filter to a subreport - microsoft.public.access ... Using like and Or in VB form.filter statement ... textbox; Guys i need your help ... Ray Stevens - I Need Your Help, Barry Manilow LyricsI Need Your Help, Barry Manilow is performed by Ray Stevens - Get lyrics, music video & widget and read meanings of this song here. I need your help email - Reverse Email Lookup | Report Email Scams ...I need your help... From: (A person's email address from your email address book is listed here) Date: October 30, 2008 9:59:05 PM CDT Subject: I NEED YOUR HELP... Amazon.com: I Need Your Help: Deitrick Haddon: MP3 DownloadsI am going through this phase where I need to catch up on all my gospel music. Church on the Moon was a hit I had never heard this song until after I purchased that ... We Need Your SupportWelcome, Please click here Over $85,000,000 worth of online donations have been contributed from the American Liberty Organization to help out the disaster ... Dear Lord - Please Have Mercy On Me - I Need Your Helpdont you feel sometimes so helpless because you try to do good, but you end up giving to your sinful pleasures. its frautrating to know you have sin and you feel so ... 7/17/2012 2:24:31 PM
|