home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / sendmail / 2162 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!caen!paul
  3. From: paul@engin.umich.edu (Paul Killey)
  4. Subject: Re: Sendmail not using aliases sometimes
  5. Message-ID: <tHk-th-@engin.umich.edu>
  6. Date: Sat, 29 Aug 92 03:03:31 EDT
  7. Organization: University of Michigan Engineering, Ann Arbor
  8. References: <1992Aug26.221205.2486@zia.aoc.nrao.edu>
  9. Nntp-Posting-Host: bermuda.engin.umich.edu
  10. Lines: 26
  11.  
  12. In article <1992Aug26.221205.2486@zia.aoc.nrao.edu> pgreen@zia.aoc.nrao.edu (Philip Green) writes:
  13. >We have recently started see a strange problem on one of our 
  14. >machines. 
  15. >
  16. >Sometimes incoming mail is delivered locally instead of being
  17. >forwarded to the address in /etc/aliases. Incoming mail to
  18. >joeuser@aoc.nrao.edu is deliverd locally even though the
  19. >aliases file specifies otherwise.
  20. >
  21. >Any help or hints would be appreciated!
  22.  
  23. Suppose my login id is paul, and i am aliased to paul@someotherhost.foo.edu.  the
  24. gecos field for me is :paul killey:.  if someone mails to 'paul_killey' and not 'paul'
  25. it will match on the passwd file entry but not do the alias look up.
  26.  
  27. at least, seems that way here.  finduser() is checked after alias(), and then
  28. (if verbose) you will see 
  29. paul_killey... sending to login name paul
  30. paul_killey... Connecting to  (local)...
  31. paul_killey... Sent
  32.  
  33. and the mail is local, and not sent to the alias.
  34.  
  35. double check and see what the messages that end up local have for a recipient's address.
  36.  
  37. --paul
  38.