home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / ic32184.zip / readme.txt next >
Text File  |  2002-02-22  |  1KB  |  37 lines

  1. ABSTRACT:PMR05149->ANTI-SPASM FEATURES DOES NOT WORK AS DESIRED.
  2. ----------------------------------------------------------------
  3. FILES PROVIDED:
  4. ---------------
  5. 2-22-02  12:20p      1084           0  readme.txt
  6. 2-22-02  12:04p     15116          35  sendmail.cf
  7. 2-22-02  11:56a    362932          61  sendmail.dll
  8.  
  9.  
  10. INSTRUCTIONS FOR INSTALLATION:
  11. ------------------------------
  12. 1)Copy the sendmail.dll file to c:\tcpip\dll directory.
  13. 2)Make the changes in sendmail.cf file as suggested below.
  14. 3)Run the sendmail daemon.
  15.  
  16. INSTRUCTIONS FOR CHANGING IN SENDMAIL.CF FILE:
  17. ----------------------------------------------
  18. #If you are using the class file LocalIP define it as
  19.  
  20. F{LocalIP} c:\mptn\etc\localIP
  21.  
  22. #Define the dequote as follows in sendmail.cf file
  23. Kunquote        dequote
  24.  
  25. #Make changes in the ruleset as suggested
  26. SCHECK_RCPT
  27. R<$*@$* $=R>            $@ok
  28. R$*@$* $=R              $@ok
  29. R$*                     $: $(unquote "" $&client_addr $)
  30. R$={{LocalIP}}          $@ok
  31. R$*$={{LocalIP}}$*      $@ok
  32. R$*                     $: $(unquote "" $&client_ifc $)
  33. R$={{LocalIfc}}         $@ok
  34. R$*$={{LocalIfc}}$*     $@ok
  35. #Anything Else will be denied
  36. R$*                     $#error $:"550 Relaying is denied "
  37.