View Single Post
  #16 (permalink)  
Old 03-31-2007, 11:20 AM
afterwego afterwego is offline
Intermediate Member
 
Posts: 18
Default

To be on the safe side here is my zone file.

Quote:

; Addresses and other host information.
;
@ IN SOA mail.jzeller.com.
hostmaster.mail.jzeller.com. (
10118 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
2592000 ) ; Minimum
; Define the nameservers and the mail servers
IN NS 192.168.1.110 ; local ip
IN A 192.168.1.110 ; local ip
mail IN A 192.168.1.110
IN MX 10 mail.jzeller.com. ;MXrecord
My Hosts file
Quote:

127.0.0.1 localhost.localdomain localhost
192.168.1.110 mail.jzeller.com mail

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
The external DNS seems to be working now. I have made some changes and added A and MX records, so hopefully that side of this is corrected.

Last edited by afterwego; 03-31-2007 at 11:25 AM..
Reply With Quote