Pregunta:
¿Puede el ESA enviar tráfico SMTP a un número de puerto diferente que no sea 25?
El puerto 25 es el puerto SMTP estándar que utilizan los servidores de intercambio de correo para recibir mensajes de correo electrónico entrantes. El ESA se puede configurar para entregar correo a un host específico a través de un puerto alternativo. El smtproutes
comando en la CLI es la manera más simple de configurar esto:
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>
En este caso, el sistema está configurado para enviar correo para testexchange.example.com a exchange.example.com a través del puerto 1025.
También puede realizar los cambios anteriores mediante GUI, Red->Ruta SMTP->Agregar ruta SMTP y rellenar el dominio y el host de destino con el puerto deseado. Debe enviar y registrar los cambios una vez realizados.
Para configurar el ESA para que envíe correo a un host específico a través de un puerto alternativo mediante la GUI del dispositivo, seleccione Red > Interfaz IP y modifique los parámetros de la interfaz IP.