home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / networki / 1150 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  728 b 

  1. Path: sparky!uunet!usc!sol.ctr.columbia.edu!eff!news.byu.edu!yvax.byu.edu!cunyvm!ndsuvm1!ud092096
  2. Newsgroups: comp.os.os2.networking
  3. Subject: Re: TCPIP 1.2.1 Sendmail
  4. Message-ID: <92240.165120UD092096@NDSUVM1.BITNET>
  5. From: Barry Pederson <UD092096@NDSUVM1.BITNET>
  6. Date: Thursday, 27 Aug 1992 16:51:20 CDT
  7. References: <1992Aug21.124318.3487@eng.ufl.edu>
  8. Distribution: na
  9. Organization: North Dakota Higher Education Computer Network
  10. Lines: 11
  11.  
  12. >... Using sendmail for a gateway
  13.  
  14. I've done a similar thing, and sendmail works pretty well for this application.
  15.  
  16. To send a textfile, you first put an RFC-822 header on it, then send it with:
  17.  
  18.   sendmail -af myfile -f myname@my.ip.addr to@their.ip.addr to2@another.ip ...
  19.  
  20.  
  21.    Barry
  22.  
  23.