Answered by:
Allow SEND AS on exchange 2010

Question
-
Hi, i want to allow a user for SEND AS. As per the document below it is possible. I get undeliverable after giving send As permission. Am i missing something?
http://technet.microsoft.com/en-us/library/bb676368#UseEMC
- Edited by sydmas Friday, July 6, 2012 6:52 AM
Friday, July 6, 2012 6:51 AM
Answers
-
Thanks all, none of the above works on my environment. I could only get it to work as follows:
1.Create a new user with a mailbox
Add the mailbox on your outlook profile2.How to add on outlook profile: on exchange 2010 (mostly similar to other brands 2007 etc)
File->Account Settings->Add a new account.3.View ->From
4. When sending email choose From (Select the one from option)
Obviously, if you have many domains than it would be too many mailboxes and CAL's licensing. You can pay for IVASoft if no hassle is the way to go.
Cheers,
Masud.
- Marked as answer by sydmas Friday, July 13, 2012 3:09 AM
Friday, July 13, 2012 3:09 AM
All replies
-
Hi,
Send as permissions normally works.
What does the undeliverable return mail say?
Leif
Friday, July 6, 2012 7:17 AM -
On Fri, 6 Jul 2012 06:51:41 +0000, sydmas wrote:>>>Hi, i want to allow a user for SEND AS. As per the document below it is possible. I get undeliverable after giving send As permission. Am i missing something?>>http://technet.microsoft.com/en-us/library/bb676368#UseEMCFor how long did you wait after granting that permission? I'm prettysure that the Information Store's AD cache refresh interval in 2010 isthe same as in previous releases -- two hours.---Rich MatheisenMCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVPSaturday, July 7, 2012 1:07 AM -
Hi guys,
I waited over 3 days now. Following is the message i get with NDR.
Delivery has failed to these recipients or groups:
Username You can't send a message on behalf of this user unless you have permission to do so. Please make sure you're sending on behalf of the correct sender, or request the necessary permission. If the problem continues, please contact your helpdesk.Diagnostic information for administrators:
Generating server:
/O=domain/OU=domain/cn=Recipients/cn=User
#MSEXCH:MSExchangeIS:/DC=local/DC=domain:servername[578:0x000004DC:0x0000001D] #EX#
Sunday, July 8, 2012 11:01 PM -
If you go into the properties where you set the Send As permission, do you see it there now?
This should work. Double check for mistakes.
Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.
Monday, July 9, 2012 12:50 AM -
On Sun, 8 Jul 2012 23:01:58 +0000, sydmas wrote:>I waited over 3 days now. Following is the message i get with NDR. ?>>Delivery has failed to these recipients or groups:>>Username You can't send a message on behalf of this user unless you have permission to do so. Please make sure you're sending on behalf of the correct sender, or request the necessary permission. If the problem continues, please contact your helpdesk.>>Diagnostic information for administrators:>>>>Generating server:>>>>/O=domain/OU=domain/cn=Recipients/cn=User>>#MSEXCH:MSExchangeIS:/DC=local/DC=domain:servername[578:0x000004DC:0x0000001D] #EX#Have a look at the user's properties with ADSIEDIT or lde.exe (orADUC's "Attribute Editor" tab). What is the value of the "adminCount"property?Using ADUC, check the "Security" tab on that user's properties pageand see if the "Send As" permission is granted to the other user.---Rich MatheisenMCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVPMonday, July 9, 2012 2:54 AM -
Hello,
Also use the following command to check whether send as permission is applied:
Get-Mailbox | Get-ADPermission | where {($_.ExtendedRights -like “*Send-As*”)}
Thanks,
Simon
Monday, July 9, 2012 5:49 AMModerator -
Thanks all, none of the above works on my environment. I could only get it to work as follows:
1.Create a new user with a mailbox
Add the mailbox on your outlook profile2.How to add on outlook profile: on exchange 2010 (mostly similar to other brands 2007 etc)
File->Account Settings->Add a new account.3.View ->From
4. When sending email choose From (Select the one from option)
Obviously, if you have many domains than it would be too many mailboxes and CAL's licensing. You can pay for IVASoft if no hassle is the way to go.
Cheers,
Masud.
- Marked as answer by sydmas Friday, July 13, 2012 3:09 AM
Friday, July 13, 2012 3:09 AM -
On Fri, 13 Jul 2012 03:09:02 +0000, sydmas wrote:>>>Thanks all, none of the above works on my environment. I could only get it to work as follows:>>1.Create a new user with a mailbox Add the mailbox on your outlook profile>>2.How to add on outlook profile: on exchange 2010 (mostly similar to other brands 2007 etc) File->Account Settings->Add a new account.>>3.View ->From>>4. When sending email choose From (Select the one from option)>>Obviously, if you have many domains than it would be too many mailboxes and CAL's licensing. You can pay for IVASoft if no hassle is the way to go.You don't need a CAL for a mailbox (or a User object in the AD).---Rich MatheisenMCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVPSaturday, July 14, 2012 2:30 AM