home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!ghost.dsi.unimi.it!univ-lyon1.fr!frmop11!blekul11!systhvu
- Organization: K.U.Leuven - Academic Computing Center
- Date: Monday, 14 Dec 1992 10:20:25 +01
- From: Herman Van Uytven <SYSTHVU@cc1.kuleuven.ac.be>
- Message-ID: <92349.102025SYSTHVU@cc1.kuleuven.ac.be>
- Newsgroups: comp.mail.sendmail
- Subject: sendmail+ida, domaintables and bitnet
- Lines: 39
-
- Hello,
-
- We want to have for the whole university E-mail addresses of
- the form Name.Surname@org.kuleuven.ac.be.
-
- With some help from our AIX expert for the Makefiles, and after
- some try and error I got a good m4 file (using generics for
- From:, To: and MAIL FROM, and using xaliases for RCPT TO:).
-
- The last 'sendmail' problem I want to solve is to map our BITNET adresses
- (we have two bitnet hosts on campus, blekul11 and blekul21) to
- their corresponding domain addresses, so that we don't have to put
- all that BITNET stuff into the xaliases file.
-
- After reading the documentation I thought that something like
-
- cc1.kuleuven.ac.be BLEKUL11 BLEKUL11.BITNET
- cc2.kuleuven.ac.be BLEKUL21 BLEKUL21.BITNET
-
- in domaintable would do the job.
-
- This didn't work, I got From lines like admin%blekul11.bitnet@bitnet.bitnet..
- and the like.
-
- After looking at other DBM tables, I tried in domaintable
-
- blekul11.bitnet cc1.kuleuven.ac.be
- blekul11 cc1.kuleuven.ac.be
- blekul21.bitnet cc2.kuleuven.ac.be
- blekul21 cc2.kuleuven.ac.be
-
- This seems to work for the header From: line, but not for the
- envelope MAIL FROM: line.
-
- Any idea how to change the bitnet addresses also in the envelope ?
-
- Thanks,
-
- -Herman-
-