Building an OMTA RPM
====================

    It is possible to directly build an RPM (RedHat package) from the OMTA
    source tree. To do this, follow the following steps:

    * Configure the source as described in the file INSTALL in the OMTA
      source directory
    * Enter the following command:

    	make rpm

    * Install your rpm by issuing the following command:

    	rpm --install omta-<version>.rpm

    Thanks to Rob Funk for adding this functionality to the build system!
