As you may know some things have changed in Exchange 2007 for Out Of Office settings, it’s now possible to define seperate Out Of Office messages for internet senders and internal senders.</p>

Besides these changes there are no Out Of Office messages send to senders who are listed on the blocked sender list or if the mail is placed in the junk mail folder.

When you are a member of several mailing lists it can be quite irritating if an Out Of Office message is send to it. In Exchange 2007 there are no Out Of Office messages send to it anymore.

With the Exchange Management Shell it's possible to modify several settings:

  • may external users receive an Out Of Office message
  • may internal users receive an  Out Of Office message

The settings above can be configured per user. This is done by using the parameter -ExternalOOFOptions in combination with set-mailbox.

Set-Mailbox -id &lt;mailbox identity&gt; -ExternalOOFOptions [InternalOnly,External]

When you would like to define this for the whole domain you can define the following:

  • only external users may receive an Out Of Office message
  • only internal users may receive an Out Of Office message
  • Out Of Office messages may not be send

The settings above can be defined per remote domain or for all remote domains using the parameter -AllowedOOFType in combination with set-remotedomain.  When you would like to define this for all remote domains you need to use the * as wildcard.

Set-remoteDomain -Identity &lt;domain identity&gt; -AllowedOOFType [None,InternalLegacy,ExternalLegacy,External(Default)]
  • none, sends no Out Of Office messages
  • InternalLegacy, sends Out Of Office messages only to internal users
  • ExternalLegacy, sends Out Of Office messages only to external users
  • External, sends Out Of Office messages only to external users, this is the default setting

The Out Of Office settings can also be configured per remote domain via the Exchange Management Console.

For this we need to open the EMC en go to hub transport via organization configuration when selected select the tab remote domains. Here you can see al the remote domains configured, get the properties of it and you will see the following:

As you can see you can define the settings for Out Of Office you want.

set-remotedomain

set-mailbox


Comments


Johan Veldhuis