home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / admin / 4273 < prev    next >
Encoding:
Text File  |  1992-07-22  |  2.7 KB  |  75 lines

  1. Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!esrin.bitnet!VBAGGIOL
  2. From: VBAGGIOL@ESRIN.BITNET
  3. Newsgroups: comp.unix.admin
  4. Date: 18 Jul 92 09:49 MDT
  5. Subject: DNS and mail: using twice the same 
  6. Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
  7. Message-ID: <92199.174046VBAGGIOL@esrin.bitne>
  8. Nf-ID: #N:92199.174046VBAGGIOL@esrin.bitne:1851060721:001:2358
  9. Nf-From: esrin.bitnet!VBAGGIOL    Jul 18 09:49:00 1992
  10. Lines: 63
  11.  
  12.  
  13. Dear Fellow-Networkers,
  14.  
  15. I am setting up the DNS on a SUN workstation (running SunOS 4.1) and I'm
  16. trying to configure the mail exchanger (MX) entries.
  17. The problem is that I would like to use one and the same symbolic address
  18. for two services:
  19. - for a telnet-based service running on one host, and
  20. - for the e-mail-service running on a different host.
  21.  
  22. Let's call the domain "ourdom.org". The symbolic address "ourdom.org" has
  23. been assigned to a machine with telnet-access only (192.192.192.1).
  24. In order to have easy-to-remember mailing addresses ("user@ourdom.org"),
  25. I would like to use "ourdom.org" also in a MX record, but with another
  26. host acting as mail host ("ourmail.ourdom.org", 192.192.192.3).
  27.  
  28. I have tried the set-up given below, but all smtp connections seem
  29. to go to the host 192.192.192.1 and not to the mailhost 192.192.192.3...
  30.  
  31. Does anybody know a way to achieve the desired behaviour?
  32.  
  33.  
  34.       =======================================
  35. Here is a part of the zone file for in.named:
  36.  
  37. ; DNS zone file "ourdom.zone"
  38. ; name {ttl}    class   SOA     origin               person_in_charge
  39. @               IN      SOA     our_ns.ourdom.org.   root@our_ns.ourdom.org.
  40. (
  41.                                 9206261             ;serial number
  42.                                 86400               ;refresh interval
  43.                                 1800                ;retry time
  44.                                 2592000             ;expire
  45.                                 86400   )           ;minimum ttl
  46.                 IN      NS      our_ns.ourdom.org.
  47. ;
  48.       ì.... omitted lines ....┘
  49. ;
  50. ; the following line stands for the domain name ourdom.org:
  51. @               IN      A       192.192.192.1
  52. ; mail exchanger:
  53. @               IN      MX      10  ourmail
  54. *.@             IN      MX      10  ourmail
  55. ;
  56. ; name-to-address mappings:
  57. our_ns          IN      A       192.192.192.2
  58. ourmail         IN      A       192.192.192.3
  59.  
  60.       =======================================
  61.  
  62.  
  63. Any help is grately appreciated!
  64.  
  65. Cheers,
  66.  
  67. Vito
  68.  
  69. -------------------------------------------------------------------------
  70. Vito Baggiolini                     Voice:       +39-6-94180472
  71. Telecom Engineer                    Fax:         +39-6-94180361
  72. European Space Agency ESRIN         Bitnet/EARN: VBAGGIOL at ESRIN.BITNET
  73. I-00044 Frascati (Italy)            DECnet:      29612::VITO
  74.  
  75.