メインコンテンツまでスキップ

📧 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.