home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / mail / sendmail-remote.2.0.README < prev    next >
Encoding:
Text File  |  1996-08-30  |  2.8 KB  |  93 lines

  1.  
  2. [
  3. Should move to:
  4. ftp://next-ftp.peak.org/pub/next/binaries/util/sendmail-remote.NIHS.bs.gz
  5.  
  6. ftp://next-ftp.peak.org/pub/next/binaries/util/sendmail-remote.2.0.README
  7. ]
  8.  
  9. sendmail-remote.2.0
  10. 29 August 1996
  11.  
  12. Original Author: Carl Edman <cedman@princeton.edu>
  13.  
  14. Current Maintainer: Timothy J. Luoma <luomat@nerc.com>
  15.  
  16. WHAT IT DOES:
  17.     Using 'rsh', this script will allow you to run 'sendmail'
  18.     on a machine other than your own (assuming you have 'rsh'
  19.     permissions on that machine, usually via an '.rhosts' file)
  20.  
  21. HOW TO USE IT:
  22.     When you 'gunzip' the file, you will get a file named:
  23.  
  24.     sendmail-MY.MAILHUB.HOSTNAME.HERE
  25.  
  26.     RENAME that file to 'sendmail-hostname' where 'hostname' is
  27.     the name of the host which you want to use.  For example,
  28.     if you worked for NeXT and wanted to use their machine, you
  29.     might call this script:
  30.  
  31.     sendmail-mail.next.com
  32.  
  33.     Or if your ISP had a machine you could use called
  34.     "powerful.isp.com" you would call this script
  35.     "sendmail-powerful.isp.com"
  36.     
  37.     Once you have renamed the file, make sure it is executable
  38.     (chmod 755 /path/to/the/file, for example) and place it in
  39.     some folder/directory of your choosing.  /usr/local/bin or
  40.     ~/Unix/bin might be good choices.
  41.  
  42.     THEN, go to Mail.app Preferences->Expert Preferences.  Go
  43.     to the "Mailer" preference (it probably says
  44.     "/usr/lib/sendmail" currently) and  enter the FULL ABSOLUTE
  45.     PATH to the script (that means no using "~" in the path!!!)
  46.  
  47. BUGS/WARNINGS/NOTES:
  48.  
  49.     1-10) Use at your own risk
  50.     
  51.     11) I've tried to make this as idiot-proof as possible, but
  52.         one can only do so much when one is trying to figure
  53.         out what others might do. If for some reason it
  54.         can't run sendmail on the remote host, it will run
  55.         sendmail on the local host (sendmail better be found
  56.         in /usr/lib for that to work!!!) which means that
  57.         no mail SHOULD ever be lost.  However, unexpected
  58.         things do happen.
  59.     
  60.     12) Per usual, I have put in many, many comments in the script
  61.  
  62.     13) I have a pretty neat way of dealing with dynamic IP's and 
  63.         an .rhosts file using 'procmail', if anyone's interested,
  64.         let me know.
  65.  
  66.     14) There is no point #14
  67.  
  68.     15) Carl Edman knows nothing of this new release.  However I have 
  69.         kept his name associated with it, and am not charging 
  70.         any $$ for this.
  71.     
  72.     16) There is no point #16
  73.     
  74.     17) This was originally part of Carl's 'mailapp-utilities' package
  75.         which can be found at:
  76.         ftp://next-ftp.peak.org/pub/next/binaries/mail/mailapp-utilities.1.5.NIHS.bs.tar.gz
  77.         
  78. ftp://next-ftp.peak.org/pub/next/binaries/mail/mailapp-utilities.1.5.README
  79.  
  80.  
  81. Hope ya like it
  82. TjL
  83.  
  84.  
  85. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  86. Timothy J. Luoma <luomat@nerc.com>       http://www.nerc.com/~luomat
  87. Email Auto-Responder: for PGP key,   use SUBJECT: send-ascii pgpkey
  88.               for NeXT info, use SUBJECT: send-ascii info
  89. Also, see: http://www.nerc.com/~luomat/next
  90.     *** My USENET FEED IS GETTING BETTER ***
  91.  
  92.  
  93.