Installation of mxMail/mxFtp
----------------------------

To install mxMail/mxFtp simply execute

./install.cshrc		(To install the provided statically bound binaries)

OR

./install_dynamic.cshrc	(To install dynamically bound binaries that you have built).

This will (by default) install into /usr/local/...
Make sure you execute this as a user of sufficient privelege to install into
that directory.

To change the installation location edit the MXBASEDIR at the top of the file


To then run mxMail/mxFtp you will need the directory
/usr/local/lib/X11/app-defaults to be in your X environment search path

e.g do 'setenv XFILESEARCHPATH  /usr/local/lib/X11/app-defaults/%N:/usr/lib/X11/app-defaults/%N'

then its simply a matter of executing the binaries 
/usr/local/bin/mxmail
/usr/local/bin/mxftp

* IMPORTANT NOTE *
The main problem found is that the 'sendmail' and 'ftp' binaries used
internally by mxMail and mxFtp are in different locations on the host system to
the locations specified in the setup option. The first thing that the user
should do after installation is go into the setup option and check the
location of 'sendmail' and 'ftp' binaries.
