IMAP(インターネット メッセージ アクセス プロトコル) モニターは、IMAP サービスに使用されます。CAPA(機能) とユーザー認証を発行した後、モニターは LIST コマンドを使用してメールボックスに存在するフォルダを取得します。IMAP モニターは、転送に成功するとサーバを「稼動中」とマークし、障害が発生すると「停止」とマークします。フォルダが構成されている場合、モニターはメールボックス フォルダに存在する最初のメッセージを取得し、サーバからの応答に基づいてサーバを稼動中または停止とマークします。

IMAP 固有のモニターの構成

次の表に、IMAP 固有のモニターを構成するために必要な入力フィールドを示します。

フィールド

説明

オプション/必須

[フォルダ]

メールボックスに存在するフォルダの名前。

オプション。

[ユーザー名]

メール クライアントのユーザー名([authentication] の一般的な健全性モニター構成にあります)。

必須。

[パスワード]

メール クライアントのパスワード([authentication] の一般的な健全性モニター構成にあります)。

必須。

[SSL 属性]

IMAPS(セキュア IMAP)モニターには必要です。

IMAPS(SSL プロファイル属性)には必須です。

注:

現在、IMAP モニターは CLI を使用してのみ構成できます。

CLI からの基本的な IMAP 健全性モニターの構成

次の例では、CAPA とユーザー認証の後に LIST コマンドを送信して、存在するメールボックスを一覧表示します。

[admin:avi-controller]: > configure healthmonitor example-basic-imap-hm
[admin:avi-controller]: healthmonitor> type health_monitor_imap
[admin:avi-controller]: healthmonitor> authentication
[admin:avi-controller]: healthmonitor:authentication> username user1
[admin:avi-controller]: healthmonitor:authentication> password jhkjgjgk
[admin:avi-controller]: healthmonitor:authentication> save
[admin:avi-controller]: healthmonitor> save

CLI からの IMAPS 健全性モニターの構成

次の例では、CLI で IMAPS 健全性モニターを構成します。

[admin:avi-controller]: > configure healthmonitor example-imaps-hm
[admin:avi-controller]: healthmonitor> type health_monitor_imaps
[admin:avi-controller]: healthmonitor> imaps_monitor
[admin:avi-controller]: healthmonitor:imaps_monitor> folder INBOX
[admin:avi-controller]: healthmonitor:imaps_monitor> ssl_attributes
[admin:avi-controller]: healthmonitor:imaps_monitor:ssl_attributes> ssl_profile_ref System-Standard
[admin:avi-controller]: healthmonitor:imaps_monitor:ssl_attributes> save
[admin:avi-controller]: healthmonitor:imaps_monitor> save
[admin:avi-controller]: healthmonitor> authentication
[admin:avi-controller]: healthmonitor:authentication> username user1
[admin:avi-controller]: healthmonitor:authentication> password kjhkjhjkk
[admin:avi-controller]: healthmonitor:authentication> save
[admin:avi-controller]: healthmonitor> save

IMAP 健全性モニターに使用される SSL 構成は次のとおりです。

SSL プロファイル:既存の SSL プロファイルを選択するか、必要に応じて新しいプロファイルを作成します。これは、バックエンド サーバへの健全性モニター トラフィックに使用される暗号と SSL のバージョンを定義します。

PKI プロファイル:既存の PKI プロファイル を選択するか、必要に応じて新しいプロファイルを作成します。これは、サーバによって提示された SSL 証明書 を検証するために使用されます。

SSL キーと証明書:既存の SSL キー証明書 を選択するか、必要に応じて新しい SSL キーと証明書を作成します。