Vraag:
Kan de ESA SMTP-verkeer leveren aan een ander havennummer dan 25?
Port 25 is de standaard SMTP poortmail-uitwisselingsservers die worden gebruikt om te luisteren naar inkomende e-mailberichten. De ESA kan worden geconfigureerd om post te leveren aan een specifieke host via een alternatieve poort. De smtproutes
opdracht in de CLI is de eenvoudigste manier om dit te configureren:
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 dit geval is het systeem ingesteld om e-mail via poort 1025 te verzenden naar testexchange.example.com naar exchange.example.com.
U kunt de bovenstaande wijzigingen ook aanbrengen via GUI, Network->SMTP Route->SMTP-route toevoegen en de domein- en doelhost invullen met de gewenste poort. Je moet wijzigingen indienen en vastleggen als je klaar bent.
Als u de ESA wilt configureren om e-mail aan een specifieke host te leveren via een alternatieve poort met behulp van de GUI van het apparaat, kiest u Netwerk > IP-interface en wijzigt u de instellingen van de IP-interface.