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

                          SMTPD Version 1.0
                  OS/2 SMTP server for IBM's TCP/IP

                      (c) Andrey Iliynikh- ai@casper.che.nsk.su

                                    README

------------------------------------------------------------------------------
What it is
==========

SMTPD is server which allows workstation to receive mail according to 
RFC 821. SMTPD is multi-users server.
SMTPD requires OS/2 version 2.0 or later, and IBM's TCP/IP v1.2.1
or later. SMTPDC works with superserver inetd.


What it does.
============

SMTPD is listening to TCP port 25. When serever received  mail,
it checks user's name stored in the file "mailaddr" and write
message to user's directory.
This file also includes user's password wich is used by POP3D.
In this file you should list your server's users. For
example: 

#User      Directory      Password
nobody    d:\mail\bad    
ai        d:\mail\ai     andrey
joe       d:\mail\joe    
...

user ai has mail directory d:\mail\ai and  password- andrey.
First line in the file indicates the mail directory for bad mail.
Unregistered version supports only 5 users.
  File smtpd.log includes log information. smtpd.exe creates this file 
automaticaly.
SMTPD could receive mail only! It supports commands shown below:
        HELO    MAIL    RCPT    
        NOOP    DATA    QUIT    RSET
Commands not implemented:
        VRFY    EXPN    SEND    SOML
        SAML    TURN    HELP
 
How to manage it
=================
Just run this program
  start smtpd [-d]
To start smtpd in debug mode use option -d.
In this case smtpd write log information into stdout too.

Working with inetd
====================
To use the SMTP server with inetd, one line must be added to
\tcpip\etc\inetd.lst:

	smtp tcp smtpdc

NOTE: Not smtpd, smtpdc! SMTPDC doesn't support debug mode.
That's all, then you have to restart inetd.

Price
============


SMTPD price depends on user account:

Users:  16    32    64    128   256
Price:  $20   $25   $30   $35   $40

The registered users of POP3D are granted a discount of 50%.

Please send the completed registration form together with a check,
cash or postal money order to the address shown below. 
*--------------------------------------------------------------------------*
| Sergey Slobodyan                                   Voice: (314) 725-5998 |
| Department of Economics,                                                 |
| Washington University                                                    |
| One Brookings Drive                                                      |
| St. Louis, Missouri 63130-4899                    slobo@wuecona.wustl.edu|
*--------------------------------------------------------------------------*
I will send you registered version by E-mail.
Regards,
  Andrey Iliynikh.

E-mail: ai@casper.che.nsk.su


