james邮件服务器的若干问题----十万火急,在线等待

funnyball 2003-09-10 04:46:43
最近公司在搞一个办公自动化系统,用到了Java,作为一个长期玩儿Asp的我来说,遇到了很多很多问题,在此提出来,希望各位帅哥们帮帮小弟的忙,给点意见和观点。
我下载了一个james-binary-2.2.0a10.zip,解压后run.bat文件目录为D:\download\javamail\james-binary-2.2.0a10\james-binary-2.2.0a10\james-2.2.0a10\bin;照书上提示我直接运行run.bat,然后telnet localhost 4555,出现的问题是“无法打开到主机的连接 在端口 4555 : 连接失败”,然而telnet localhost 25后cmd界面自动换成了另一个样子:
220 ps01 Microsoft ESMTP MAIL Service, Version: 5.0.2195.6713 ready at Wed, 10
Sep 2003 15:27:11 +0800
问:为什么我telnet localhost 4555不得行呢?我应该怎么办?
...全文
91 2 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
enhydra_boy 2003-11-07
  • 打赏
  • 举报
回复
把 wins 服务 里的 一个smtp服务停止吧。
playgb 2003-09-11
  • 打赏
  • 举报
回复
改另外一个端口试试。 <remotemanager>
<port>4555</port>
<!-- Uncomment this if you want to bind to a specific inetaddress -->
<!--
<bind> </bind>
-->
<!-- Uncomment this if you want to use TLS (SSL) on this port -->
<!--
<useTLS>true</useTLS>
-->
<handler>
<!-- This is the name used by the server to identify itself in the RemoteManager -->
<!-- protocol. If autodetect is TRUE, the server will discover its -->
<!-- own host name and use that in the protocol. If discovery fails, -->
<!-- the value of 'localhost' is used. If autodetect is FALSE, James -->
<!-- will use the specified value. -->
<helloName autodetect="true">myMailServer</helloName>
<administrator_accounts>
<!-- CHECKME! -->
<!-- Change the default login/password. -->
<account login="root" password="root"/>
</administrator_accounts>
<connectiontimeout> 60000 </connectiontimeout>
</handler>
</remotemanager>

67,549

社区成员

发帖
与我相关
我的任务
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
  • Java EE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧