Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Clarification
Workspace Domino
Categories Administration
Created by Guest
Created on Jul 17, 2025

Specific strings to debug for EHLO command

  1. Customer would like to know if in SMTP debug for EHLO command if any string matches to "abvd@acme.com" like for example.

  2. If enabled below debug on the server. Logging is quite verbose

set config SMTPDebug=3
set config log_mailrouting=40
tell router update config
tell smtp update config

  1. In this case in the output it will print actual address as below.
    mail from:abcd@acme.com

  2. However, customer requirement is to have debug to only match "abvd@acme.com" and not the other mail from:abvd@gmail.com or mail from:John.Doe@acme.com

  • Attach files
  • Admin
    Thomas Hampel
    Aug 18, 2025

    Note: FROM appears after EHLO
    I assume the spirit of this idea is to reduce the size of the log output, or what are you trying to achieve?