質問:
受信メールを会社の電子メール サーバにルーティングするように ESA を設定するには、どうすればよいですか。
ESAが企業の電子メールサーバに電子メールを配信するためには、そのホストを配信先として使用するようにESAを設定する必要があります。これは、コマンドラインインターフェイス(CLI)からsmtproutes
コマンドを使用して実行できます。
smtproutes
コマンドを使用すると、特定のドメインのすべての電子メール(SMTP)を別のメール交換(MX)ホストにリダイレクトできます。
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.
[]> example.com
Enter the destination hosts, separated by commas, which you want mail for
domain.com to be delivered.
Enter /dev/null by itself if you wish to discard the mail.
[]> 10.1.1.10
Mapping for example.com to 10.1.1.10 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.
この例では、example.comのメッセージがEメールサーバホスト10.1.1.10に配信されるように設定しています。
新しく設定したsmtproutesをアクティブにするには、変更をコミットする必要があります。
ヒント:GUIのNetwork > SMTP RoutesでもSMTPルートを設定できます