摘要: Lotus Notes邮件系统因其安全性高、保密性强而被众多企业选用为办公自动化的平台。以下是笔者在多年的管理与维护工作中积累的一些疑难问题的解决办法,以供同行参考。不断增大的用户邮箱在邮件系统的使用过程中,系统管理员会发现随着用户邮箱中发信量和收信量的不断增加,用户的邮箱会变得越来越大。如果不采取措施加以控制的话,将会造成服务器磁盘空间全部占尽,系统不能正常运行的情况。为此,可以对用户邮箱进行限制,设定邮箱限额和警告阀值,如图1所示。这样,当用户的邮箱容量达到了设定的警告阀值时,用户在进入系统时会收到一个“Can note allocate database object”的提示,这表明用. 阅读全文
posted @ 2012-04-17 14:27 hannover 阅读(4330) 评论(0) 推荐(0)
摘要: The below code works very well to export a web view to a .doc file. When exporting it takes the following format:Colum1 column2 colume3datadoc1 datadoc1 datadoc1datadoc2 datadoc2 datadoc2datadoc3 datadoc3 datadoc3The export is being formatted as an html table. I've tried this many times, removin 阅读全文
posted @ 2012-04-17 11:36 hannover 阅读(463) 评论(0) 推荐(0)