home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mumail10.zip / emaildelivery.txt < prev    next >
Text File  |  1996-06-01  |  3KB  |  86 lines

  1.  
  2. EmailDelivery V1.00.00 for OS/2 Readme file.
  3.  
  4. 1/7/96
  5.  
  6. Firstly I hope you find this utility useful.  Any probs or questions then
  7. email me at :
  8.  
  9.     a.gawthrope@paddocks.demon.co.uk
  10.  
  11.  
  12. What is it ?
  13. ============
  14.     EmailDelivery is a small application which is run by IBM's Sendmail SMTP
  15. software.  It supports the delivery of mail to different folders.  Each
  16. folder representing a different email user.
  17.  
  18. This application will only be of use to you if you are using Sendmail and SMTP
  19. mail.  i.e. not POP3.
  20.  
  21. This is the case for many Demon Internet users.
  22.  
  23.  
  24. Requirements
  25. ============
  26. IBM Sendmail
  27. Any version of OS/2
  28. A text file similar to this (The neat colums are not important !) :
  29.  
  30. root         c:\tcpip\usr\root\mail
  31. andrew       c:\tcpip\usr\a.gawthrope\mail
  32. postmaster   c:\tcpip\usr\postmaster\mail
  33. a.gawthrope  c:\tcpip\usr\a.gawthrope\mail
  34. pmcrypt      c:\tcpip\usr\pmcrypt\mail
  35. maillist     c:\tcpip\usr\maillist\mail
  36. compucare    C:\TCPIP\USR\compucare\mail
  37.  
  38.    The first colum is a list of valid user names.  These usernames must match
  39. the ones used in email's.  EmailDelivery uses the name Sendmail extracts from
  40. the email and does a lookup in this file to find the matching directory were
  41. it will store the incoming email.  Thus the directory names must be valid too.
  42.  
  43. My file I call 'mailaddr' and keep it in the folder 'c:\tcpip\etc'.
  44.  
  45.  
  46. Function
  47. ========
  48.   There are a couple of other utilities about which I know of that are similar
  49. but this one makes no presumptions about the type of mail software you are
  50. using and it is run by Sendmail when it tries to deliver mail.  Therefore it
  51. is NOT run as a deamon looking if files have been delivered before
  52. re-delivering them again.
  53.  
  54.  
  55. Installation
  56. ============
  57.     Copy file EmailDelivery.exe into a folder on your system.  I place mine
  58. in folder 'c:\tcpip\bin'.  Thats it.
  59.  
  60. Well nearly, now edit Sendmail's configuration file, normally called and in
  61. folder 'c:\tcpip\etc\sendmail.cf'.  Use an editor that preserves TABS else
  62. Sendmail will object.
  63.  
  64. I suggest you comment out the existing line and add the line below :
  65.  
  66. Mlocal, P=c:\tcpip\bin\emailDelivery.exe, F=lsDFPM, S=10, R=20, A=c:\tcpip\etc\mailaddr $u
  67.  
  68.     It is important that the line looks just like this.
  69. i.e. Do not split the line or change the case.  You CAN change the folder
  70. names though.  The ones shown reflect my setup, yours might well be different.
  71.  
  72.     The bit which says 'A=c:\tcpip\etc\mailaddr' is the full filespec which
  73. contains the list of users and their associated folder names.  As shown above.
  74.  
  75.  
  76.     Well thats about it, if you have probs let me know.  For any of you that
  77. need the source code let me know I can supply it.
  78.  
  79.  
  80. RGDS
  81. Andrew Gawthrope MIAP
  82. a.gawthrope@paddocks.demon.co.uk
  83.  
  84.  
  85.  
  86.