-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Igor Bogomolov edited this page Dec 6, 2013
·
16 revisions
Welcome to the Mail Archive Server wiki! Mail Archive Server (MAS) is designed to store mailing list messages and allows convenient search and navigation through them.
- Download latest version from release section
or
git clone https://github.com/ibogomolov/mail-archive-server.git
cd mail-archive-server
mvn install clean
- Run using command
java -jar org.apache.sling.mailarchiveserver-0.1.0-SNAPSHOT.jar -Dsling.run.modes=jackrabbit -p 8080
-p indicates port (8080 by default), more options at http://sling.apache.org/site/configuration.html
It is possible to run MAS on Oak - next version of Jackrabbit content repository. Just use -Dsling.run.modes=oak
- Open in browser
http://localhost:8080/mailarchiveserver.html
- Switch to different EWS client
- Search language grammar
- Import servlet turned on by default (deployment)