跳到主要内容

📧 SMTP Monitor

The SMTP monitor connects to a mail server and verifies it's accepting connections and ready to receive email.


🎯 功能说明

  • Connects to the SMTP port and reads the banner
  • Sends an EHLO command
  • Detects STARTTLS support
  • Identifies supported authentication mechanisms
  • Optionally sends custom commands and checks responses

⚙️ 配置

设置描述默认值
NameFriendly name
HostMail server hostname or IP
PortSMTP port587
Send DataCustom command after banner(optional)
Expect DataExpected string in response(optional)

Common Ports

端口协议用例
25SMTPServer-to-server mail delivery
465SMTPSSMTP over implicit SSL
587SubmissionClient mail submission (recommended)

📖 使用示例

Example 1: Basic SMTP check

设置
NameMail Server
Addressmail.example.com
Port587

Example 2: Check for STARTTLS support

设置
NameMail STARTTLS
Addressmail.example.com
Port587
Expect DataSTARTTLS

💡 技巧

  • Monitor both port 25 (if you receive mail) and port 587 (if you send mail).
  • Combine with the Blacklist monitor for complete email health.