home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9475 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.5 KB  |  49 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!nuscc!iscyeoak
  3. From: iscyeoak@nuscc.nus.sg (YEO ANN KIAN)
  4. Subject: sendmail problem
  5. Message-ID: <1992Sep9.055327.26865@nuscc.nus.sg>
  6. Organization: National University of Singapore
  7. Date: Wed, 9 Sep 1992 05:53:27 GMT
  8. Lines: 39
  9.  
  10.  
  11.  
  12. Re: sendmail problem
  13.  
  14. We have three main nodes capable of receiving mails.
  15. These 3 nodes run AIX, SunOS and VMS respectively.
  16. We have defined an alias entry in the AIX node, says allstaff, in order to
  17. send mails to all users at these 3 nodes.
  18.  
  19. The alias entry in the /etc/aliases of the AIX machine is defined
  20. something like the following:
  21.  
  22. user1:        user1@AIX
  23. user2:        user2@SunOS
  24. user3:        user3@VMS
  25. allstaff:    user1,user2,user3
  26.  
  27. Under the normal situation,
  28. when a user sends to "allstaff" from the AIX machine,
  29. the mails can be despatched to all the users properly.
  30.  
  31. The problem comes in when one of the two machines is down, says VMS,
  32. the mail will be queued in the AIX machine and tried every 30 minutes
  33. (as we run /usr/lib/sendmail -bd -q30m).
  34. Whenever, the queue is processed every 30 minutes while VMS is still down,
  35. the user of SunOS will be getting the same mail (every 30 minutes). 
  36. THe user on the AIX does not have the problem.
  37. Eventually when the VMS is up, 
  38. the user of SunOS gets multple copies of the same mail,
  39. but the rest (on AIX and VMS) receives only one copy.
  40. The sendmail does not seem to know that it has already sent
  41. successfully to SunOS.
  42.  
  43. Can any one help us with this problem pls?
  44. We are running AIX 3.2 on RS6000/560.
  45.  
  46. --
  47. AnnKian Yeo
  48. yeoak@iscs.nus.sg 
  49.