`
VerRan
  • 浏览: 458676 次
  • 性别: Icon_minigender_1
  • 来自: 陕西.西安
社区版块
存档分类
最新评论

James+Claros+intouch2.1配置

    博客分类:
  • JAVA
阅读更多

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&amp;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)
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数据库、是不是相应的在数据库中建表啊、那都建写什么表呢?我一直没搞明白、而且网上的很多都是转载的、一点不全面啊、谢谢、

相关推荐

    claros-intouch-2.2-beta+james-2.3.2.1

    《Claros Intouch 2.2 Beta与James 2.3.2.1:构建高效Webmail邮件服务器》 在IT行业中,邮件服务器是企业内外通信的重要基础设施,它确保了信息的安全传输和管理。本文将深入探讨“claros-intouch-2.2-beta+james-...

    Apache james mailserver + Claros inTouch webmail 搭建mail系统,自己总结

    2. **配置Web服务器**: 将Claros inTouch部署到一个Web服务器(如Tomcat或Jetty),修改其`WEB-INF/web.xml`配置文件以连接到James Mailserver。 3. **设置连接参数**: 配置邮件服务器的地址、端口、用户名和密码,...

    claros-intouch-2[1].1.zip

    Claros Intouch 2.1作为一个基于Java的Webmail解决方案,以其简洁的配置、全面的功能和优雅的界面设计,为用户提供了卓越的邮件管理体验。下面,我们将详细探讨这款软件的核心特点和优势。 首先,Claros Intouch ...

    claros-intouch-2.1-RElEASE.zip

    知名的开源webmail软件,基于ApacheStruts,Apache Commons,ClarosCommons,JSP与Servlet技术开发,安装简单:默认采用hsqldb数据库引擎,但是支持所有兼容JDBC的数据库,它适用于所有符合标准的POP3与SMTP服务器。

    经过改造可以修改Apache James邮件账户密码的WebMail Claros Intouch2

    1. Intouch2和James共享同一个数据库 2. 数据库连接要加上zeroDateTimeBehavior=convertToNull参数 jdbc:mysql://127.0.0.1/maildb?autoReconnect=true&#38;characterEncoging=utf8&#38;zeroDateTimeBehavior=...

    claros intouch

    在文件"claros-intouch-2.1"中,我们可以期待找到Claros Intouch的版本2.1的相关资料。这可能包括安装指南、配置文件、API文档、示例代码、数据库脚本和可能的更新日志。这些资源对于开发者来说至关重要,他们可以...

    claros-intouch-2.2-beta

    在"claros-intouch2-2.2-beta"这个压缩包中,用户可以找到该版本的安装文件、配置文件、文档、可能还包括数据库脚本和示例配置,以便用户部署和测试。在部署前,建议仔细阅读相关文档,了解如何设置和配置服务器,...

    claros-intouch-1.7.zip

    "Claros Intouch 1.7"是一款专为电子邮件管理和日历规划设计的软件系统。这个zip文件包含的"claros-intouch-1.7"是该系统的完整安装包,旨在提供比基于Ajax技术的解决方案更为高效和实用的工具。 在电子邮件管理...

    Java开源邮件客户端claros支持国际化

    至于`claros-intouch-2.1-bin`这个压缩包,根据命名习惯,这可能是Claros的二进制版本,包含了编译后的可执行文件和必要的库文件。用户通常可以通过解压该文件,按照提供的安装指南进行安装和配置,然后就可以在本地...

    intouch MSSQL 移植

    claros intouch MSSQL数据库移植以及部分汉化,发布时请将lib目录加上,sql文件位于WEB-INF\sql 目录下

    claros-mini-1.0

    "Claros Mini 1.0" 是一个专为webmail服务设计的邮件服务器软件。它提供了用户友好的界面和高效的功能,使得用户可以通过Web浏览器访问和管理他们的电子邮件。这款产品可能是一个精简版或轻量级版本,针对那些对资源...

    claros-chat-1.0-bin

    "Claros Chat 1.0 Bin" 是一个软件包,主要涉及的是名为 "Claros Chat" 的聊天应用程序的可执行文件版本,版本号为1.0。从标签中我们可以看出,"claros" 和 "chat" 是这个软件的核心关键词,意味着它可能是一个专门...

    claros-chat-1.0

    "Claros Chat 1.0" 是一个专为webmail邮件服务器设计的解决方案,它旨在提升用户在网页端处理电子邮件的体验。这个压缩包文件包含了该软件的完整版本,让我们来详细了解一下它所涵盖的关键知识点。 1. **Webmail...

    基于James和charos公司级邮箱搭建总结

    你可以从其他源如OSChina(http://www.oschina.net/p/claros+in+touch)下载。在集成Charos时,可能遇到修改密码功能缺失的问题,需要自行开发或寻找替代解决方案。 在Web邮箱的实现中,可能会遇到显示问题,比如收...

    mocorona:巴西,米纳斯吉拉斯州Montes Claros的CIDade-19签证申请者签证证明书已经获得COVID-19认证

    标题中的“mocorona”似乎是一个特定项目或服务的名称,它与COVID-19疫苗接种证书有关,尤其针对巴西米纳斯吉拉斯州Montes Claros地区的签证申请者。这个服务可能提供了一种方式来验证个人是否已经接种了COVID-19...

    sapucaiatech.github.io:Sapucaia Tech | Montes Claros(MG)技术社区

    Sapucaia Tech-Montes Claros(MG)的技术社区我们的目标是促进发展的知识(网络,移动,桌面,等等),基础设施(服务器,虚拟化等),数据库,操作系统(Linux和Mac OS,Windows和其他人)和其他一些相关学科的...

    openfire+smack开发webim笔记

    Openfire是Jabber服务器软件之一,它是一个易于安装和配置的开源软件,支持Linux、Windows和Mac操作系统,依赖Java运行环境。Openfire提供了丰富的API和管理界面,使得开发者可以方便地集成即时通讯功能到自己的应用...

    DR300便携式比色计

    同时,DR300引入了智能化功能,如选配的蓝牙连接,可以将测量数据安全地传输到数据库或Claros(哈希智能数据管理系统),实现数据的一键传输,避免手工输入的错误,提高数据管理的效率和准确性。然而,需要注意的是...

Global site tag (gtag.js) - Google Analytics