home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!hamblin.math.byu.edu!arizona.edu!mvb.saic.com!mx-list
- Newsgroups: vmsnet.mail.mx
- Subject: Name resolution
- Message-ID: <009664CC.DF539060.2842@v2.ph.ed.ac.uk>
- From: David Candlin <david@v2.ph.ed.ac.uk>
- Date: Fri, 08 Jan 1993 11:02:38 GMT
- Organization: Mx-List<==>Vmsnet.Mail.Mx Gateway
- X-Gateway-Source-Info: Mailing List
- Lines: 118
-
- Edinburgh, 8-JAN-1993
-
- I'm a newcomer, and have just installed MX 3.1c over CMUIP 6.6. Name
- completion for outgoing smtp isn't working; what am I doing wrong?
-
- The NAMRES$CONFIG file is:
- ---------------------------------------------------------------------------
- ;
- ; NAMRES.CONFIG
- ;
- ; Description:
- ;
- ; Define domain server context of system
- ;
- ; Syntax:
- ;
- ; DOMAIN_SERVER:domain:servername:address:port
- ;
- Domain_Server:.:DIRECTORY:129.215.128.1:53
- Domain_Server:.:cancer.eucs:129.215.200.7:53
- Domain_Server:.:xlab-0:129.215.168.33:53
- ;nameserver 129.215.128.1
- ;nameserver 129.215.168.33
- ;nameserver 129.215.200.22
- ;nameserver 129.215.200.7
- ;nameserver 129.215.160.140
- ;
- ; Define parital name resolvers
- ; DOMAIN_Resolver:Servername:address:port
- ;
- ;
- ; Define suffix table for local domain.
- ; Suffix table not used if Domain_Resolver present.
- ; Syntax: Domain_Suffix:suffix-string
- ;
- Domain_Suffix:ph.ed.ac.uk.
- Domain_Suffix:ed.ac.uk.
- Domain_Suffix:ac.uk.
- Domain_Suffix:uk.
- Domain_Suffix:.
- ;
- ; Initialize Logging state. Use 0 unless debugging
- ;
- Logging:0
- ;
- ; Set server debug. Nonzero means debugging.
- ;
- Variable:DEBUG:0
- ----------------------------------------------------------------------------
-
- If I sit on v2.ph.ed.ac.uk and send to MX%"djc@th", it fails:
-
- ----------------------------------------------------------------------------
-
- From: MX%"Postmaster@v2.ph.ed.ac.uk" 7-JAN-1993 23:50:45.41
- To: DAVID
- CC:
- Subj: SMTP delivery error
-
- Return-Path: <>
- Date: Thu, 07 Jan 1993 23:50:35 EST
- From: SMTP delivery agent <Postmaster@v2.ph.ed.ac.uk>
- To: <david@v2.ph.ed.ac.uk>
- Subject: SMTP delivery error
-
- Note: this message was generated automatically.
-
- A problem occurred during SMTP delivery of your message.
-
- Error occurred sending to the following user(s):
- <djc@th> (via th):
- %MX-F-RETRYEXCD, retry count exceeded
- -MX-F-NOHOST, no such host
- ========================================================================
-
- Message follows.
-
- Received: by v2.ph.ed.ac.uk (MX V3.1C) id 2834; Thu, 07 Jan 1993 17:48:58 EST
- Date: Thu, 07 Jan 1993 17:48:52 GMT
- From: David Candlin <david@v2.ph.ed.ac.uk>
- To: djc@th
- Message-ID: <0096643C.747A8400.2834@v2.ph.ed.ac.uk>
- Subject: test
-
- test
- ----------------------------------------------------------------------------
-
- However, if I ask the DNS (via IPNCP) about th, it's OK:
-
- ----------------------------------------------------------------------------
-
- edphv4$ ipncp
- IPNCP> rr th/mx
- # of RRs = [00000005]
- MX: Pref = [0000000A] Name = [aida.ph.ed.ac.uk]
- MX: Pref = [0000000D] Name = [castle.ed.ac.uk]
- MX: Pref = [0000000E] Name = [festival.ed.ac.uk]
- MX: Pref = [00000014] Name = [nsfnet-relay.ac.uk]
- MX: Pref = [0000001E] Name = [sun2.nsfnet-relay.ac.uk]
-
- IPNCP> rr th.ph.ed.ac.uk/mx
- # of RRs = [00000005]
- MX: Pref = [0000000A] Name = [aida.ph.ed.ac.uk]
- MX: Pref = [0000000D] Name = [castle.ed.ac.uk]
- MX: Pref = [0000000E] Name = [festival.ed.ac.uk]
- MX: Pref = [00000014] Name = [nsfnet-relay.ac.uk]
- MX: Pref = [0000001E] Name = [sun2.nsfnet-relay.ac.uk]
-
- ----------------------------------------------------------------------------
-
- Finally, if I send to MX%"djc@th.ph.ed.ac.uk" it succeeds; so it's name
- completion in MXLOOK, I suppose, which is failing. I tried a few things,
- without success. The doc says it's supposed to use the built-in NAMRES,
- which seems to work OK for IPNCP.
-
- Help, please!!
-
- David Candlin
-