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

                          SMTPD Version 1.1
                  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. SMTPD finds this file in the ETC-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  1024  2048
Price:  $20   $25   $30   $40   $50  $60   $70

Registration
============
For registration your copy run: 
smtprgstr.exe <YourNumber> <UserCount> <YourFullName>
Here
  YourNumber - unique number received after payment.
  UserCount  - maximum user count
  YourFullName - your name 

For example:
poprgstr.exe 123456 32 Andrey Iliynikh

Now BMT Micro is registering the SMTPD. File bmt.frm includes registration form.

Regards,
  Andrey Iliynikh

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


