没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > tempmail |
tempmail
|
0 | 0 | 43 |
贡献者 | 讨论 | 代码提交 |
This service will allow to create a new email account with these features:
1. It will be active only for a few minutes
2. After that time, it will be blocked for some days, the it will be removed
3. While it is active, It will redirect all the received messages to other normal email
The features and technolgies used in the project are listed in the links of the menu on your right.
Project Milestones:
1 Creation of temp alias, as described above. Done
2 Management of own accounts (increment the time). Done
3 Multiple domains service. A 3rd party user can provide its domain (just the MX dns address) to create emails with it.
Project Status: 1.0 beta M2 (in trunk). It's fully funtional! Try it at home, or publish it in a real server
There is a paralell development on a branch, to experiment with new features (Acegi, JTA...)
Installation instructions:
1.- Download and Install java 1.5
2.- Download and Install Tomcat 5.5
3.- Download and Install james 2.2.0
4.- Download this code to your IDE
5.- Copy template.properties file and paste it as user.properties. Set up your correct values.
6.- Use the ant tasks to run the app('start-james-db' and then 'deploy')