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

  1. Path: sparky!uunet!destroyer!gatech!cae!cae!not-for-mail
  2. From: vincent@cad.gatech.edu (Vincent Fox)
  3. Newsgroups: comp.mail.sendmail
  4. Subject: IDA: making relay.domain=domain
  5. Date: 19 Dec 1992 17:24:59 -0500
  6. Organization: Georgia Institute of Technology, CAE/CAD Lab
  7. Lines: 19
  8. Distribution: usa
  9. Message-ID: <1h07frINNqa@cae.cad.gatech.edu>
  10. NNTP-Posting-Host: cae.cad.gatech.edu
  11.  
  12. I must be doing something wrong. I have a Sparc II I compiled IDA on.
  13. I want the relay machine (aurora.cad.gatech.edu) to appear to be the
  14. domain name (cad.gatech.edu). I use a cad.mc as follows:
  15.  
  16. divert(10)dnl
  17. #
  18. # cad configuration file
  19. #
  20. # @(#)cad.mc    1.11 (Berkeley) 1/24/89
  21. #
  22. define(DOMAIN, `DDgatech.EDU')
  23. define(UUCP_RELAY, DRmailhost.gatech.EDU)
  24. define(BITNET_RELAY, `DBgtri01.gatech.EDU')
  25. define(EXTERNAL_VERSION, ``#'    `@(#)cad.mc    1.11' (Berkeley) `1/24/89'')
  26. divert(0)dnl
  27. include(proto.mc)dnl
  28.  
  29. I still get aurora.cad.gatech.edu attached. Should I be using DDcad.gatech.edu,
  30. and enabling something else in cad.mc? 
  31.