Avatar of CBB
CBB
Flag for Belize asked on

Changed IP address of DNS server and now email not going out.

We changed the IP addresses on our internal DNS servers, updated the IPs on DC and Exchange Servers and now exchange server only allows email to come in but no email going out.
DNSExchange

Avatar of undefined
Last Comment
CBB

8/22/2022 - Mon
Hypercat (Deb)

On the Exchange servers (Edge and Hub), flush the DNS cache.  To do this, open an administrative command prompt and type the following commands:

ipconfig /flushdns [Enter]
ipconfig /registerdns [Enter]

Restart all of the Exchange services.
CBB

ASKER
Let me try and see if that works.
CBB

ASKER
Did not work
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
Hypercat (Deb)

What error(s) are you seeing in the outgoing message queue(s) on your server(s)?  Any event log errors?
CBB

ASKER
Delivery has failed to these recipients or groups: A problem occurred during the delivery of this message to this email address. Try sending this message again. If problem continues, please contact your helpdesk.

The following organization rejected your message: exchangeservername
Hypercat (Deb)

If you do an nslookup using a command prompt, do you get name resolution for domains that you're sending to?

Look in Server Configuration/Hub Transport/Properties and make sure the External DNS Lookups is not pointing to a specific IP address for DNS that doesn't exist any more.

Make sure you're not seeing any topology errors in the event logs (look for MSExchangeADAccess messages - they should all be informational).
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
CBB

ASKER
Everything looks fine except for an event log Warning for MSExchangeADAccess Event ID 2937.
Hypercat (Deb)

CBB

ASKER
yes, but message where it says it is being rejected is not the actual Exchange Server but a Linux relay box using Sendmail to send out the mail. Mail goes thru coming in but for some reason when the exchange sends it out its rejected.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Hypercat (Deb)

Does the Linux box authenticate users in some way?  I'm just wondering if the Exchange server is not sending the right credentials or something on to the Linux box because of a problem with the Routing group connector or MTA.  You could try the update recipient method mentioned in that article and see if it has any effect on the problem.
CBB

ASKER
NO the linux box doesn't do any authentication.
DrAtomic

What happens when you do a manual smtp session to the linux relay from the exchange server (on the exchange server);

telnet linux.relay 25
helo echangeserver
mail from: test@exchangeserver.com
rcpt to: test@yourpersonalemail.com
data
subject: test
test
.

(end the data stream with a dot)
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
SEHC

HI


have you changed the DNS on the Linux Relay server?

what happens when you change the DNS settings back?
ASKER CERTIFIED SOLUTION
CBB

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
CBB

ASKER
Figured out the problem and solved the issue.