3

This has been asked previously by this question but the solution that worked in that case doesn't work for me.

Overview:

Using Exchange 2003. A user with two email addresses now needs to be able to send as either address. The second address was removed from that account and a new account has been created for that address. The user has been given send-as permission and has been set as a delegate for the second account.

The second account was logged into and test messages were successfully sent to several destinations, both internally and externally.

The Problem:

The user who needs to send as the second account receives the error message "You do not have permission to send to this recipient" for any test message, including those to the same recipients as were used in the first test.

There is nothing in the system logs on the Exchange machine to throw any light onto this and I can't think of what else to try. It makes no difference whether this is tested via Outlook 2003 or 2010 or OWA. Other accounts used to and for send-as work fine with the same setup.

John Gardeniers
  • 27,458
  • 12
  • 55
  • 109

5 Answers5

3

I haven't noticed any problems with adding Send As permissions recently, but I do recall a couple of times when it seemed to be just a matter of time, as this article suggests: the new permissions aren't applied right away, so you either have to restart the information store, or just wait.

Ward - Trying Codidact
  • 12,899
  • 28
  • 46
  • 59
1

I was having this same issue for one particular user on my domain and in addition to correctly setting the "Send-As" permission under the Security tab of the user mailbox in question, you must also ensure that the user who will be sending as the mailbox be added to the mailbox's Mailbox Rights.

To clarify:

1) Open the mailbox in question 2) Click on the Exchange Advanced tab 3) Click on Mailbox Rights 4) Add the AD user who will be sending emails as this mailbox 5) Ensure Full Mailbox Access is selected for the user 6) Click Apply and OK 7) Test if you can now send-as from user's Outlook client after waiting for Exchange to apply the change

Hope this helps, Jason S.

Jason S.
  • 11
  • 1
0

Edit the AD user account of the 'send as' address. Under 'exchange general' and 'delivery options' populate the 'send on behalf' list with those you want.

Matt
  • 1,142
  • 1
  • 12
  • 32
0

Sending as a user is different from sending to a user (as you say their error is). They are separate permissions. On the Exchange General tab, open Delivery Restrictions. Under Message Restrictions, ensure that that the user with Send As rights isn't denied access to send to this mailbox.

Delivery Restrictions from Exchange General tab of an AD User

Also, has that user logged out of Windows since you'd applied permissions? Exchange can be finicky whether it follows the Windows/AD rule that rights are applied on login; for some things it will just check rights as needed.

gWaldo
  • 11,957
  • 8
  • 42
  • 69
  • All checked and correct. It's now early morning and the client machine has been off overnight, so that gives everything plenty of time to catch up or refresh. – John Gardeniers Nov 08 '10 at 21:00
0

If the user is choosing the from address from their nickname cache it will fail. We have found the user must choose the FROM from the GAL to send as.

eric.s
  • 429
  • 1
  • 3
  • 12
  • As this is a new account it had to be looked up in the GAL. The only possible issue I can think of is that the email address had previously belonged to another users. With that in mind I tested on a freshly installed machine to eliminate any possible user settings or data. Same result. – John Gardeniers Nov 08 '10 at 21:04