Link to home
Start Free TrialLog in
Avatar of Rammy Charles
Rammy CharlesFlag for United States of America

asked on

Exchange 2010 MailTips for Restricted Recipients

We are looking to configure MailTips for users who are sending to a pre-defined list of restricted recipients. We would like to display a mailtip message in the user's outlook (2010, 2013) that lets the user know that the address is a restricted recipient and that the email will not go out.

We have about 100 mailboxes and we have a pre-defined list of about 80 or so restricted SMTP addresses. What is the best\easiest way to configure this in Exchange?
Avatar of Jamie McKillop
Jamie McKillop
Flag of Canada image

Hello,

How are the users restricted from sending to these SMTP addresses? If they are being restricted by delivery restrictions within Exchange, the "Restricted Recipient" mailtip would apply. You can enable all the mailtips with the following command:

Set-OrganizationConfig -MailTipsAllTipsEnabled

If they are being restricted by some other means, you can setup a custom mailtip. You would need to have a mail object (mailbox, contact, distribution group, etc.) created for each address, if you don't already have them. You can then use the instructions here to create a custom mailtip for each one:

http://technet.microsoft.com/en-us/library/dd638199%28v=exchg.150%29.aspx

-JJ
Avatar of Rammy Charles

ASKER

The SMTP addresses are restricted via our Cisco IronPort. We do not have them in a distribution list as they are external contacts (they are user's personal email addresses, gmail, yahoo).

Would we have to create a custom mailtip for each address?
You are going to have to create a contact for each address then set a mailtip on each contact.

-JJ
Thanks.

Also, would it be possible to add these external SMTP addresses to the restricted recipients list in Exchange?
Also, would this possibly work if we were to add the restricted SMTP address in one of the AD\Exchange fields in the user's profile rather than creating a mail contact?
What you could do is create a blank member distribution group and add all the SMTP addresses to the email addresses tab on the group. You could then set delivery restrictions on the group.

-JJ
Ok, alternatively can we create a customized mailtip that lets the user know that sending is restricted if they are sending to one of the SMTP addresses in the dist group?
Yes, you could do that instead.

-JJ
great, do you perhaps know what the syntax would look like for that in the shell?
ASKER CERTIFIED SOLUTION
Avatar of Jamie McKillop
Jamie McKillop
Flag of Canada 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
Thanks. What would the recipientType and RecipientIdentity be in this case?
RecipientType would be DistributionGroup if that is what you are going to use and ReceipientIdentity would be whatever you call the group.

-JJ