- 浏览: 463152 次
- 性别:
- 来自: 陕西.西安
-
文章分类
最新评论
-
gaodadawei:
登录失败,请重试楼主,我目前遇到这样一个错误,claros i ...
James+Claros+intouch2.1配置 -
VerRan:
<div class="quote_title ...
James+Claros+intouch2.1配置 -
qq346448412:
请问。你上一节、 用的ORACLE数据库、 这一节又用的是MY ...
James+Claros+intouch2.1配置 -
paladin1988:
good,我喜欢..
Hibernate自关联关系 -
lygxy12:
请问,能给163发邮件吗?该怎么配置?我安装上面的操作,发给1 ...
James+Claros+intouch2.1配置
1. 启动james
2. 将Claros 里的 intouch2.war 包放入tomacat中
3. 修改配置文件
打开 C:\Tomcat-7\webapps\intouch2\WEB-INF\config\config.xml
以下为修改后配置文件:
<?xml version="1.0" encoding="UTF-8"?> <claros-config> <!-- COMMON PARAMETERS --> <common-params> <charset>utf-8</charset> <!-- the timezone is not functional at 2.0 --> <server-timezone>Europe/Istanbul</server-timezone> <!-- this directory must be writable (e.g. run a chmod 777 on it) --> <tmp-dir>C:\temp</tmp-dir> <!-- th e following two is in MB's--> <max-attachment-size>5</max-attachment-size> <max-mail-size>10</max-mail-size> <title>Claros inTouch 2.1</title> <!-- We recommend running spamassasin. --> <spam-check-enabled>false</spam-check-enabled> <!-- valid values are: da, de, en, fr, it, pt_br, pl, sk, tr, vi, zh_cn_utf8 --> <default-lang>en</default-lang> <!-- this is the default rss feed. users can set their own --> <rss-feed>http://rss.cnn.com/rss/cnn_topstories.rss</rss-feed> </common-params> <!-- CHAT SERVER SETUP --> <!-- if you have a jabber server with transports running such as the MSN, yahoo, icq, aol transports the following transport domains must be set. If you don't have your own jabber server or not running transports omit the following settings. --> <chat> <default-domain>claros.org</default-domain> <msn-transport>msn.claros.org</msn-transport> <yahoo-transport>yahoo.claros.org</yahoo-transport> <icq-transport>icq.claros.org</icq-transport> <aol-transport>aol.claros.org</aol-transport> </chat> <!-- MAIL SERVER SETUP --> <servers> <server> <!-- give any name you desire --> <shortname>localhost</shortname> <!-- your imap/pop3 server ip/dns --> <fetch-server>localhost</fetch-server> <!-- port you are running the pop3/imap server --> <fetch-server-port>110</fetch-server-port> <fetch-protocol>pop3</fetch-protocol> <!-- your smtp server's ip/dns --> <smtp-server>localhost</smtp-server> <!-- port you are running the smtp server --> <smtp-server-port>25</smtp-server-port> <!-- does your smtp server need authentication? --> <smtp-authenticated>false</smtp-authenticated> <!-- IMAP only: if you use courier or cyrus you'll need to set the following to "INBOX." (with the dot(.) but omit the quotes) --> <folder-namespace/> </server> </servers> <!-- THE DATABASE SETUP --> <!-- Please note that DB setup is essential to work. There is a intouch-mysql file in the SQL directory of the zip file. Please create a database and dump the sql file to the db. mysqladmin -u root -p create intouch mysql -u root -p intouch < intouch-mysql.sql --> <db-config> <db> <!-- do not change the term file!!! --> <id>file</id> <!-- the connection url for the JDBC connection --> <database>jdbc:mysql://127.0.0.1:3306/mail?useUnicode=true&characterEncoding=UTF-8</database> <!-- the connection class --> <driver>com.mysql.jdbc.Driver</driver> <!-- the user with read/write/delete/update/select permission to the database --> <login>root</login> <password>root</password> </db> </db-config> </claros-config>
4. 为了方便查看问题修改日志级别为debug
日志文件存储位置:C:\Tomcat-7\webapps\intouch2\WEB-INF\config\log.properties
5. 重启tomacat 登录地址
http://127.0.0.1:8080/intouch2/index.jsp
输入上篇james 中建立的 用户名密码 VerRanLiu 19851015
登入界面:
评论
7 楼
gaodadawei
2015-01-10
登录失败,请重试
楼主,我目前遇到这样一个错误,claros inTouch 登录报错,系统提示如下错误信息:
3032781 http-8087-3
ERROR
org.claros.commons.exception.ClarosBaseException
Message
An exception is created. System Message: org.claros.commons.mail.exception.ConnectionException at org.claros.commons.auth.MailAuth.authenticate(MailAuth.java:28) at org.claros.intouch.profiling.services.LoginService.doPost(LoginService.java:83) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
楼主,我目前遇到这样一个错误,claros inTouch 登录报错,系统提示如下错误信息:
3032781 http-8087-3
ERROR
org.claros.commons.exception.ClarosBaseException
Message
An exception is created. System Message: org.claros.commons.mail.exception.ConnectionException at org.claros.commons.auth.MailAuth.authenticate(MailAuth.java:28) at org.claros.intouch.profiling.services.LoginService.doPost(LoginService.java:83) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
6 楼
VerRan
2013-05-05
qq346448412 写道
请问。你上一节、 用的ORACLE数据库、 这一节又用的是MYSQL 那么登陆的用户是存在哪的呢? 应该是是ORACLE里吧?
好久以前写的东西了很多都记得不清了,上一结的介绍时用oralce数据库做的测试,这一节是用mysql的,所以登陆时候的用户是在mysql中的,希望对你有所帮助。
5 楼
qq346448412
2013-04-24
请问。你上一节、 用的ORACLE数据库、 这一节又用的是MYSQL 那么登陆的用户是存在哪的呢? 应该是是ORACLE里吧?
4 楼
lygxy12
2012-11-06
请问,能给163发邮件吗?该怎么配置?我安装上面的操作,发给163邮箱的邮件,163邮箱收不到
3 楼
zwjtthappy
2012-09-18
你好,我的搭建好后向同域名(自己定义的)可以发送邮件,提示成功,但是却收不到邮件,求解
2 楼
VerRan
2011-03-18
Vicent_Lee 写道
你好、我整在研究这个mail系统、但是遇到点问题、我用的是mysql数据库、是不是相应的在数据库中建表啊、那都建写什么表呢?我一直没搞明白、而且网上的很多都是转载的、一点不全面啊、谢谢、
需要建立支撑 邮件服务器的表,这些表的sql 在Claros 下载包目录下就有的 有各种数据库版本的。
1 楼
Vicent_Lee
2011-03-10
你好、我整在研究这个mail系统、但是遇到点问题、我用的是mysql数据库、是不是相应的在数据库中建表啊、那都建写什么表呢?我一直没搞明白、而且网上的很多都是转载的、一点不全面啊、谢谢、
发表评论
-
AKKA 学习笔记之1
2013-09-15 15:08 23554AKKA 是一款基于actor模型实现的 并发处理框架。基 ... -
Ant 集成 junit 自动生成测试报告
2013-08-28 08:56 1036在当下Maven 统治大片江山,Gradle后起之秀的情况 ... -
很有用的测试工具
2013-08-27 11:21 7361. findbugs findbugs是一种静态 ... -
java 之 JNI
2013-08-27 11:06 1711前言: 在查看java socket实现代码时最终发现其 ... -
HSQLDB实现学习笔记-数据库服务器连接
2013-08-27 10:27 12781 数据库服务器连接 主要用于描述客户端是如何与 ... -
HSQLDB实现学习笔记-数据库服务器创建
2013-08-27 10:16 3001前言: HSQLDB作为一个纯java实现的开源数据库, ... -
反射实现 AOP 动态代理模式(Spring AOP 的实现 原理)(转)2
2011-04-13 14:01 12221package sinosoft.dj.aop ... -
反射实现 AOP 动态代理模式(Spring AOP 的实现 原理)(转)
2011-04-13 13:49 906转自: http://www.blogjava.net/Do ... -
Sun Remote Procedure Call
2011-04-05 15:45 1351Most network programming is ... -
pushlet
2011-03-31 22:54 898http://baike.baidu.com/view/246 ... -
Comet:基于 HTTP 长连接的“服务器推”技术(转)
2011-03-31 22:39 891http://www.ibm.com/developerwor ... -
冒泡排序
2011-03-30 16:03 1005package com.datastruct.sort; ... -
快速排序
2011-03-30 16:02 954package com.datastruct.sort; ... -
Cookie
2011-03-30 14:11 8341、登录www.iteye.com 输入用户名,密 ... -
OCP秘笈
2011-03-29 22:19 755http://oracle.chinaitlab.com/Sp ... -
HashCode计算方法
2011-03-29 17:34 995Returns a hash code for this ... -
Merkle-Hellman背包算法
2011-03-23 17:54 1134转自:http://baike.baidu.com/view/ ... -
Android webService访问实例
2011-03-23 13:09 4308参考网上的例子实现一个简单的天气查看功能。 界面包含一个按钮, ... -
Android 源码查看
2011-03-22 14:10 1599在网上看了几个关于源码查看的方法但是都不是很清晰,此文列出 ... -
在Android中解析XML数据
2011-03-21 22:20 1000http://www.williamhua.com/2009/ ...
相关推荐
《Claros Intouch 2.2 Beta与James 2.3.2.1:构建高效Webmail邮件服务器》 在IT行业中,邮件服务器是企业内外通信的重要基础设施,它确保了信息的安全传输和管理。本文将深入探讨“claros-intouch-2.2-beta+james-...
2. **配置Web服务器**: 将Claros inTouch部署到一个Web服务器(如Tomcat或Jetty),修改其`WEB-INF/web.xml`配置文件以连接到James Mailserver。 3. **设置连接参数**: 配置邮件服务器的地址、端口、用户名和密码,...
知名的开源webmail软件,基于ApacheStruts,Apache Commons,ClarosCommons,JSP与Servlet技术开发,安装简单:默认采用hsqldb数据库引擎,但是支持所有兼容JDBC的数据库,它适用于所有符合标准的POP3与SMTP服务器。
1. Intouch2和James共享同一个数据库 2. 数据库连接要加上zeroDateTimeBehavior=convertToNull参数 jdbc:mysql://127.0.0.1/maildb?autoReconnect=true&characterEncoging=utf8&zeroDateTimeBehavior=...
在文件"claros-intouch-2.1"中,我们可以期待找到Claros Intouch的版本2.1的相关资料。这可能包括安装指南、配置文件、API文档、示例代码、数据库脚本和可能的更新日志。这些资源对于开发者来说至关重要,他们可以...