View Single Post
  #26 (permalink)  
Old 05-11-2009, 12:01 PM
dwmtractor dwmtractor is offline
Moderator
 
Posts: 1,027
Default

Here is the example file db.mydomain.com from the Hardy Heron install guide. Note the line I've colored in red:
Code:
;
; BIND data file for mydomain.com
;
$TTL    604800
@       IN      SOA     mail.mydomain.com. admin.mydomain.com. (
                         070725         ; Serial
                         604800         ; Refresh
                          86400         ; Retry
                        2419200         ; Expire
                         604800 )       ; Negative Cache TTL
;
@       IN      NS      mail
        IN      MX      10 mail
        IN      A       xxx.xxx.xxx.xxx
mail    IN      A       xxx.xxx.xxx.xxx
__________________
Cheers,

Dan
Reply With Quote