Skip to main content

IBM Domino: Enable SMTPClientDebug, SMTPDebug


Add parameters to NOTES.ini

SMTPClientDebug=1
SMTPDebug=2

Option 1: Add parameters via GUI
IBM Domino: Enable SMTPDebug in NOTES.ini
IBM Domino: Enable SMTPDebug in NOTES.ini
Option 2: Add parameters via command
SET CONFIG "SMTPClientDebug=1" update


Run command to update router configuration

tell router update config

IBM Domino: tell router update config to update configuration and reload routing table
IBM Domino: tell router update config to update configuration and reload routing table


Send an email to @gmail.com to check result


IBM Domino: Log file after enabling SMTPClientDebug parameter in NOTES.ini file
IBM Domino: Log file after enabling SMTPClientDebug parameter in NOTES.ini file


Popular posts from this blog

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...

Windows command: icacls

Icacls is a command-line utility that can be used to display or modify discretionary access control lists (DACLs) on specified files, and apply stored DACLs to files in specified directories.

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.