home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!destroyer!gatech!cae!cae!not-for-mail
- From: vincent@cad.gatech.edu (Vincent Fox)
- Newsgroups: comp.mail.sendmail
- Subject: IDA: making relay.domain=domain
- Date: 19 Dec 1992 17:24:59 -0500
- Organization: Georgia Institute of Technology, CAE/CAD Lab
- Lines: 19
- Distribution: usa
- Message-ID: <1h07frINNqa@cae.cad.gatech.edu>
- NNTP-Posting-Host: cae.cad.gatech.edu
-
- I must be doing something wrong. I have a Sparc II I compiled IDA on.
- I want the relay machine (aurora.cad.gatech.edu) to appear to be the
- domain name (cad.gatech.edu). I use a cad.mc as follows:
-
- divert(10)dnl
- #
- # cad configuration file
- #
- # @(#)cad.mc 1.11 (Berkeley) 1/24/89
- #
- define(DOMAIN, `DDgatech.EDU')
- define(UUCP_RELAY, DRmailhost.gatech.EDU)
- define(BITNET_RELAY, `DBgtri01.gatech.EDU')
- define(EXTERNAL_VERSION, ``#' `@(#)cad.mc 1.11' (Berkeley) `1/24/89'')
- divert(0)dnl
- include(proto.mc)dnl
-
- I still get aurora.cad.gatech.edu attached. Should I be using DDcad.gatech.edu,
- and enabling something else in cad.mc?
-