| Posted by: drdread - 09 July 2025 13:03:12 |
|---|
| what does this mean - it iseems to be intermittent??? |
| Posted by: drdread - 10 July 2025 09:26:03 |
|---|
| 451 4.7.0 Temporary server error. Please try again later. PRX2 is the main message I am seeing and I think it was due to the anti-spam settings on the old EX2007 box still seeking DNS lookup on incomming messages. I have disabled this on the old EX2007 server and have restarted the frontend transport services and will report back on what happens. |
| Posted by: sirclesadmin - 11 July 2025 17:20:45 |
|---|
|
That event log entry:
...means that Exchange 2013's Transport Delivery service has refreshed its configuration settings for the Mailbox Transport Server object in Active Directory. Breakdown of what this actually means:
Why this matters:This event usually shows up when:
It's a routine internal refresh, and the fact it was forced rather than notification-based just means the system wasn't waiting for AD to tell it to reload - it reloaded proactively. Action Needed?None - unless this event appears repeatedly alongside actual delivery problems (e.g., 451 PRX2, queue stalls). In your case, it's likely related to the receive connector changes and mail routing fixes you've been applying. Let me know if you're seeing delivery delays or repeated PRX errors still - this could be part of the transport layer catching up with the config churn. |
| Posted by: drdread - 11 July 2025 17:21:26 |
|---|
| It does coincide with PRX2 errors though... |
| Posted by: sirclesadmin - 11 July 2025 17:21:54 |
|---|
|
Ah - that does fit the pattern. The Event ID 16028 showing up alongside persistent PRX2 stalls strongly suggests that Exchange Transport services are constantly trying to reconfigure themselves, but can't fully stabilize due to unresolved connector or routing issues. Reminder: What is 451 4.7.0 PRX2?
Root Causes in Your Scenario:
Suggested Fixes:1. Clean up the receive connector bindingsUse:
...for any non-default connector that conflicts with
2. Redirect mail queues on Exchange 2007If Exchange 2007 still has queues named 'Hub Version 15', that's EX2013. Try forcing the route manually:
3. Remove EX2007 from send connectorsEdit the send connector:
Final NoteYou may need to disable the "Default Frontend" receive connector on EX2013 temporarily, or rebind it to a non-conflicting IP to isolate the problem - then test with:
Let me know what you get back from |
| Posted by: drdread - 11 July 2025 17:22:08 |
|---|
| so should i disable all the Exchange 2007 connectors now that exchange 2013 is the smtp destination for incoming emails? |
| Posted by: sirclesadmin - 11 July 2025 17:22:30 |
|---|
|
Yes - you absolutely should disable all Exchange 2007 send and receive connectors now that Exchange 2013 is handling SMTP traffic and mail flow. Here's why, and how to do it carefully: Why Disable the 2007 Connectors?
Step-by-Step: Disable 2007 Connectors Safely1. Review Current Connectors on EX2007
2. Disable Receive ConnectorsIf you've confirmed mail no longer enters via EX2007:
3. Remove or Reassign Send ConnectorsIf EX2007 is still a source server on any send connector:
Then:
4. Restart Transport Services on EX2013 (Optional Cleanup Step)
5. Flush Mail Queues on EX2007If mail is still queued:
Final Caution
Let me know if you'd like help verifying AutoDiscover, mail routing, or client access services - we can walk through a post-migration checklist. You're very close now. |