              SMTPEX.NLM   
             ------------

Program SMTPEX "moves" emails from given inboxes of the Mercury program to 
another SMTP server. It is suitable e.g. for relay of some mail accounts to 
another server - in fact it works opposite way to the MercuryD module.

It works on NetWare 386 (see Notes section of this file for version details).


Syntax:  LOAD SMTPEX <server_address> [/C<ConfigFile>] [/D<minutes>]
                     [/L<LogFile>] [/?]

where:  <server_addres> .. IP address or name of target SMTP host 
        <ConfigFile>    .. pathname of file with user configuration
                           Default is SYS:\SYSTEM\SMTPEX.CNF
        <LogFile>       .. is pathname to logging file. /L without name
                           disables logging.
                           Default is SYS:\SYSTEM\SMTPEX.LOG
        <minutes>       .. Delay of periodical looking for mail (in minutes)
                           Default is 5 minutes.


Hints:	ConfigFile	Format of configuration file is described in
			the file SAMPLE.CNF


	SMTPEX looks every /D minutes into mailboxes of Mercury/NLM or 
Mercury/32 (in the NetWare mode). Found emails are forwarded by protocol
SMTP to specified server. Configuration is simple for Mercury in the bindery 
mode, otherwise full path to mailbox must be specified (see SAMPLE.CNF).

Program termination:	SMTPEX terminates if you unload SMTPEX.NLM . 


Example:   LOAD SMTPEX exchange.int.3net.cz /csys:system\smtpex.dat /d2

-----------------------------------------------------------------
Notes:

  - It works with NetWare 3.11 to 5.x

  - It works with mailboxes of Mercury in the NetWare mode

  - SMTPEX.NLM is freeware (cardware). See file LICENSE for conditions.

History:
000917  1.21: first public version
010215  1.22: corrected default log creation 

-----------------------------------------------------------------

If you have any problem or any suggestion concerning the further
development of the program, please contact Petr Jaklin:

	email:	jaklin@3net.cz
	fax	+420 417 26859

New versions and other utilities are available at URL:

	http://www.3net.cz/software/


