This is the README file for EmailValidator - an application for e-mail
 address validation.

Author: Bogdan Drozdowski, bogdandr @ op . pl
License: AGPLv3+

================================================================

Requirements for compiling the application:

- a non-root account. Please, NEVER compile or 'make' anything as root.

- a working Java compiler.

- development kit for the Java language

- the following JAR files on your CLASSPATH:

	* servlet-api.jar - from your JavaEE servlet container/server

- recommended: the GNU 'make' utility

If you'll be using 'make', change the paths to the JAR files in the Makefile.

Type 'make' to compile the application. Alternatively, you can compile the
 classes yourself.

Type 'make deploy' or copy the required files into the "deploy" directory:
 deploy/WEB-INF/classes/BogDroSoft/ev/.

Type 'make war' to create a Web Archive (WAR) file ready for deployment.
 Alternatively, you can create a ZIP archive from the contents of the
 "deploy" directory (the "deploy" directory itself MUST NOT be in the
 archive).

================================================================

How to run:
1. deploy the application on your server with
   the following JAR files on your CLASSPATH:

	* servlet-api.jar - from your JavaEE servlet container/server

2. access it from a browser
3. type the e-mail address, the sender address to present to the server,
   the sender domain to present to the server, and proceed
4. check the result.

