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

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!ftpbox!mothost!white!rtsg.mot.com!muegel
  3. From: muegel@rtsg.mot.com (Michael S. Muegel)
  4. Subject: SR10.4 sendmail problem
  5. Message-ID: <1992Jul26.224748.10326@rtsg.mot.com>
  6. Sender: news@rtsg.mot.com
  7. Nntp-Posting-Host: taupe
  8. Organization: Motorola Inc., Cellular Infrastructure Group
  9. Date: Sun, 26 Jul 1992 22:47:48 GMT
  10. Lines: 34
  11.  
  12. I have been using a version of IDA sendmail I compiled for some time
  13. Recently I decidied to give the SR10,4 IDA+apollo sendmail a try. Since I
  14. had alias auto-rebuild off I had to turn it on in the sendmail.cf file.
  15.  
  16. When sendmail tries to re-build the alias file on the fly I get the
  17. following errors:
  18.  
  19. % testmail mmuegel
  20. rebuilding alias database
  21. /usr/lib/aliases: line 23: DBM store of mailmgr (size 15) failed: Not owner
  22. /usr/lib/aliases: line 24: DBM store of postmaster (size 18) failed: Not owner
  23. /usr/lib/aliases: line 25: DBM store of postmaster (size 18) failed: Not owner
  24. ...
  25.  
  26. This goes on through each alias. The mode/ownership on the dbm(3) files look 
  27. like this before I run sendmail (via the testmail script):
  28.  
  29. % ls -lasg aliases*
  30.    1 lrwxrwxrwx   1 root     staff          38 Jul 26 17:41 aliases@ -> /etc/mai
  31. l_admin/bsd4.3/usr/lib/aliases
  32.    4 -rw-r--r--   1 root     staff        4096 Jul 26 17:43 aliases.dir
  33.   52 -rw-r--r--   1 root     staff      200704 Jul 26 17:43 aliases.pag
  34.  
  35. After the sendmail call the dbm files are zero length. Oh ya, yes, sendmail
  36. is mode 4555 with an owner of root. So it is running suid root.
  37.  
  38. Any hints?
  39. -Mike
  40.  
  41. -- 
  42. -Michael S. Muegel <mmuegel@mot.com>
  43. Software Tools Group
  44. Fort Worth Research and Development Center
  45. Motorola, Inc.
  46.