exchange health monitoring mailbox messages non stop

dirkdigs 921 Reputation points
2021-03-26T20:27:56.147+00:00

after upgrading exchange 2013 to latest CU we are getting a large number of Undeliverable inbound proxy probe emails coming from the postmaster@keyman .com going to the healthmailbox and getting "delivery has failed to these recipients or groups"

What is this and How can i provide resolution.

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,350 questions
0 comments No comments
{count} votes

11 answers

Sort by: Most helpful
  1. Andy David - MVP 141.6K Reputation points MVP
    2021-03-26T20:31:35.097+00:00

    You can delete them all with powershell:
    Get-Mailbox -Monitoring | Remove-Mailbox

    Make sure you also read this and give the necessary permissions so the AD objects are removed:
    https://learn.microsoft.com/en-us/exchange/troubleshoot/administration/remove-mailboxdatabase-cannot-remove-health-mailboxes

    Otherwise, remove the AD objects manually

    Then restart the Microsoft Exchange Health Manager, MSExchangeHM service on each Exch server to recreate them.

    There is NO danger in doing this. It can be done anytime.

    0 comments No comments

  2. dirkdigs 921 Reputation points
    2021-03-26T20:45:59.49+00:00

    what about just creating the postmaster@keyman .com mailbox . Would that work as well?

    Which solution is better?


  3. dirkdigs 921 Reputation points
    2021-04-14T03:40:19.547+00:00

    . I followed the steps and they stopped for a short period but they have come back. How can i prevent these permanently??


  4. dirkdigs 921 Reputation points
    2021-04-14T14:32:19.517+00:00

    it's annoying for 1 specific user who is getting them . they seem to be forwarding to a specific user 's mailbox? Is this possible?

    Where would i verify if/how this forwarding is taking place..


  5. dirkdigs 921 Reputation points
    2021-04-20T14:39:53.27+00:00

    [PS] C:\Users\admin\Desktop> Get-Mailbox -Monitoring | fl forward
    Creating a new session for implicit remoting of "Get-Mailbox" command...

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    DeliverToMailboxAndForward : False
    ForwardingAddress :
    ForwardingSmtpAddress :

    0 comments No comments