home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / sendmafx.zip / sendmail.txt < prev   
Text File  |  2001-11-22  |  1KB  |  39 lines

  1. Testfix :PMR05149
  2.  
  3. ABSTRACT:Check_RCPT ruleset should work properly by applying this testfix.
  4.          It should return proper message to sendmail client while it could
  5.          not have access to the sendmail server.(deniedIP).
  6.  
  7. Steps for the sendmail configuration.
  8. ===============================
  9. 1.Create Localip file and put the ipaddress of clients which you want to realy
  10.   from the sendmail server.
  11. 2.Modify the CHECK_RCPT rule set as follows-
  12.  
  13.  F{Localip}  D:\mptn\etc\localip
  14.  
  15.  Scheck_rcpt
  16.  R<$+@S* $=R>            $@ ok
  17.  R<$*@$=R>               $@ ok
  18.  R<$*@$*$=R>             $@ ok
  19.  R$*@$*$=R               $@ ok
  20.  R$+@$*$=R               $@ ok
  21.  
  22.  R$*                     $: $& client_ifc
  23.  R$={{LocalIp}}          $@ ok
  24.  R$*$={{LocalIp}}$*      $@ ok
  25.  R<$={{LocalIp}}>        $@ ok
  26.  
  27. # anything else is denied
  28. R$*                     $#error $:"550  relaying is denied"
  29.  
  30. Files provided:
  31. ===============
  32.   11-22-01   3:14p       811           0  readme
  33.   11-22-01   2:29p    363036          61  sendmail.dll
  34.  
  35. Step for installing the testfix.
  36.  1)copy the sendmail.dll in <>:tcpip/dll directory.
  37.  
  38.  
  39.