
* Howto make a RedHat rpm of ZMailer MTA

  1. Get zmailer-spec.tar.gz from :
      http://perso.wanadoo.es/xose/linux/zmailer-spec.tar.gz
      This package is a posting to ZMailer mailing list and it's 
      made by Xose Vazquez, xose@wanadoo.es

  2. Open it 'tar xvfz zmailer-spec.tar.gz'

  3. Copy all the files into /usr/src/redhat/SOURCES directory.

  4. Get zmailer-x.yy.zz.tar.gz or the last version from :
      ftp://ftp.funet.fi/pub/unix/mail/zmailer/src/
      and copy it under /usr/src/redhat/SOURCES as well.

      - If you get a new version, you need update the line 7 of
        the zmailer.spec, "%define version" section.

  5. Create your own rpm packages with commands:

	cd /usr/src/redhat/SOURCES
	rpm -ba zmailer.spec

  6. rpm packages will be created under /usr/src/redhat/SRPMS (src) and
      under /usr/src/redhat/RPMS/i386 (bin + doc)

  7. Install ZMailer rpm packages into the system:

	rpm -ivh /usr/src/redhat/RPMS/i386/zmailer-x.yy.zz-n.i386.rpm
	rpm -ivh /usr/src/redhat/RPMS/i386/zmailer-doc-x.yy.zz-n.i386.rpm

  8. Finish ZMailer configuration by editing the following:
        o /etc/mail.conf
        o /etc/zmailer/*

      For first time installations I'd recommend reading
      /usr/doc/zmailer-x.yy.zz/* and /usr/doc/zmailer-doc-x.yy.zz/*  
      documents.


For more information about ZMailer just visit www.zmailer.org. For more
information about rpm visit www.rpm.org.
  ------------------------------------------------------------------------

Please e-mail me any corrections about this document: jt@iki.fi and
xose@wanadoo.es

Get it the last version from  http://perso.wanadoo.es/xose/linux/zmailer-spec.tar.gz

This document come out has been updated Thu May 11 23:09:06 CEST 2000
by xose.
