i try it , but still same problem , I just test the option send in behalf on the console and same problem , thats way I was trying to check logs in order to check for errors .
Any idea ???
Main Topics
Browse All TopicsDear experts,
Im trying to implement send as option for same users in the company , but not succeed it.
I always get an error from exchange :
Delivery has failed to these recipients or distribution lists:
UserName
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 all ready did this:
Add-ADPermission -Identity "Ellen Adams" -User TedBrem -AccessRights extendedright -ExtendedRights "send as"
But still having same problem.
So , can you please advice , and by the way I was trying to find out how to see logs in the server in order to check the SMTP errors but dont know how to check logs .im know the event viewer , but no details about this.
Thanks in advance
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ozone:
The Send-AS right related to add-mailboxpermission does not do anything and is left over from legacy permissions.
The only way to apply Send-AS with with add-ADpermission
below are 2 blogs that I wrote related to both these permission and what they all you to do.
http://exchange-genie.blog
http://exchange-genie.blog
Business Accounts
Answer for Membership
by: ATIGPosted on 2007-07-30 at 09:15:53ID: 19593571
so user TemBrem is tryinig to send As ellen Adams?
com/allabo utadpermis siontasks
Are you doing this from outlook or OWA?
Add-ADPermission -Identity "Ellen Adams" -User TedBrem -ExtendedRights "send as"
if not add
add-mailboxpermission -Identity "Ellen Adams" -User TedBrem -accessrights sendas
http://www.exchangeninjas.
sp1 will bring you the gui for this back :P