Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

bind errors

0 views
Skip to first unread message

maruscia

unread,
Feb 13, 2003, 12:10:44 PM2/13/03
to
I've got some problems in configuring my master zone, i'm running named (bind v 8.1) on freebsd, here's a part of master zone's associated file with the error messages that occurred:
2003021301 ; serial
84600 ; refresh
3600 ; retry
604800 ; expire
84600 ; minimum
)

[message:
Feb 13 17:40:02 matrix named[4802]: master zone "myzone" (IN) rejected due to errors (serial 2003021300)
]

@ IN MX my.mailserver.it.

[message:
Feb 13 17:40:02 matrix named[4802]: maruscia.azzurra.org:11: Priority error near (my.mailserver.it.)
]


please help me :)

Mara


@ TXT "hai una magra idea dei vhost amico : maru...@azzurra.org"


David Botham

unread,
Feb 13, 2003, 12:37:08 PM2/13/03
to

> -----Original Message-----
> From: bind-use...@isc.org [mailto:bind-use...@isc.org] On
> Behalf Of maruscia
> Sent: Thursday, February 13, 2003 11:59 AM
> To: bind-...@isc.org
> Subject: bind errors
>
> I've got some problems in configuring my master zone, i'm running
named
> (bind v 8.1) on freebsd, here's a part of master zone's associated
file
> with the error messages that occurred:
> 2003021301 ;
> serial
> 84600 ;
> refresh
> 3600 ;
retry
> 604800 ;
> expire
> 84600 ;
> minimum
> )

Post the whole SOA RR.

>
> [message:
> Feb 13 17:40:02 matrix named[4802]: master zone "myzone" (IN) rejected
due
> to errors (serial 2003021300)
> ]
>
> @ IN MX my.mailserver.it.

There is *no* priority in the above RR:

@ IN MX 10 my.mailserver.it.


Dave...

enr...@podernet.com.mx

unread,
Feb 13, 2003, 1:00:51 PM2/13/03
to
On Thu, 13 Feb 2003, maruscia wrote:

=>@ IN MX my.mailserver.it.
This one is pretty easy, you are missing the precedence for your mail
exchanger:

@ MX 10 my.mailserver.it
^^
Should put a precedence for Mail Exchangers even if
you have only one Mail Exchanger!

--

-- 'You tread upon my patience' -- William Shakespeare, "Henry IV"

The river is within us, the sea is all about us.
===============================================================================
José Enrique Díaz Jolly e-mail: enr...@podernet.com.mx
===============================================================================
@(#) $Id: signature.podernet,v 1.1 2003/01/21 23:45:50 ediaz Exp $


Doug Barton

unread,
Feb 13, 2003, 3:52:30 PM2/13/03
to
On Thu, 13 Feb 2003, maruscia wrote:

> I've got some problems in configuring my master zone, i'm running named
> (bind v 8.1) on freebsd,

Please upgrade asap. That version has numerous nasty security holes. The
freebsd port of bind 8 allows you to overwrite the system version if you
choose, but you'd be better off upgrading to the latest 4.7-Stable which
has the updated bind as part of the base.

> [message: Feb 13 17:40:02 matrix named[4802]: master zone "myzone" (IN)
> rejected due to errors (serial 2003021300) ]

This message doesn't mean that there is something wrong with the serial.
It's telling you what version of the zone file it's complaining about.

> @ IN MX my.mailserver.it.

As others have said, you need a preference value, like:

@ IN MX 10 my.mailserver.it.

Good luck,

Doug

--

"The last time France wanted more evidence, it rolled right
through Paris with a German flag." - David Letterman

Azzurra IRC Network

unread,
Feb 13, 2003, 4:29:32 PM2/13/03
to
thank you doug.

Mara

0 new messages