home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / apollo / 3154 < prev    next >
Encoding:
Text File  |  1992-07-29  |  3.1 KB  |  63 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!utcsri!helios.physics.utoronto.ca!alchemy.chem.utoronto.ca!system
  3. From: system@alchemy.chem.utoronto.ca (System Admin (Mike Peterson))
  4. Subject: Re: Mail and NFS 2.3
  5. Message-ID: <1992Jul30.034451.16681@alchemy.chem.utoronto.ca>
  6. Keywords: mail sendmail nfs os10.4
  7. Organization: University of Toronto Chemistry Department
  8. References: <807@ceco.ceco.com>
  9. Date: Thu, 30 Jul 1992 03:44:51 GMT
  10. Lines: 51
  11.  
  12. In article <807@ceco.ceco.com> chris@ceco.ceco.com (Chris Icide) writes:
  13. >
  14. >I am currently having a couple problems which seem to related.  My
  15. >configuration is as follows:  DN3550 24MB, OS 10.4, NFS2.3.
  16. >
  17. >1)  Our site is using a sun as both the site's name server and mailserver.
  18. >    The DN3550 works perfectly fine with the name server, and I am able
  19. >    to mount the sun's exported file systems with no problems.  The user
  20. >    id's on the sun and apollo match (unix id #'s and names, groups, orgs,
  21. >    etc.).  Users are able to read and write from the mounted file systems.
  22. >    Sendmail is currently set up to deliver mail to the mail server whether
  23. >    the intended addressee account is on the DN3550 or elsewhere.  This works
  24. >    just fine.  /usr/spool/mail is a remote file system (/var/spool/mail) on
  25. >    the sun.  (Main environment for users is bsd4.3 /bin/csh)
  26.  
  27. You are really asking for trouble linking your mail spool areas, because
  28. you do not have proper file locking between mail readers and sendmail
  29. putting new mail into a user mailbox, or between multiple sendmails
  30. if you get your scheme to work. This scheme only worked on Domain
  31. due to the proper file locking across the network. For NFS, 'lockd'
  32. was supposed to do this, but many NFS implementations either lack
  33. 'lockd', or the 'lockd' supplied doesn't work (e.g. on Suns without
  34. the lockd patch).
  35.  
  36. The only safe way to run mail seems to be to have a /usr/spool/mail
  37. (or /usr/mail on HP-UX) on each node which is willing to actually
  38. receive mail. What most sites seem to do (and what we do) is to
  39. have a central mail receiver, which many other systems point to
  40. with their MX nameserver records (make sure you have MX set properly
  41. if you expect mail to be received on that node). Each user can then
  42. use .forward to send their mail to their desired system (which
  43. better not have its MX record pointing back to the central system!).
  44. Or, you just have everyone read their mail on the mail server :-(.
  45.  
  46. >    Problems:
  47. >    
  48. >    If I try to set up sendmail to allow delivery to the DN3550, I run into
  49. >    a number of problems:
  50. >    
  51. >    o    Mail delivered from other nodes recieve a Sendmail message: 
  52. >        "Deferred, connection refused" when trying to deliver mail.  The
  53. >        mail never gets through.
  54.  
  55. Make sure your sendmail is responding correctly - use telnet to port
  56. 25 and you can talk to it with commands like HELO, MAIL, RCPT, ...
  57. to see that it is giving out proper FQDNs, etc. On the Apollo,
  58. you can also use 'mail -v' for interactive delivery, so you can
  59. watch the dialog.
  60. -- 
  61. What are the chances that any computer system will ever "work" properly?
  62. ... and Slim just left town. -*- Mike Peterson, SysAdmin, U/Toronto Chemistry
  63.