Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
cpanel:smx-zone-template [2011-05-25 15:16:10]
garrett.plasky Approved
cpanel:smx-zone-template [2011-05-25 15:21:31]
garrett.plasky Approved
Line 14: Line 14:
  
 ======Editing the Zone Template===== ======Editing the Zone Template=====
-In order to allow newly create accounts to automatically be setup for use with an sMX server, the default zone template needs to be modified. In the WHM, jump to //Main >> DNS Functions >> Edit Zone Templates// and select **standard**. The entire template is included below for reference, however the modified section has been bolded:+In order to allow newly create accounts to automatically be setup for use with an sMX server, the default zone templates need to be modified. In the WHM, jump to //Main >> DNS Functions >> Edit Zone Templates// and select the zone template you wish to edit. Please see [[http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/EditTemplates|this guide]] for information on which template to edit. A sample template for **standard* has been included below with the SMX modification.
 <sxh plain>; cPanel %cpversion% <sxh plain>; cPanel %cpversion%
 ; Zone file for %domain% ; Zone file for %domain%
Line 40: Line 40:
  
 %domain%. IN MX 0 %domain%. %domain%. IN MX 0 %domain%.
-%domain%. IN MX 10 smx.yourdomain.com. ; edit this line+%domain%. IN MX 10 smx.yourdomain.com. ; add this line and change to your SMX hostname
  
 mail IN CNAME %domain%. mail IN CNAME %domain%.