PROBLEM with MX extern

vid vid at goliathet.net
Thu Jul 19 21:43:44 UTC 2001


> Hi,

i've a Bind 8.2.x an sendmail 8.9.x  on a Solaris SunOS 5.8. In this
machine i've a lot
of domains. Now i need change a  mail exchanger to another machine

@               IN      SOA     a.domain.es. sist.a.domain.es.(

                        200107197
                        8640            ; refresh (1 day)
                        720             ; retry (2 hours)
                        259200          ; expire (30 days)
                        17280 ) ; minimum (2 days)

                        IN      NS      a.domain.es.
                        IN      NS      b.domain.net.

                        IN      MX      20 b.domain.net.
                        IN      MX      10 a.domain.es.

www                 IN      A       213.98.179.25
sql                     IN      A       196.129.19.2
.
.
.

and i've "told" sendmail in /etc/sendmail.cw  that this domain is in
this machine,
and all is correct.


Now i must change the domain in this machine to another, and i've
changed i've
put in RR this :

IN      SOA     a.domain.es.  sist.a.domain.es. (
                          2001031333      ; serial
                          8640            ; refresh (1 day)
                          720             ; retry (2 hours)
                          259200          ; expire (30 days)
                          17280    )      ; minimum (2 days)

                  IN      NS      a.domain.es.
                  IN      NS      b.domain.net.

-->                  IN      MX      10 mail.b-domain.com.  <-- I'VE
CHANGED THIS !!

  mail            IN      CNAME   correo.b-domain.com.
  correo         IN      A       213.98.22.94


and i've restarted sendmail to view that this domain is not in this
machine ;when restart named
appears this error message in the log  :


  Jul 19 14:15:18 Machine.domain sendmail[702]: [ID 801593 mail.crit]
OAA00699: SYSERR(root): MX list for   domain.es. points back to
a.domain.es
  Jul 19 14:16:55 PIKATCHU named[420]: [ID 295310 daemon.notice] mail
name
  "sis.a.domain.es.(.domain.es" (owner "domain.es") IN (primary) is
invalid - rejecting
  Jul 19 14:16:55 PIKATCHU named[420]: [ID 295310 daemon.notice]
db.ylos.com:1: Database error (bad name  "sist.a.domain.es.(.domain.es")

  Jul 19 14:16:55 PIKATCHU named[420]: [ID 295310 daemon.notice]
db.domain.es:2: Database error ()
  Jul 19 14:16:55 PIKATCHU named[420]: [ID 295310 daemon.notice]
db.domain.es:3: Database error ()
  Jul 19 14:16:55 PIKATCHU named[420]: [ID 295310 daemon.notice]
db.domain.es:4: Database error ()
  Jul 19 14:16:55 PIKATCHU named[420]: [ID 295310 daemon.notice]
db.domain.es:5: Database error ()
  Jul 19 14:16:55 PIKATCHU named[420]: [ID 295310 daemon.notice]
db.domain.es:6: Database error ())
  Jul 19 14:16:55 PIKATCHU named[420]: [ID 295310 daemon.notice] owner
name "#.domain.es" IN (primary) is   invalid - rejecting
  Jul 19 14:16:55 Machine named[420]: [ID 295310 daemon.notice]
db.domain.es:16: owner name error
  Jul 19 14:16:55 Machine named[420]: [ID 295310 daemon.notice]
db.domain.es:16: Database error (MX)
  Jul 19 14:16:55 Machine named[420]: [ID 295310 daemon.notice] owner
name "#Machine2.domain.es" IN (primary)   is invalid - rejecting
  Jul 19 14:16:55 Machine named[420]: [ID 295310 daemon.notice]
db.domain.es:22: owner name error
  Jul 19 14:16:55 Machine named[420]: [ID 295310 daemon.notice]
db.domain.es:22: Database error (A)
  Jul 19 14:16:55 Machine named[420]: [ID 295310 daemon.warning] Zone
"domain.es" (file db.domain.es): no   SOA RR found
  Jul 19 14:16:55 Machine named[420]: [ID 295310 daemon.warning] master
zone "domain.es" (IN) rejected due   to errors (serial 200107195)


when i try to send a mail appears in sylog :

..." ruleset_check sender domain must resolve"


and when  exectue "nslookup domain.es."

*** localhost can't find domain.es :Non-existent host/domain

this answer before was good ,


what's happening ?, can anybody help me please ?,
what am i doing bad ?

Thank you !




More information about the bind-users mailing list