IceWarp 拥有一个很强大的工具 tool.exe 他可以用来对
系统设置进行批处理修改.
在IceWarp根目录下你可以发现工具
tool.exe. 该功能可以让您修改一些
用户或域的设置. 在user/domain 中可使用通配符.
工具tool.exe 的详细使用方法可以在管理员向导中查看.
tool.exe使用的所有变量在文件
<merak>\api\delphi\ApiConst.pas 中.
服务器变量的列表:
- D_AntiSpam
- D_Calendar
- D_IM
- D_ChallengeResponse
- D_AVScan
- U_SMTP
- U_POP3IMAP
- U_WebMail
- U_AVScan
- U_AS
- U_CR
- U_IM
- U_GW
变量开头的D_ 表示域, U_ 表示用户.
变量为布尔变量- 1 为支持 0 为禁用.
举例:
tool modify account *@* u_smtp 1
tool modify account *@merakdemo.com u_im 0
tool modify domain merakdemo.com d_calendar 1