home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / sendmail / 1919 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.4 KB  |  42 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!ncube.com!db1!russell
  3. From: russell@ncube.com (Russell Randolph)
  4. Subject:  Sendmail default host for unknown users
  5. Message-ID: <1992Jul21.172105.28665@ncube.com>
  6. Lines: 29
  7. Sender: usenet@ncube.com
  8. Nntp-Posting-Host: db1_pdx
  9. Organization: nCUBE CORPORATION
  10. Date: Tue, 21 Jul 1992 17:21:05 GMT
  11.  
  12. We have a subnet containing 6 user's workstations (HP 750, HP-UX 8.07). 
  13. All of the rest of the people in the company get mail from machine xxx
  14. on the main net.  I would like to tell sendmail on the subnet that if the
  15. user is unknown, try sending it to a machine on the main net and see if
  16. it knows about the user.
  17.  
  18. Being a small company, we send mail to "account_name", instead of
  19. "account_name@system_name".  I would like these workstations to work
  20. the same way.
  21.  
  22. I am using the sendmail option saying "if you don't know about a certain
  23. host, try machine xxx" (options DWxxx and DSxxx).  I am looking for a
  24. similar function for users.
  25.  
  26. The only ways I can see to do this are:
  27.  
  28. - Keep the aliases file up to date.  But what a pain.  Every new person to
  29.   the company requires me to update my local aliases file.
  30.  
  31. - Add sendmail commands that essentially say:
  32.     if (who != "aaa" && who != "bbb" && ... && who != "root") who = who@xxx
  33.   What a kludge!
  34.  
  35. So, any suggestions?  Hopefully I've missed something very basic.
  36.  
  37. Thanks!
  38.  
  39. Russell Randolph
  40. nCUBE, Beaverton, Oregon
  41. russell@ncube.com
  42.