home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / sendmail / 2988 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!ghost.dsi.unimi.it!univ-lyon1.fr!frmop11!blekul11!systhvu
  2. Organization: K.U.Leuven - Academic Computing Center
  3. Date: Monday, 14 Dec 1992 10:20:25 +01
  4. From: Herman Van Uytven <SYSTHVU@cc1.kuleuven.ac.be>
  5. Message-ID: <92349.102025SYSTHVU@cc1.kuleuven.ac.be>
  6. Newsgroups: comp.mail.sendmail
  7. Subject: sendmail+ida, domaintables and bitnet
  8. Lines: 39
  9.  
  10. Hello,
  11.  
  12. We want to have for the whole university E-mail addresses of
  13. the form Name.Surname@org.kuleuven.ac.be.
  14.  
  15. With some help from our AIX expert for the Makefiles, and after
  16. some try and error I got a good m4 file (using generics for
  17. From:, To: and MAIL FROM, and using xaliases for RCPT TO:).
  18.  
  19. The last 'sendmail' problem I want to solve is to map our BITNET adresses
  20. (we have two bitnet hosts on campus, blekul11 and blekul21) to
  21. their corresponding domain addresses, so that we don't have to put
  22. all that BITNET stuff into the xaliases file.
  23.  
  24. After reading the documentation I thought that something like
  25.  
  26. cc1.kuleuven.ac.be       BLEKUL11 BLEKUL11.BITNET
  27. cc2.kuleuven.ac.be       BLEKUL21 BLEKUL21.BITNET
  28.  
  29. in domaintable would do the job.
  30.  
  31. This didn't work, I got From lines like  admin%blekul11.bitnet@bitnet.bitnet..
  32. and the like.
  33.  
  34. After looking at other DBM tables, I tried in domaintable
  35.  
  36. blekul11.bitnet    cc1.kuleuven.ac.be
  37. blekul11           cc1.kuleuven.ac.be
  38. blekul21.bitnet    cc2.kuleuven.ac.be
  39. blekul21           cc2.kuleuven.ac.be
  40.  
  41. This seems to work for the header From: line, but not for the
  42. envelope MAIL FROM: line.
  43.  
  44. Any idea how to change the bitnet addresses also in the envelope ?
  45.  
  46. Thanks,
  47.  
  48. -Herman-
  49.