View Single Post
  #3 (permalink)  
Old 04-13-2008, 01:46 PM
rickvv rickvv is offline
Special Member
 
Posts: 101
Default

Thanks, phoenix-
It was:
tuser@smtp:~$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost smtp

# 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
10.0.0.1 smtp.creativelights.com smtp
tuser@smtp:~$
(but I just added a last line:
10.0.0.1 smtp.creative-lighting.com smtp

I also added a new zone file.Too many changes?
Restarted BIND9, should I see something change?

tuser@smtp:~$ cat /etc/bind/db.creative-lighting.com
;
; BIND data file for creative-lighting.com
;
$TTL 604800
@ IN SOA smtp.creative-lighting.com. admin.creative-lighting.com. (
040413 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS smtp
IN MX 10 smtp
IN A 10.0.0.1
smtp IN A 10.0.0.1
tuser@smtp:~$
Reply With Quote