Frage:
Kann die ESA SMTP-Datenverkehr an eine andere Portnummer als 25 weiterleiten?
Port 25 ist der Standard, den SMTP-Port-Mail-Exchange-Server verwenden, um auf eingehende E-Mails zu warten. Die ESA kann so konfiguriert werden, dass über einen alternativen Port E-Mails an einen bestimmten Host gesendet werden. Der smtproutes
Befehl in der CLI ist die einfachste Methode, dies zu konfigurieren:
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 diesem Fall ist das System so konfiguriert, dass es E-Mails für testexchange.example.com über Port 1025 an exchange.example.com sendet.
Sie können die obigen Änderungen auch über GUI vornehmen, Netzwerk->SMTP-Route->SMTP-Route hinzufügen und die Domäne und den Zielhost mit dem gewünschten Port ausfüllen. Sie müssen die Änderungen einsenden und bestätigen, sobald Sie fertig sind.
Um die ESA so zu konfigurieren, dass über die Appliance-GUI E-Mails über einen alternativen Port an einen bestimmten Host gesendet werden, wählen Sie Network > IP Interface (Netzwerk > IP-Schnittstelle), und ändern Sie die Einstellungen der IP-Schnittstelle.