Current time: 11-27-2024, 04:34 AM Hello There, Guest! (LoginRegister)


Post Reply 
Problems with Domains/Subdomains
Author Message
grungy Offline
Junior Member
*

Posts: 190
Joined: Dec 2006
Reputation: 6
Post: #3
RE: Problems with Domains/Subdomains
joximu Wrote:do you have actual tpl-files?

they have changed - at least some months ago...:-)

/Joximu


This is my TPL:


Code:
$TTL 86400
@    IN    SOA    ns1.MY_OWN_HOST.ws. root.MY_OWN_HOST.ws. (
; dmn [{DMN_NAME}] timestamp entry BEGIN.
            {TIMESTAMP}
; dmn [{DMN_NAME}] timestamp entry END.
            8H
            2H
            4W
            1D
)
        IN    NS    ns1.MY_OWN_HOST.ws.
        IN    NS    ns2.MY_OWN_HOST.ws.
        IN    MX    10 mail.{DMN_NAME}.

{DMN_NAME}.    IN    A    {DMN_IP}
{DMN_NAME}.    IN    TXT    "v=spf1 a mx ip4:MY_IP1 ip4:MY_IP2 ~all"
ns1.MY_OWN_HOST.ws        IN    A    MY_IP1
ns2.MY_OWN_HOST.ws        IN    A    MY_IP2
mail        IN    A    {BASE_SERVER_IP}
files        IN    A    {BASE_SERVER_IP}
pma        IN    A    {BASE_SERVER_IP}
webmail        IN    A    {BASE_SERVER_IP}
cp        IN    A    {BASE_SERVER_IP}
localhost    IN    A    127.0.0.1
www        CNAME    {DMN_NAME}.
ftp        CNAME    {DMN_NAME}.
; sub [{SUB_NAME}] entry BEGIN.
; sub [{SUB_NAME}] entry END.
(This post was last modified: 09-21-2007 03:07 AM by grungy.)
09-21-2007 02:49 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread

Forum Jump:


User(s) browsing this thread: 7 Guest(s)