|
Configuring DNS / BIND
|
Previous Top Next |
|
@
|
IN
|
SOA
|
organicbrownsugar.com.
2000103001 |
hostmaster.organicbrownsugar.com. (
;serial number ;increase this number whenever you make ;changes to this file. It's necessary for ;secondary servers to know if they have to update ;their zone data |
|
|
|
|
10800
|
;refresh every 10800 seconds
;tells a secondary server how often to ;contact a (the) master server |
|
|
|
|
1800
|
;retry every 30 minutes
;if a connect fails to a primary name server, connect again in 1800 seconds |
|
|
|
|
1209600
|
;expire records received from master server if I
;was not able to contact him for 1209600 seconds |
|
|
|
|
604800 )
|
;TTL tells other servers (cache) to keep the
;records of this zone (file) for 604800 seconds, ;then "refresh" |
|
IN
|
NS
|
email.organicbrownsugar.com.
|
|
IN
|
MX
|
10 email.organicbrownsugar.com.
|
|
email
|
IN
|
A 192.10.1.10
|
|
ftp
|
IN
|
CNAME email;
|
|
telnet
|
IN
|
CNAME email;
|
|
smtp
|
IN
|
CNAME email;
|
|
mail
|
IN
|
CNAME email;
|
|
mailhost
|
IN
|
CNAME email;
|
|
ns
|
IN
|
CNAME email;
|
|
ns1
|
IN
|
CNAME email;
|
|
http
|
IN
|
CNAME email;
|
|
pop
|
IN
|
CNAME email;
|
|
pop3
|
IN
|
CNAME email;
|
|
mailbox
|
IN
|
CNAME email;
|
|
imap
|
IN
|
CNAME email;
|
|
ldap
|
IN
|
CNAME email;
|
|
www
|
IN
|
CNAME email;
|
|
netikus
|
IN
|
A 192.10.1.244
|
|
@
|
IN
|
SOA
|
us.organicbrownsugar.com.
|
hostmaster.us.organicbrownsugar.com. (
|
|
@
|
IN
|
SOA
|
1.10.192.in-addr.arpa.
|
hostmaster.organicbrownsugar.com. (
|
|
|
|
|
2000103001
|
;serial number
;increase this number whenever you make ;changes to this file |
|
|
|
|
10800
|
;refresh every 3 hours
;tells a secondary server how often to ;contact this server |
|
|
|
|
1800
|
;retry every 30 minutes
;if a connect fails to another name ;server, connect again in 30 minutes |
|
|
|
|
1209600
|
;secondary name server discard
;cached records if you have not been able ;to contact your primary within this time |
|
|
|
|
604800 )
|
caching server discard records if you ;did not
reach your primary |
|
|
IN
|
NS
|
email.organicbrownsugar.com.
|
|
10
|
IN
|
PTR
|
email.organicbrownsugar.com.
|
|
244
|
IN
|
PTR
|
netikus.organicbrownsugar.com.
|
|
.
|
IN
|
SOA
|
email.organicbrownsugar.com.
|
root.email.organicbrownsugar.com. (
|
|
|
|
|
2000110801
|
; Serial
|
|
|
|
|
28800
|
; Refresh
|
|
|
|
|
14400
|
; Retry
|
|
|
|
|
3600000
|
; Expire
|
|
|
|
|
86400 )
|
; Minimum
|
|
|
IN
|
NS
|
email.organicbrownsugar.com.
|
|
email.organicbrownsugar.com.
|
|
IN
|
A 192.10.1.10
|
|
organicbrownsugar.com.
|
IN
|
NS
|
email.organicbrownsugar.com.
|
|
us.organicbrownsugar.com.
|
IN
|
NS
|
email.organicbrownsugar.com.
|
| · | I used <TAB> to separate values in lines
|
| · | Whenever you specify a FQDN, make sure that it ends with a . <DOT>, otherwise you make yourself trouble
|