forward email on without mailbox address in organization
Dear All, I have an urgent question related to office 365 online where moved all our users mailboxes. Now the remaining part has to configure forward addressess which do not have mailbox. we have some email addresses without mailboxes and wants to forward these addresses on mailbox users. for e.g... 123@abc.com (without mailbox) forward to 456@abc.com (mailbox). I searched alot and read many blogs but did not find any solution related to my query. I hope some one reply on this to help me out. Thanks
October 19th, 2012 8:02am

Is abc.com hosted in your Exchange? You can simply add 123@abc.com as additional SMTP address of mailbox 456
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2012 8:07am

If you need it to be forwarded to the multiple emails, you can use Distribution Group that can receive emails from external users (if needed). Thank you. Please Vote As Helpful and/or Mark As Answer if this post helped you.
October 19th, 2012 12:08pm

Thanks for your reply. Yes abc.com is my hosted online Exchange server on Office365. If I create 123@abc.com as an additional SMTP addres means that create a mailbox in my exchange online Office365 but my requirement is to create a only forwarder address of 123@abc.com to forward emails on 456@abc.com If you remember that hosting companies provides forward email addresses option in their CPanel where you just give email address without mailbox resides in organization and forward to any address in organization with mailbox for e.g. info@abc.com has only address and any emails comes to this address will move on to contact@abc.com mailbox address. I hope you will understand my requirement and provide me best possible option to get the desire result. Thanks
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2012 12:09pm

Try to use this: $Temp = Get-Mailbox -Identity John $Temp.EmailAddresses += ("smtp:Johnwang@contoso.com") Set-Mailbox -Identity John -EmailAddresses $Temp.EmailAddresses Thank you. Please Vote As Helpful and/or Mark As Answer if this post helped you.
October 19th, 2012 12:17pm

Thanks for your reply. Yes abc.com is my hosted online Exchange server on Office365. If I create 123@abc.com as an additional SMTP addres means that create a mailbox in my exchange online Office365 but my requirement is to create a only forwarder address of 123@abc.com to forward emails on 456@abc.com If you remember that hosting companies provides forward email addresses option in their CPanel where you just give email address without mailbox resides in organization and forward to any address in organization with mailbox for e.g. info@abc.com has only address and any emails comes to this address will move on to contact@abc.com mailbox address. I hope you will understand my requirement and provide me best possible option to get the desire result. Thanks Sorry, I still don't quite understand. When people send to 123@abc.com, user 456 (with mailbox, address 456@abc.com) receive it. Is this want you want? If yes, additional email address will work. From sender point of view, 123@abc.com is just a email address. If you want to forward to multiple mailbox, you can create a group and include the all mailboxes you want to forward to.
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2012 12:26pm

Hi I am Facing the same problem. please any body give exact commands to resolve this issue. regards Adnan
October 19th, 2012 4:34pm

This is the exact command that you have to use: $Temp = Get-Mailbox -Identity John $Temp.EmailAddresses += ("smtp:Johnwang@contoso.com") Set-Mailbox -Identity John -EmailAddresses $Temp.EmailAddresses Thank you. Please Vote As Helpful and/or Mark As Answer if this post helped you.
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2012 4:36pm

Dear Igor, You rocked and resolved my issue. Thank you so much. :) Thanks
October 20th, 2012 2:19am

Thanks for Posts. Can you please tell me 1- how can i view the all forwarded address 2- how to remove forwarding address 3- how to create distribution list Regards Adnan
Free Windows Admin Tool Kit Click here and download it now
October 23rd, 2012 6:49am

Dear All, Thanks for your guidance and support I solved my forwarder email addresses query and now again need your help to verify that how can I view the list of users who are getting emails from forwarder addresses. How to remove forwarding address if managment decides to delete mailbox and move forwarding address to other user mailbox. One more query that how to created distribution list to send email on multiple users on single email address. Thanks in advance for your kind support. Regards,
October 25th, 2012 1:37am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics