Introdução
Este documento descreve a mensagem de erro "Limite de tamanho excedido" encontrada nos logs de e-mail do Cisco Email Security Appliance (ESA).
O que significa "Problema de varredura de mensagens: Limite de tamanho excedido"?
Em uma revisão dos logs de e-mail e do controle de mensagens no ESA, você poderá ver o seguinte erro e precisará determinar qual é o problema:
Tue Sep 9 13:37:35 2014 Warning: MID 15180223, Message Scanning Problem: Size
Limit Exceeded
A varredura no ESA tem um limite global em mensagens grandes. Se uma mensagem for muito grande, ela geralmente é isenta de muitas varreduras e enviada para o(s) destinatário(s) final(is).
Para alterar o limite de varredura de mensagens da CLI, use scanconfig. Você precisará fazer ajustes nas opções de "tamanho máximo do anexo a ser verificado", conforme destacado.
Observação: lembre-se de que quanto maior o tamanho de verificação for definido, mais sobrecarga de equipamento e recursos serão usados.
myesa.loca> scanconfig
There are currently 5 attachment type mappings configured to be SKIPPED.
Choose the operation you want to perform:
- NEW - Add a new entry.
- DELETE - Remove an entry.
- SETUP - Configure scanning behavior.
- IMPORT - Load mappings from a file.
- EXPORT - Save mappings to a file.
- PRINT - Display the list.
- CLEAR - Remove all entries.
- SMIME - Configure S/MIME unpacking.
[]> setup
1. Scan only attachments with MIME types or fingerprints in the list.
2. Skip attachments with MIME types or fingerprints in the list.
Choose one:
[2]>
Enter the maximum depth of attachment recursion to scan:
[5]>
Enter the maximum size of attachment to scan:
[5242880]>
Do you want to scan attachment metadata? [Y]>
Enter the attachment scanning timeout (in seconds):
[1]>
If a message has attachments that were not scanned for any reason (e.g. because
of size, depth limits, or scanning timeout), assume the attachment matches the
search pattern? [N]>
In case of a content or message filter error, should all filters be bypassed? [Y]>
If a message could not be deconstructed into its component parts in order to remove
specified attachments, the system should:
1. Deliver
2. Bounce
3. Drop
[1]>
Configure encoding to use when none is specified for plain body text or anything with
MIME type plain/text or plain/html.
1. US-ASCII
2. Unicode (UTF-8)
3. Unicode (UTF-16)
4. Western European/Latin-1 (ISO 8859-1)
5. Western European/Latin-1 (Windows CP1252)
6. Traditional Chinese (Big 5)
7. Simplified Chinese (GB 2312)
8. Simplified Chinese (HZ GB 2312)
9. Korean (ISO 2022-KR)
10. Korean (KS-C-5601/EUC-KR)
11. Japanese (Shift-JIS (X0123))
12. Japanese (ISO-2022-JP)
13. Japanese (EUC)
[1]
Se você fizer alterações e ajustes nas configurações, certifique-se de confirmar todas as alterações no prompt principal da CLI.
Em muitos casos, você descobrirá que a mensagem específica pode ter excedido a digitalização, mas foi processada e entregue conforme esperado originalmente. Você precisará pesquisar e revisar seus logs de e-mail para obter a disposição final do MID original.
Informações Relacionadas