Link to home
Start Free TrialLog in
Avatar of b1dupree
b1dupree

asked on

SBS 2008 Send As Permission

On SBS 2008, I set the Full Permission and Send As permission on one user, giving another user full permission to send as the first user.

In Outlook, when the user tries to Send As the first user by using their username or email address in the FROM field, they get the following NDR:

Delivery has failed to these recipients or distribution lists:
 
You are not allowed to send this message because you are trying to send on behalf of another sender without permission to do so. Please verify that you are sending on behalf of the correct sender, or ask your system administrator to help you get the required permission.


 I have NOT set the delegate permission as I heard that creates problems.
I have waited overnight for it to resolve.  I have also restarted the server.
Any ideas of what I'm missing?
Thanks.
Avatar of NJComputerNetworks
NJComputerNetworks
Flag of United States of America image

Avatar of Jamie McKillop
Hello,

Try picking the user directly off the GAL by clicking the From button.

JJ
Run the command to provide Send As and/or Receive As.

Add-ADPermission "userAlias" -User "DomainName\UserThatYouWantToGivePermissionTo" -Extendedrights "Send As"
> Add-ADPermission "userAlias" -User "DomainName\UserThatYouWantToGivePermissionTo" -Extendedrights "Receive
As"
ASKER CERTIFIED SOLUTION
Avatar of b1dupree
b1dupree

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
Hello,

Try picking the user directly off the GAL by clicking the From button.

JJ

Sorry to resurrect an old thread, but i have been having this frustrating problem for a long time and nothing helped until this suggestion...

So happy! Thanks JJ...