Hosted by:
SourceForge.net

Site Built with:
Velocity

Images Built with:
Povray

Copyright © 2004
Matti Pehrs

MailPost Download

What you need:

> Download and Install MySQL
> Download and Install the latest Java JRE
> Download Mailpost
> Download Plugins (not yet)

Installation:

Make sure you have started MySQL (Linux sample here):

> /etc/init.d/mysql start

Create a MySQL database called "mailpost":

> mysql -u root -p
mysql> create database mysql;

To run the installer start the install.jar with java:

> java -jar mailpost-0.2-alpha-bin.jar

Configuration:

Start the admin console by:

> ${INSTALL_DIR}/bin/mailpost-admin.sh

FIXME: Describe how to do the initial config and how add the default plugin, wmlblogger.jar

Running:

Start the mailpost daemon:

> ${INSTALL_DIR}/bin/mailpost.sh

Source Code:

You can find the source code via the SourceForge CVS Pages.
To build MailPost you need:

> Suns JDK 1.4.2+
> JavaMail 1.3.1
> MySQL Database Server
> MySQL JDBC driver
> JDOM > ANT

If you want to create the installer you also need:

> The IzPack Installer