After the Exchange 2016 mailbox size is 50GB, Outlook cannot send or receive messages

Tony Mu 361 Reputation points
2023-08-21T00:57:57.0666667+00:00

Hi

After a user has an Exchange 2016 mailbox size of more than 50GB, Outlook 2019 cannot send and receive emails, how to deal with this situation?

Exchange | Exchange Server | Other
Outlook | Windows | Classic Outlook for Windows | For business
Exchange | Exchange Server | Management
Exchange | Other
{count} votes

Accepted answer
  1. Aholic Liang-MSFT 13,901 Reputation points Microsoft External Staff
    2023-08-21T08:55:31.9333333+00:00

    Hi @ Tony Mu,

    Yes. You can resume sending and receiving mail by adjusting the quota limits for user mailboxes.

    You can also enable an archive mailbox for this user and store messages in the archive mailbox for recovery as needed.

    Use the EAC to enable the archive mailbox:

    1. Go to the Recipients > Mailboxes.
    2. Select the mailbox. In the details pane, under In-Place Archiving, click Enable.

    Use EMS to enable archive mailbox :

    Enable-Mailbox "Tony Smith" -Archive
    

     

    For more information about archive mailboxes, refer to this link: In-Place Archiving in Exchange Server | Microsoft Learn


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Manu Philip 20,466 Reputation points MVP Volunteer Moderator
    2023-08-21T03:56:28.2233333+00:00

    You may need to adjust the quota limits and other associated values of the user mailbox by the following way. The following example increases the mailbox quota to 100GB, irrespective of the allowed quota set for the database in which the mailbox resides. Also, the command sets the quota warning message, send/receive restrictions.

    Set-Mailbox username -UseDatabaseQuotaDefaults $false -IssueWarningQuota 90GB -ProhibitSendQuota 99GB -ProhibitSendReceiveQuota 100GB
    

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.