Dear all,

Saat ini saya sedang membuat dns server (internet), dan kami masukkan juga
sub domain kami (it.zhonghai.net)

Kalau saya lihat dari luar, untuk sub domain it.zhonghai.net sudah muncul
Namun mengapa jika saya kirim email ke [EMAIL PROTECTED]

Selalu direject isp dg pesan

=======================================================
Hi. This is the qmail-send program at indo.net.id.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<[EMAIL PROTECTED]>:
Sorry, I couldn't find a mail exchanger or IP address. (#5.4.4)
======================================================

Padahal apabila saya telnet ke server tsb
it.zhonghai.net port 25,
dan melakukan entry email manual
mail from: [EMAIL PROTECTED]
rcpt to: [EMAIL PROTECTED]
data
test pengiriman data
.
Quit
======================================================
jalan dengan sukses.

Adakah kesalahan pada bind setting kami ?

Atas bantuannya, kami ucapkan terimakasih

NB: saya sertakan juga dibawah setting named.conf dan db.it.zhonghai.net

Regards
Iwan S



---------------------------------------------------------------
------------- named.conf --------------------------------------
---------------------------------------------------------------
include "/etc/bind/named.conf.options";

// prime the server with knowledge of the root servers
zone "." {
        type hint;
        file "/etc/bind/db.root";
};

// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912

zone "localhost" {
        type master;
        file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
        type master;
        file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
        type master;
        file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
        type master;
        file "/etc/bind/db.255";
};

// zone "com" { type delegation-only; };

zone "it.zhonghai.net" {
        type master;
        file "/etc/bind/db.it.zhonghai.net";
 };

// From the release notes:
//  Because many of our users are uncomfortable receiving undelegated
answers
//  from root or top level domains, other than a few for whom that behaviour
//  has been trusted and expected for quite some length of time, we have now
//  introduced the "root-delegations-only" feature which applies
delegation-only
//  logic to all top level domains, and to the root domain.  An exception
list
//  should be specified, including "MUSEUM" and "DE", and any other top
level
//  domains from whom undelegated responses are expected and trusted.
// root-delegation-only exclude { "DE"; "MUSEUM"; };

include "/etc/bind/named.conf.local";





-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis

Kirim email ke