对于特定问题的排查,可以在Domino 控制台运行以下命令,动态开启调试参数:
set config POP3Debugio=3
set config debug_threadid=1
set config console_log_enabled=1
运行以下命令,随时关闭调试:
set config POP3Debugio=0
在 console.log 中会显示 POP3 会话详细信息
原文地址:http://blog.csdn.net/gavid0124/article/details/39294199