Cisco Cisco Email Security Appliance C190 Leaflet

Page of 322
 
3-177
AsyncOS 9.6 for Cisco Email Security Appliances CLI 참조 가이드
 
     명령참조 예제
  네트워크 컨피그레이션/네트워크 
SMTP 경로 목록 가져오기
SMTP 경로 목록 내보내기
다음 예에서는 
smptroutes
 명령을 사용하여 도메인 
example.com
에 대한 경로(매핑)를 
relay1.example.com
relay2.example.com
backup-relay.example.com
으로 구성합니다. 목적지 우
선 순위를 지정하려면 
/pri=#
을 사용합니다.  #의 범위는 0-65535이며, 숫자가 클수록 우선 순위가 
낮아집니다. 지정하지 않을 경우 기본 우선 순위는 0입니다.
InboundMail 공용 리스너를 구성할 때 
systemsetup
 명령에서 동일한 매핑을 생성했을 수도 있습니다. 
mail3.example.com> smtproutes
There are no routes configured.
Choose the operation you want to perform:
- NEW - Create a new route.
- IMPORT - Import new routes from a file.
[]> new
Enter the domain for which you want to set up a permanent route.
Partial hostnames such as ".example.com" are allowed.
Use "ALL" for the default route.
[]> example.com
Enter the destination hosts, separated by commas, which you want mail 
for example.com to be delivered.
Enter USEDNS by itself to use normal DNS resolution for this route.
Enter /dev/null by itself if you wish to discard the mail.
Enclose in square brackets to force resolution via address (A)
records, ignoring any MX records.
[]> relay1.example.com/pri=10, relay2.example.com, backup-relay.example.com
Mapping for example.com to relay1.example.com, relay2.example.com,
backup-relay.example.com/pri=10 created.
There are currently 1 routes configured.
Choose the operation you want to perform:
- NEW - Create a new route.
- EDIT - Edit destinations of an existing route.
- DELETE - Remove a route.
- PRINT - Display all routes.
- IMPORT - Import new routes from a file.
- EXPORT - Export all routes to a file.
- CLEAR - Remove all routes.
[]>
smtproutes import <filenames>
smtproutes export <filenames>