home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / smtpsrv.zip / readme < prev    next >
Text File  |  1995-06-01  |  3KB  |  92 lines

  1. ------------------------------------------------------------------------------
  2.  
  3.                           SMTPD Version 1.0
  4.                   OS/2 SMTP server for IBM's TCP/IP
  5.  
  6.                       (c) Andrey Iliynikh- ai@casper.che.nsk.su
  7.  
  8.                                     README
  9.  
  10. ------------------------------------------------------------------------------
  11. What it is
  12. ==========
  13.  
  14. SMTPD is server which allows workstation to receive mail according to 
  15. RFC 821. SMTPD is multi-users server.
  16. SMTPD requires OS/2 version 2.0 or later, and IBM's TCP/IP v1.2.1
  17. or later. SMTPDC works with superserver inetd.
  18.  
  19.  
  20. What it does.
  21. ============
  22.  
  23. SMTPD is listening to TCP port 25. When serever received  mail,
  24. it checks user's name stored in the file "mailaddr" and write
  25. message to user's directory.
  26. This file also includes user's password wich is used by POP3D.
  27. In this file you should list your server's users. For
  28. example: 
  29.  
  30. #User      Directory      Password
  31. nobody    d:\mail\bad    
  32. ai        d:\mail\ai     andrey
  33. joe       d:\mail\joe    
  34. ...
  35.  
  36. user ai has mail directory d:\mail\ai and  password- andrey.
  37. First line in the file indicates the mail directory for bad mail.
  38. Unregistered version supports only 5 users.
  39.   File smtpd.log includes log information. smtpd.exe creates this file 
  40. automaticaly.
  41. SMTPD could receive mail only! It supports commands shown below:
  42.         HELO    MAIL    RCPT    
  43.         NOOP    DATA    QUIT    RSET
  44. Commands not implemented:
  45.         VRFY    EXPN    SEND    SOML
  46.         SAML    TURN    HELP
  47.  
  48. How to manage it
  49. =================
  50. Just run this program
  51.   start smtpd [-d]
  52. To start smtpd in debug mode use option -d.
  53. In this case smtpd write log information into stdout too.
  54.  
  55. Working with inetd
  56. ====================
  57. To use the SMTP server with inetd, one line must be added to
  58. \tcpip\etc\inetd.lst:
  59.  
  60.     smtp tcp smtpdc
  61.  
  62. NOTE: Not smtpd, smtpdc! SMTPDC doesn't support debug mode.
  63. That's all, then you have to restart inetd.
  64.  
  65. Price
  66. ============
  67.  
  68.  
  69. SMTPD price depends on user account:
  70.  
  71. Users:  16    32    64    128   256
  72. Price:  $20   $25   $30   $35   $40
  73.  
  74. The registered users of POP3D are granted a discount of 50%.
  75.  
  76. Please send the completed registration form together with a check,
  77. cash or postal money order to the address shown below. 
  78. *--------------------------------------------------------------------------*
  79. | Sergey Slobodyan                                   Voice: (314) 725-5998 |
  80. | Department of Economics,                                                 |
  81. | Washington University                                                    |
  82. | One Brookings Drive                                                      |
  83. | St. Louis, Missouri 63130-4899                    slobo@wuecona.wustl.edu|
  84. *--------------------------------------------------------------------------*
  85. I will send you registered version by E-mail.
  86. Regards,
  87.   Andrey Iliynikh.
  88.  
  89. E-mail: ai@casper.che.nsk.su
  90.  
  91.  
  92.