Domanda:
L'ESA può inviare il traffico SMTP a un numero di porta diverso da 25?
La porta 25 è la porta SMTP standard utilizzata dai server di scambio della posta per ascoltare i messaggi e-mail in arrivo. L'ESA può essere configurata per recapitare la posta a un host specifico su una porta alternativa. Il smtproutes
comando nella CLI è il modo più semplice per configurare questo:
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>
In questo caso, il sistema è configurato per inviare posta elettronica da testexchange.example.com a exchange.example.com sulla porta 1025.
È inoltre possibile apportare le modifiche precedenti tramite GUI, Network->SMTP Route->Add SMTP Route e compilare il dominio e l'host di destinazione con la porta desiderata. Al termine, è necessario inviare e confermare le modifiche.
Per configurare l'ESA in modo che invii la posta a un host specifico su una porta alternativa utilizzando la GUI dell'accessorio, scegliere Rete > Interfaccia IP e modificare le impostazioni dell'interfaccia IP.