如何开启/关闭SMTP路由调试

来源:互联网 发布:javascript最好的教程 编辑:程序博客网 时间:2024/04/30 00:54

开启ConsoleLog/SMTP调试,在控制台输入以下命令:

>  START CONSOLELOG  # Console Logging is now enabled.  
>  SET CONFIG Debug_ThreadID=1
>  SET CONFIG SMTPClientDebug=1
>  SET CONFIG DebugRouter=3

关闭ConsoleLog/SMTP调试,在控制台输入以下命令:
>  STOP CONSOLELOG  # Console Logging is now disabled.
>  SET CONFIG Debug_ThreadID=0
>  SET CONFIG SMTPClientDebug=0 
>  SET CONFIG DebugRouter=0

相关链接:

Notes.ini参数说明:
CONSOLELOG-http://www.lntoolbox.com/en/notesini-reference/bycategory/logging/24-Logging/314-Console_Log_Enabled.html
Debug_ThreadID-http://www.lntoolbox.com/en/notesini-reference/bycategory/debug/41-debug/109-Debug_ThreadID.html
SMTPClientDebug-http://www.lntoolbox.com/en/notesini-reference/bycategory/debug/41-debug/216-SMTPClientDebug.html
DebugRouter-http://www.lntoolbox.com/en/component/initags/41-debug/127-debugrouter.html