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

开启ConsoleLog/SMTP调试,在控制台输入以下命令:
1>  START CONSOLELOG  # Console Logging is now enabled.  
2>  SET CONFIG Debug_ThreadID=1
3>  SET CONFIG SMTPClientDebug=1
4>  SET CONFIG DebugRouter=3

 

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

1>  STOP CONSOLELOG  # Console Logging is now disabled.
2>  SET CONFIG Debug_ThreadID=0
3>  SET CONFIG SMTPClientDebug=0  
4>  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

 

posted @ 2011-09-18 12:58  hannover  阅读(746)  评论(0编辑  收藏  举报