Exchange 2019 on Premise OOF not working

Early Bird 5 Reputation points
2023-08-24T13:28:41.0266667+00:00

Hello Guys,

On an Exchange 2019 with CU 13, out of office messages work internally but not externally (outside the organisation).

What could be the reason for this?

Exchange | Exchange Server | Management
{count} vote

5 answers

Sort by: Most helpful
  1. Anonymous
    2023-08-25T02:41:14.5833333+00:00

    Hi @Early Bird Rotary

    Please check if this helps you.
    https://learn.microsoft.com/en-us/answers/questions/1274688/ms-exchange-2019-out-of-office-reply-doesnt-work-f

    Regards

    Shaofan


    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. Amit Singh 5,306 Reputation points
    2023-08-25T07:08:03.22+00:00

    Check this official documentation: Understand and troubleshoot Out of Office (OOF) replies - Exchange | Microsoft Learn

    This document mentions that if automatic replies are enabled, only one reply is sent to each sender, even if a recipient receives multiple messages from a sender. 

    If you want to send a response to the sender every time instead of only one time, you can apply the "have server reply using a specific message" mailbox server-side rule instead of using the OOF rule. This alternative rule sends a response every time that a message is received.

    0 comments No comments

  3. Early Bird 5 Reputation points
    2023-08-30T06:21:34.05+00:00

    I have already tested the OOF with different mail addresses and no OOF message is generated.

    I have also disabled and re-enabled the OOF for the mailbox.


  4. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2023-09-01T08:38:36.7066667+00:00

    Hi @Early Bird ,

    I have also disabled and re-enabled the OOF for the mailbox.

    Does this issue only affect this particular mailbox? If this is the case, please run the command below to check the OOF message settings for this mailbox:

    Get-Mailbox <UserIdentity> | fl ExternalOofOptions
    

    User's image

    If the returned output is not "External", run the command below to change it, then disable and re-enable OOF for the mailbox to check the result.

    Set-Mailbox <UserIdentity>  -ExternalOofOptions External
    
    

    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.

    0 comments No comments

  5. Early Bird 5 Reputation points
    2023-09-13T13:06:14.3733333+00:00

    Hello Guys,

    sorry for the delay.

    The problem exists with all mailboxes.

    0 comments No comments

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.