소개
이 문서에서는 특정 도메인 또는 호스트에 대한 제한 전달 속도를 계산하는 방법에 대해 설명합니다.
솔루션
CLI의 destconfig 명령 또는 GUI의 Mail Policies(메일 정책) 탭의 Destination Controls(대상 제어) 테이블을 사용하여 Cisco Email Security Appliance에서 특정 도메인 또는 호스트로 전송 속도를 제한할 수 있습니다. 원격 호스트의 로드를 방지하기 위해 이 옵션을 활성화하는 것이 좋습니다.
다음은 속도 전달을 "example.com" 도메인으로 제한하는 방법에 대한 CLI 예입니다.
mail.example.com> destconfig
There are currently 2 entries configured.
Choose the operation you want to perform:
- NEW - Create a new entry.
- EDIT - Modify an entry.
- DELETE - Remove an entry.
- DEFAULT - Change the default.
- PRINT - Display all entries.
- CLEAR - Remove all entries.
[]> new
Enter the domain you wish to limit.
[]> example.com
Do you wish to configure a concurrency limit for example.com? [Y]>
Enter the max concurrency limit for "example.com".
[500]> 100
Do you wish to apply a recipient limit to this domain? [N]> y
Enter the number of minutes used to measure the recipient limit.
[60]> 60
Enter the max number of recipients per 60 minutes for "example.com".
[]> 1000
Select how you want to apply the limits for example.com:
1. One limit applies to the entire domain example.com
2. Separate limit for each mail exchanger IP address
[1]>
Select how the limits will be enforced:
1. System Wide
2. Per Virtual Gateway(tm)
[1]>
Do you wish to apply a specific TLS setting for this domain? [N]>
Do you wish to apply a specific bounce verification address tagging setting for this domain? [N]>
Do you wish to apply a specific bounce profile to this domain? [N]>
There are currently 3 entries configured
Choose the operation you want to perform:
- NEW - Create a new entry.
- EDIT - Modify an entry.
- DELETE - Remove an entry.
- DEFAULT - Change the default.
- PRINT - Display all entries.
- CLEAR - Remove all entries.
[]>
mail.example.com> commit