home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / sendma88.zip / README.sendmail next >
Text File  |  2003-01-01  |  2KB  |  57 lines

  1. OS/2 Sendmail Open-Relay Fix based on v8.8
  2. ******************************************************************
  3. http://powerusersbbs.net/ftp/pub/mailman/sendmail-os2-upd.zip
  4.  
  5. Install:
  6. ------------------------------------------------------------------
  7. unzip in d:\etc
  8.  
  9. Move sendmail.exe to \tcpip\bin
  10. Move sendmail.dll to \tcpip\dll
  11. Move sendmail.cf to \mptn\etc
  12.  
  13. Edit \mptn\etc\sendmail.cf with tedit (Do Not Use E.EXE) 
  14. Replace all instances of yourdomain.com
  15. Replace all drive letter instances with yours
  16.  
  17. cd \etc\sendmail
  18. Edit LocalIfc and LocalIP with your IP's
  19. Edit sendmail.cr with all known domains for your machine
  20.  
  21. Mailers:
  22. -------------------------------------------------------------------
  23. Install WPop3S into d:\WPop3S
  24.  
  25. QYPMAIL can also be used it's your call. 
  26.  
  27. Both are available at Hobbes:
  28. ftp://ftp-os2.nmsu.edu/pub/os2/apps/internet/mail/server/
  29.  
  30.  
  31. Starting Sendmail:
  32. -------------------------------------------------------------------
  33. Starting Sendmail in Autostart in your TCP/IP Local Configuration:
  34.  
  35. -bd -q5m  as a detached process
  36.  
  37. Starting Sendmail in startup.cmd:
  38.  
  39. start /min sendmail -bd -q5m
  40.  
  41.  
  42. Footnote:
  43. --------------------------------------------------------------------
  44. Your mailserver may still appear as an Open-Relay but it can only 
  45. relay mail with the IP's defined in LocalIP and LocalIfc. 
  46. ** DO NOT PUT YOUR PUBLIC IP IN THESE FILES **
  47. 127.0.0.1 is all that's needed. If you want to use your mailserver
  48. to send messages via your local network you can add ex:192.168.0 
  49. to enable the whole block. You can add clients to the LocalIP file.
  50.  
  51. You can also deny users by IP in DeniedIP
  52.  
  53. SpamList and SpamName can deny IP's and mail addresses
  54. of known abusers.
  55.  
  56. ********************************************************************
  57.