Usuário com melhor resposta
Limite de anexo por conta.

Pergunta
-
Pessoal,
Existe algum comando via "Exchange management shell" aonde eu defino que a conta de um usuário do exchange, somente ele consiga enviar anexo com 30 MB e receber anexo de 30 MB? Porém os demais usuários fiquem com 10 MB.
Situação: Diretor quer enviar e-mail de 30 MB e o limite padrão está 10 MB.
Muito obrigado!
Respostas
-
Olá Gustavo,
Se o envio for realizado somente para mailboxes internas, você pode fazer através do Set-Mailbox:
Set-Mailbox "User1" -MaxSendSize 30mb -MaxReceiveSize 30mb
Porém, se o envio for necessário para usuários externos também, você precisará mudar a regra da sua organização inteira. Para evitar que os demais usuários enviem emails "maiores", você deverá usar o cmdlet acima para restringir de todos, e deixar os que podem enviar tamanhos maiores sem restrição. Isso se dá pela forma como o Exchange Server trata estas requisições. Veja este trecho da documentação:
"One exception to this approach is the user limits. User level limits take precedence over other message size restrictions. Therefore, you can configure a user to exceed the default message size limits for your organization. For example, you can allow a specific group of user mailboxes to send larger messages than the rest of the organization by configuring custom send and receive limits for those mailboxes.
The exceptions for the user limits only apply to message exchanges between authenticated users. If a message is sent to or received by a recipient on the Internet, the organizational limits will be applied. For example, assume that you have an organizational message size restriction of 10 MB, but you have configured the users in your marketing department to send and receive messages up to 50 MB. These users will be able to exchange large messages with each other, but they still won’t be able to receive large messages from Internet users because such messages will be coming from unauthenticated senders."
Referência: https://technet.microsoft.com/en-us/library/bb124345(v=exchg.150).aspx
Bruno Lopez | MVP & Technical Trainer
MCP Certification Profile | Linkedin | Twitter | http://blogdolopez.com
- Editado Bruno Lopes (MVP)MVP quinta-feira, 2 de fevereiro de 2017 04:03
- Sugerido como Resposta Guilherme Macedo S quinta-feira, 2 de fevereiro de 2017 12:22
- Marcado como Resposta Guilherme Macedo S segunda-feira, 6 de fevereiro de 2017 11:14
Todas as Respostas
-
Olá Gustavo,
Se o envio for realizado somente para mailboxes internas, você pode fazer através do Set-Mailbox:
Set-Mailbox "User1" -MaxSendSize 30mb -MaxReceiveSize 30mb
Porém, se o envio for necessário para usuários externos também, você precisará mudar a regra da sua organização inteira. Para evitar que os demais usuários enviem emails "maiores", você deverá usar o cmdlet acima para restringir de todos, e deixar os que podem enviar tamanhos maiores sem restrição. Isso se dá pela forma como o Exchange Server trata estas requisições. Veja este trecho da documentação:
"One exception to this approach is the user limits. User level limits take precedence over other message size restrictions. Therefore, you can configure a user to exceed the default message size limits for your organization. For example, you can allow a specific group of user mailboxes to send larger messages than the rest of the organization by configuring custom send and receive limits for those mailboxes.
The exceptions for the user limits only apply to message exchanges between authenticated users. If a message is sent to or received by a recipient on the Internet, the organizational limits will be applied. For example, assume that you have an organizational message size restriction of 10 MB, but you have configured the users in your marketing department to send and receive messages up to 50 MB. These users will be able to exchange large messages with each other, but they still won’t be able to receive large messages from Internet users because such messages will be coming from unauthenticated senders."
Referência: https://technet.microsoft.com/en-us/library/bb124345(v=exchg.150).aspx
Bruno Lopez | MVP & Technical Trainer
MCP Certification Profile | Linkedin | Twitter | http://blogdolopez.com
- Editado Bruno Lopes (MVP)MVP quinta-feira, 2 de fevereiro de 2017 04:03
- Sugerido como Resposta Guilherme Macedo S quinta-feira, 2 de fevereiro de 2017 12:22
- Marcado como Resposta Guilherme Macedo S segunda-feira, 6 de fevereiro de 2017 11:14
-
-
De nada, Gustavo.
Não é algo complicado. Só são vários lugares que precisam ser alterados para tal configuração. No próprio Artigo enviado ele cita os locais. Veja a seção do Artigo denominada "Scope of Limits".
Abços,
Bruno Lopez | MVP & Technical Trainer
MCP Certification Profile | Linkedin | Facebook Page | http://blogdolopez.com