james-2.3.2中的配置

james:
1、解压缩
2、先运行一遍
3、修改配置 appsjamesSAR-INFconfig.xml
(1)postmaster
(2)servername
localhost --> abc@localhost
j08.com --> abc@j08.com
自动检查名称和IP设为false
(3)注释掉RemoteAddrNotInNetwork
(4)添加虚拟域名,指向localhost
C:WindowsSystem32driversetchosts
添加一行:127.0.0.1 j08.com
(5)设置smtppop服务器
查找所有myMailServer,替换为本机实际IP地址
去掉smtp服务器配置内:authRequired的注释


----------------------
telnet IP 端口4555

输入用户名和密码登录
默认为root

help
listusers
countusers
adduser 用户名 密码
deluser 用户名
verify 用户名
setPassword 用户名 新密码

原文地址:https://www.cnblogs.com/bsyx/p/4147793.html