POP3(邮局协议版本 3)运行状况监控器用于监控 POP 服务。在执行 CAPA(功能)并使用用户名和密码验证用户后,它发出 LIST 命令以获取邮箱中存在的邮件。在成功完成这些命令后,POP3 监控器将服务器标记为 UP,否则,它将服务器标记为 DOWN

配置 POP3 特定的监控器

字段

描述

可选/必填

用户名

邮件客户端用户名(位于常规运行状况监控器配置中的身份验证下面)

必填

密码

邮件客户端密码(位于常规运行状况监控器配置中的身份验证下面)

必填

SSL 属性

对于 POP3S(安全 POP3)监控器是必需的

对于 POP3S 是必填的

注:

目前,只能使用 CLI 配置 POP3/POP3S 运行状况监控器设置。

配置 POP3 运行状况监控器

[admin:avi-controller]: > configure healthmonitor example-basic-pop3-hm
[admin:avi-controller]: healthmonitor> type health_monitor_pop3
[admin:avi-controller]: healthmonitor> authentication
[admin:avi-controller]: healthmonitor:authentication> username user1
[admin:avi-controller]: healthmonitor:authentication> password gjgksad
[admin:avi-controller]: healthmonitor:authentication> save
[admin:avi-controller]: healthmonitor> save

配置 POP3S 运行状况监控器

[admin:avi-controller]: > configure healthmonitor example-pop3s-hm
[admin:avi-controller]: healthmonitor> type health_monitor_pop3s
[admin:avi-controller]: healthmonitor> pop3s_monitor
[admin:avi-controller]: healthmonitor:pop3s_monitor> ssl_attributes
[admin:avi-controller]: healthmonitor:pop3s_monitor:ssl_attributes> ssl_profile_ref System-Standard
[admin:avi-controller]: healthmonitor:pop3s_monitor:ssl_attributes> save
[admin:avi-controller]: healthmonitor:pop3s_monitor> save
[admin:avi-controller]: healthmonitor> authentication
[admin:avi-controller]: healthmonitor:authentication> username user1
[admin:avi-controller]: healthmonitor:authentication> password njkhasdkj
[admin:avi-controller]: healthmonitor:authentication> save
[admin:avi-controller]: healthmonitor> save

POP3S 运行状况监控器的 SSL 配置

以下是用于 POP3S 运行状况监控器的 SSL 配置:

  • 根据需要,选择现有的 SSL 配置文件或创建新的配置文件。它定义要用于运行状况监控器到后端服务器的流量的密码和 SSL 版本。

  • 根据需要,选择现有的 PKI 配置文件或创建新的配置文件。它用于验证服务器提供的 SSL 证书。

  • 根据需要,选择现有的 SSL 密钥和证书或创建新的密钥和证书。