just wondering,
Should I have used sytes.net as the domain in the config files instead of kevinsproject.sytes.net, as its a subdomain?
Thanks.
Printable View
just wondering,
Should I have used sytes.net as the domain in the config files instead of kevinsproject.sytes.net, as its a subdomain?
Thanks.
no its owned by noip.com
i just got a free subdomain
thanks.
I've changed the bind config file again, this time using this guide
Zimbra 7.0.0 installation on Ubuntu 10.04 Server » Open Source Explorations
hosts
resolv.confCode:127.0.0.1 localhost.localdomain localhost
10.49.98.237 mail.kevinsproject.sytes.net mail
db 98.49.10Code:nameserver 127.0.0.1
domain kevinsproject.sytes.net
search kevinsproject.sytes.net
db kevinsproject.sytes.netCode:$TTL 3D
@ IN SOA mail.kevinsproject.sytes.net. admin.kevinsproject.sytes.net. (
5 ; Serial
8H ; Refresh
2H ; Retry
4W ; Expire
1D) ; Minimum TTL
NS mail.kevinsproject.sytes.net.
10 PTR mail.kevinsproject.sytes.net.
named conf localCode:;
; Addresses and other host information.
;
@ IN SOA mail.kevinsproject.sytes.net. admin.kevinsproject.sytes.net. (
101035 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
2592000 ) ; Minimum
; Define the nameservers and the mail servers
@ IN NS mail
IN MX 10 mail
IN A 10.49.98.237
mail IN A 10.49.98.237
All the dig and nslookup commands seem to come back fine but I just cannot send or receive email . . please help.Code:zone "kevinsproject.sytes.net" {
type master;
file "/etc/bind/db.kevinsproject.sytes.net";
};
zone "98.49.10.in-addr.arpa" {
type master;
file "/etc/bind/db.98.49.10";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "/etc/bind/db.0.0.127";
};
What errors do you see when you say you can't send mail?
Take a look at this excellent write-up from Lhammonds on the configuration of DNS on Ubuntu and compare it with your configuration. The easiest thing to do for configuring DNS is to a) use a better DNS server (such as PowerDNS &MySQL backend) or b) use webmin to manage and configure DNS.