home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aix / 13076 < prev    next >
Encoding:
Text File  |  1993-01-07  |  5.2 KB  |  119 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!munnari.oz.au!cs.mu.OZ.AU!acci.com.au!peterg
  3. From: peterg@acci.com.au (Peter Gill)
  4. Subject: Sendmail problems on Mail server
  5. Message-ID: <9300715.17104@mulga.cs.mu.OZ.AU>
  6. Keywords: AIX sendmail
  7. Sender: news@cs.mu.OZ.AU
  8. Reply-To: peterg@acci.com.au
  9. Organization: Australian Computing and Communications Institute
  10. Date: Thu, 7 Jan 1993 04:44:36 GMT
  11. Lines: 106
  12.  
  13. Hi all.
  14. I am having problems on my mail server. Let me set the sceen.
  15.  
  16. We have about 14 RS/6000s. Each of them has a link from the local
  17. aliases file to a common nfs file. (This enables the users to mail
  18. each other without knowing the host names ... ). All users have an
  19. alias entry to direct the mail to their local host. (Straight foward
  20. so far!). A number of our users are located on PS/2's and have their 
  21. mail directed there, where their OS/2 version of mail takes care of it 
  22. for them. Over the christmas break (10 days) most of these users turned
  23. their PS/2's off - Lots of mail with no where to go - Lots of complaints too!
  24. I decided to have all mail for the PS/2 users sit on the mail server, and 
  25. export /usr/spool/mail to each of the PS/2's. That way it does not matter 
  26. if their machines are turned on or not.
  27.  
  28. To do this, I removed their names from the aliases file. I then mailed one of 
  29. them but got a surprise as the mail was bounced. Note that only mail not 
  30. being forwarded is bounced. Every body else still gets their mail as normal.
  31.  
  32. I have checked the permissions/ownership of the directories/files associated
  33. with sendmail against another system and they all seem ok. 
  34.  
  35. Oh yea. I have set up the same environment on another box, and it
  36. works fine. Following are examples of the messages that I receive.
  37.  
  38. Hope somebody out there can make head or tail of these. 
  39.  
  40. If you can E-Mail your responses, that would be great.
  41. Thanks in advance ...
  42.  
  43. =======================================================
  44. I get these messages when I mail from the local host
  45. =======================================================
  46. mail -v testuser
  47. Subject: test
  48. test
  49. .
  50. Cc: 
  51. root... setsender: uid/gid = 0/0
  52. testuser... Connecting to .local...
  53. testuser... Connecting to  (local)...
  54. testuser... openmailer: DefUid 1, DefGid 1
  55. testuser... openmailer: set default uid/gid = 1/1
  56. testuser... execve: uid = 1, gid = 1
  57. No mail.
  58. testuser... reply: There is a read error
  59. smtpquit mail: stat 1
  60. testuser... Deferred
  61. Saving message in //dead.letter
  62. //dead.letter... Sent
  63.  
  64. =======================================================
  65. SYSLOG messages when I mail from local host.        
  66. =======================================================
  67. Jan  7 12:12:22 carlton sendmail[19571]: AA19571: message-id=<9301070112.AA19571@carlton.acci.com.au>
  68. Jan  7 12:12:22 carlton sendmail[19571]: Received message AA19571 from user root at host local: size is 33 and clas s is 0.
  69. Jan  7 12:12:22 carlton sendmail[19571]: testuser... reply: There is a read error
  70. Jan  7 12:12:22 carlton sendmail[19571]: AA19571: SYSERR: smtpquit mail: stat 1
  71. Jan  7 12:12:22 carlton sendmail[19571]: Processed message AA19571 to testuser; delay is 00:00:00 and status is Def
  72. erred.
  73. Jan  7 J2:12:23 carlton sendmail[19571]: Processed message AA19571 to //dead.letter; delay is 00:00:01 and status i
  74. s Sent.
  75.  
  76. =======================================================
  77. I get these messages when I mail from the remote host
  78. =======================================================
  79. mail -v testuser@carlton.acci.com.au
  80. Subject: test
  81. test
  82. Cc: 
  83. root... setsender: uid/gid = 0/0
  84. testuser@carlton.acci.com.au... Connecting to carlton.acci.com.au.tcp...
  85. testuser@carlton.acci.com.au... Connecting to carlton.acci.com.au (tcp)...
  86. 220 carlton.acci.com.au Sendmail AIX 3.1/UCB 5.61/4.03 ready at Thu, 7 Jan 93 12:05:52 +1100
  87. >>> HELO avoca.acci.com.au
  88. 250 carlton.acci.com.au Hello avoca.acci.com.au
  89. >>> MAIL From:<root@avoca.acci.com.au>
  90. 250 <root@avoca.acci.com.au>... Sender ok
  91. >>> RCPT To:<testuser@carlton.acci.com.au>
  92. 250 <testuser@carlton.acci.com.au>... Recipient ok
  93. >>> DATA
  94. 354 Enter mail, end with "." on a line by itself
  95. >>> .
  96. 250 Ok
  97. >>> QUIT
  98. 221 carlton.acci.com.au: closing the connection.
  99. testuser@carlton.acci.com.au... Sent
  100.  
  101. =======================================================
  102. SYSLOG messages when I mail from remote host.        
  103. =======================================================
  104. Jan  7 12:05:57 carlton sendmail[19298]: AA19298: message-id=<9301070105.AA19379@avoca.acci.com.au>
  105. Jan  7 12:05:57 carlton sendmail[19298]: AA19298: from=<root@avoca.acci.com.au>, size=286, class=0, received from avoca.acci.COM.AU (192.100.80.108)
  106. Jan  7 12:05:57 carlton sendmail[18787]: <testuser@carlton.acci.com.au>... reply: read error
  107. Jan  7 12:05:57 carlton sendmail[18787]: AA19298: SYSERR: smtpquit mail: stat 1
  108. Jan  7 12:05:57 carlton sendmail[18787]: AA19298: to=<testuser@carlton.acci.com.au>, delay=00:00:05, stat=Deferred
  109. Jan  7 12:06:01 carlton sendmail[19558]: AA19558: to=<kmorris&acci.com.au@acci.com.au>, delay=00:00:01, stat=User unknown
  110. Jan  7 12:06:01 carlton sendmail[18787]: AA18787: message-id=<9301070105.AA18787@carlton.acci.com.au>
  111. Jan  7 12:06:01 carlton sendmail[18787]: AA18787: from=MAILER-DAEMON, size=0, class=0, received from avoca.acci.COM.AU (192.100.80.108)
  112.  
  113.  
  114. ___________________
  115. Regards, Peter GIll
  116. peterg@acci.com.au
  117. +61 3 282 2506
  118.