Want more features on Pastebin? Sign Up, it's FREE!
Guest

mxrecord

By: a guest on Nov 15th, 2011  |  syntax: None  |  size: 0.44 KB  |  views: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $ORIGIN mydomain.tld.
  2. $TTL 300
  3. @ SOA ns1.loopia.se. registry.loopia.se. (
  4.                                 1321378060
  5.                                 3H      ; Refresh after three hours
  6.                                 1H      ; Retry after one hour
  7.                                 1W      ; Expire after one week
  8.                                 1D )    ; Minimum one day TTL
  9.  
  10. @                               IN      3600    NS      ns1.loopia.se.
  11. @                               IN      3600    NS      ns2.loopia.se.
  12.  
  13. @                               IN      3600    A       212.*.*.*
  14. @                               IN      3600    MX      10 mail
  15.  
  16. *                               IN      3600    A       194.*.*.*
  17. *                               IN      3600    A       194.*.*.*
  18.  
  19. mail                            IN      3600    A       212.*.*.*
  20. www                             IN      3600    A       212.*.*.*
  21.  
clone this paste RAW Paste Data