关于james邮箱配置,网上很好查到。如:http://blog.csdn.net/fei1502816/article/details/7599178。
需要注意的是
一、
<servernames autodetect="true" autodetectIP="true">
-
<servername>localhost</servername>
</servernames> - 这个localhost请替换成 非邮箱域名。如qq.com.cn, 而不能是qq.com
二、
默认james的日志均放在JAMES_HOME/apps/james/logs, 其中mailet-xxx-xxx-xx.log最为关键。 发送过程中会出现各种问题,需要根据日志定位发送失败原因,但是james 默认error信息是不打印的。 这会给运维人员带来很大困扰,开启error信息的方法如下:
vim JAMES_HOME/apps/james/SAR-INF/config.xml
<mailet match="All" class="RemoteDelivery">
<debug>true</debug>
<outgoing> file://var/mail/outgoing/ </outgoing>
<outgoing> file://var/mail/outgoing/ </outgoing>
在RemoteDelivery标签下加入debug信息即可(只使用 2.3.2)
如果在james邮箱服务器使用过程中有任何问题,欢迎留言