Link to home
Start Free TrialLog in
Avatar of dongocdung
dongocdung

asked on

Auto Reply for a distribution list

I am setting up a auto reply on a distribution list. I created a shared mailbox and added this shared mailbox to the distribution list. I configured auto reply on this shared mailbox using powershell. Also, I selected the option in the distribution list properties "Send out-of-office message to originator" I have tried to send an email to this list but I did not get any bounce back and auto response. I checked the shared mailbox. The autoreply is enabled and I saw the message for autoreply.
i don't know why it did not send auto reply when it got an email.  Please give me some hints.
Thanks,
Avatar of Dilip Patidar
Dilip Patidar
Flag of India image

Hello,

You must enable "Send out of office messages to originator" option on the distribution group

Set-DistributionGroup -Identity "Name" -SendOofMessageToOriginatorEnabled:$True

Thanks,
Dilip Patidar.
ASKER CERTIFIED SOLUTION
Avatar of Adam Farage
Adam Farage
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Simon Butler (Sembee)
Simon Butler (Sembee)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dongocdung
dongocdung

ASKER

Adam: it works. I created the rule to reply with the message on the shared mailbox which is a member of the distribution list. Thanks,