
   -----------------------------------------------------------------
   Introduction 

   xmail_administrators is a cross-platform application to edit the 
   administrators of the XMail server.

   -----------------------------------------------------------------
   Compilation

   1)Install Lazarus 0.9.30 or better. 

   For compile to "xmail_administrators" is necessary to install 
   Lazarus 0.9.30 or better. Visit the site http://www.lazarus.freepascal.org/ 
   to obtain a version of Lazarus for your system. 

   Windows : 
   Download and execute the Windows installer.

   GNU/Linux, FreeBSD, Open BSD :
   Install a version RPM, or compile Lazarus from the sources.

   2)Compile "xmail_administrators".

   For compile "xmail_administrators" simply execute Lazarus and select in the menu :

   >Project >Open project...

   Afterwards open the file : "xmail_administrators.lpi" inside the folder where you 
   extracted the files of the project.

   To build to "xmail_administrators" choose of the menu : 

   >Execute >build

   "xmail_administrators" is built.

   3)Reduce the size of "xmail_administrators"

   Lazarus add a lot of information of depuration to the executable, to delete this 
   information uses the tool "strip" : 

   Windows : 

   strip -s c:\source\xmail_administrators\xmail_administrators.exe
    
   GNU/Linux, FreeBSD, Open BSD :

   strip -s '/home/Paco/Documentos/xmail/xmail_administrators/xmail_administrators'

   This tool can be found for example in  :

   Windows                      : c:\lazarus\fpc\2.4.2\bin\i386-win32\strip.exe

   GNU/Linux, FreeBSD, Open BSD : /usr/bin/strip

   -----------------------------------------------------------------
   Installation

   Simply copy the application "xmail_administrators" in the folder of applications of XMail server in your system for example :

   Windows : 

   c:\MailRoot\bin

    
   GNU/Linux, FreeBSD, Open BSD :

   /var/MailRoot/bin


   "xmail_administrators" Requires the following applications and files :

   Windows :

   c:\MailRoot\bin\XMCrypt.exe
   c:\MailRoot\ctrlaccounts.tab

    GNU/Linux, FreeBSD, Open BSD :

   /var/MailRoot/bin/XMCrypt
   /var/MailRoot/ctrlaccounts.tab

   These files also need permissions of writing and execution.


