home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / sendmail / 3159 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.2 KB  |  64 lines

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!crcnis1.unl.edu!crcvms.unl.edu!csundermeier
  2. From: csundermeier@crcvms.unl.edu
  3. Newsgroups: comp.mail.sendmail
  4. Subject: IDA/Sendmail/phquery/alias file Configuration Problem
  5. Date: 12 Jan 93 14:39:55 CST
  6. Organization: University of Nebraska--Lincoln    
  7. Lines: 53
  8. Message-ID: <1993Jan12.143955.1@crcvms.unl.edu>
  9. NNTP-Posting-Host: crcvms.unl.edu
  10.  
  11. I'm having a problem confguring Sendmail/IDA/phquery so that entries in my
  12. alias file are also referenced.  The machine is known to network as unl.edu,
  13. unlmail.unl.edu, and crcnis1.unl.edu.
  14.  
  15. Mail to username@unl.edu is all routed to ph query without looking at the
  16. alias file -- if ph contains entry, everything works fine. 
  17.  
  18. The alias file isn't searched, so if the entry for username@unl.edu is in
  19. the alias file rather than ph, mail is returned as user unknown.
  20.  
  21. How do I configure so that both alias file and ph are searched?
  22.  
  23. Mailertable and .m4 configuration files follow:
  24.  
  25. -------mailertable--------
  26.  
  27. LOCAL!localhost        unlmail.unl.edu
  28. LOCAL!localhost        crcnis1.unl.edu
  29. PH!crcnis1.unl.edu    unl.edu
  30.  
  31. TCP,CRCVMS.UNL.EDU    .BITNET
  32.  
  33. ---------unlmail.m4-------
  34.  
  35. # Sendmail configuration file for network-only hosts with access to
  36. # pseudo-domain (bitnet, csnet, etc) MX records.  LIBDIR/phquery installed.
  37. dnl # The mailertable file must have an entry for every ALTERNATEMAMES
  38. dnl # PH!unlmail.unl.edu    unl.edu
  39. dnl # where foo.bar.unl.edu is the name of this host.  Change UUCPNAME below.
  40. dnl #
  41. dnl # define(LIBDIR, /usr/local/sendmail/lib dnl ### Should be set in Makefile
  42. ###
  43. define(ALIASES, /usr/lib/aliases)
  44. define(ALTERNATENAMES, unlmail.unl.edu crcnis1.unl.edu unl.edu)
  45. define(BANGIMPLIESUUCP)
  46. define(FORCE_NAMED)
  47. dnl # define(DOMAINTABLE, LIBDIR/domaintable)
  48. define(MAILERTABLE, LIBDIR/mailertable)
  49. define(PSEUDODOMAINS, JUNET MAILNET UUCP)
  50. define(PEUDONYMS, unlmail.unl.edu crcnis1.unl.edu unl.edu localhost.unlmail.unl.edu localhost.crcnis1.unl.edu localhost.unl.edu)
  51. define(RELAY_HOST, crchpux.unl.edu)
  52. define(RELAY_MAILER, TCP)
  53. define(UUCPNAME, unlmail)
  54. include(Sendmail.mc)
  55.  
  56. -----------------------
  57.  
  58. Thanks for any help. 
  59.  
  60. Charles Sundermeier
  61. UNL Computing Resource Center
  62. 29 WSEC
  63. Lincoln, NE 68588-0657
  64.