Stop INCOMING mail without disabling the account

I run exchange 2013 CU3 on windows 2008R2 - I several people who are gone, their mailboxes need to be accessible to other people in the department. When these people departed they never unsubscribed to personal listserv and are still receiving personal email to their mailbox.

My question is: Is there a way to stop all future incoming mail (internally & externally) without disabling the account, like I said these mailboxes have to be accessible.

Any help would be appreciated.

RJM

 
July 16th, 2015 11:29am

That's easy. Just set the -ProhibitSendReceiveQuota to a very low value for example 1KB.
Free Windows Admin Tool Kit Click here and download it now
July 16th, 2015 12:02pm

That's easy. Just set the -ProhibitSendReceiveQuota to a very low value for example 1KB.
July 16th, 2015 4:00pm

That's easy. Just set the -ProhibitSendReceiveQuota to a very low value for example 1KB.
Free Windows Admin Tool Kit Click here and download it now
July 16th, 2015 4:00pm

I would suggest just removing all email addresses that are assigned to this mailbox. Use the following powershell command to accomplish this...

Set-Mailbox -Identity User1 -EmailAddressPolicyEnabled $false -EmailAddresses $null

You will still be able to attach the mailbox to an Outlook session as another user.

Will.


July 16th, 2015 4:22pm

I would suggest just removing all email addresses that are assigned to this mailbox. Use the following powershell command to accomplish this...

Set-Mailbox -Identity User1 -EmailAddressPolicyEnabled $false -EmailAddresses $null

You will still be able to attach the mailbox to an Outlook session as another user.

Will.


Free Windows Admin Tool Kit Click here and download it now
July 16th, 2015 8:19pm

I would suggest just removing all email addresses that are assigned to this mailbox. Use the following powershell command to accomplish this...

Set-Mailbox -Identity User1 -EmailAddressPolicyEnabled $false -EmailAddresses $null

You will still be able to attach the mailbox to an Outlook session as another user.

Will.


July 16th, 2015 8:19pm

Hi,

I agree with Li. We can use the below command:

set-mailbox -ProhibitSendReceiveQuota XX

For more detailed information, please refer to the below link:

https://technet.microsoft.com/en-us/library/bb123981(v=exchg.150).aspx

Regards,

David


Free Windows Admin Tool Kit Click here and download it now
July 17th, 2015 1:23am

If you remove the SMTP address, users will have difficulties configuring their Outlook because autodiscover is based on SMTP address. OWA logon will also fail.

  • Edited by Li Zhen 1 hour 34 minutes ago
July 17th, 2015 1:57am

Hi,

I agree with Li. We can use the below command:

set-mailbox -ProhibitSendReceiveQuota XX

For more detailed information, please refer to the below link:

https://technet.microsoft.com/en-us/library/bb123981(v=exchg.150).aspx

Regards,

David


Free Windows Admin Tool Kit Click here and download it now
July 17th, 2015 5:21am

Hi,

I agree with Li. We can use the below command:

set-mailbox -ProhibitSendReceiveQuota XX

For more detailed information, please refer to the below link:

https://technet.microsoft.com/en-us/library/bb123981(v=exchg.150).aspx

Regards,

David


July 17th, 2015 5:21am

If you remove the SMTP address, users will have difficulties configuring their Outlook because autodiscover is based on SMTP address. OWA logon will also fail.

  • Edited by Li Zhen Friday, July 17, 2015 5:55 AM
Free Windows Admin Tool Kit Click here and download it now
July 17th, 2015 5:55am

If you remove the SMTP address, users will have difficulties configuring their Outlook because autodiscover is based on SMTP address. OWA logon will also fail.

  • Edited by Li Zhen Friday, July 17, 2015 5:55 AM
July 17th, 2015 5:55am

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

Other recent topics Other recent topics