Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cpanel:smx-zone-template [2011-05-12 17:30:00]
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.**+%domain%. IN MX 10 smx.yourdomain.com. ; add this line and change to your SMX hostname
  
 mail IN CNAME %domain%. mail IN CNAME %domain%.
Line 46: Line 46:
 ftp IN CNAME %domain%.</sxh> ftp IN CNAME %domain%.</sxh>
  
-Note that the part that reads //smx.yourdomain.com// needs to be changed to a valid hostname for your sMX server. once done performing the edit click the //Save// button and you're all set!+Note that the part that reads //smx.yourdomain.com// needs to be changed to a valid hostname for your sMX server. Once done performing the edit click the //Save// button and you're all set!
  
 ======Existing Domain Zones===== ======Existing Domain Zones=====