Disable incoming email to mailbox

Bash 156 Reputation points
2020-07-27T14:30:42.723+00:00

Hi,

i need to find a solution how to temporaily disable email delivery (account created by HR should can be inactive for days).

I cannot change PrimarySMTP. I can set MaxReceiveSize to 0, but it will send incorrect NDR. I think i can override it by Custom NDR, but it will also affect messages with exceeded quota as well?

If there is a solution, where emails send to these mailboxes, where MaxReceiveSize = 0 will reply with NDR "user unknown or something" .. but others (16MB email when limit is 15MB) will reply with correct MessageSizeExceeded NDR?

Another way: put these accounts to some AD group and create mailflow rule to reject messages sent to members of this group ...

Whats best practice?

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,492 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andy David - MVP 145.1K Reputation points MVP
    2020-07-27T14:57:38.713+00:00

    I would create a mail flow rule. Thats much easier to manage and maintain. You can customize the reject message as well.

    3 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Bash 156 Reputation points
    2020-07-30T04:54:57.813+00:00

    We choose mailflow rule against distributiongroup members .. will see how its goin to work

    0 comments No comments