질문:
ESA에서 SMTP 트래픽을 25가 아닌 다른 포트 번호로 전달할 수 있습니까?
포트 25는 수신 이메일 메시지를 수신 대기하는 데 사용하는 표준 SMTP 포트 메일 교환 서버입니다. 대체 포트를 통해 특정 호스트에 메일을 전달하도록 ESA를 구성할 수 있습니다. CLIsmtproutes
의 명령은 이를 구성하는 가장 간단한 방법입니다.
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 hostname for which you want to set up a permanent route.
Partial hostnames such as ".example.com" are allowed.
Use "ALL" for the default route.
[]> testexchange.example.com
Enter the destination hosts, separated by commas, which you want mail for
testexchange.ironport.com to be delivered.
Enter /dev/null by itself if you wish to discard the mail.
[]> exchange.example.com:1025
Mapping for testexchange.ironport.com to exchange.example.com:1025 created.
There are currently 1 routes configured.
Choose the operation you want to perform:
- NEW - Create a new 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.
[]>
> commit
Please enter some comments describing your changes:
[]> testing the new exchange server on an alternate port
Changes committed: Mon Mar 28 14:20:06 2005 PST
mail3.example.com>
이 경우 시스템은 포트 1025를 통해 testexchange.example.com에 대한 메일을 exchange.example.com으로 전송하도록 구성됩니다.
또한 GUI, Network(네트워크)->SMTP Route(SMTP 경로)->Add SMTP Route(SMTP 경로 추가)를 통해 위와 같이 변경하고 도메인 및 대상 호스트를 원하는 포트로 채울 수 있습니다. 변경 사항을 제출하고 커밋해야 합니다.
어플라이언스 GUI를 사용하여 대체 포트를 통해 특정 호스트에 메일을 전달하도록 ESA를 구성하려면 Network(네트워크) > IP Interface(IP 인터페이스)를 선택하고 IP 인터페이스의 설정을 수정합니다.