Current time: 05-04-2024, 09:37 AM Hello There, Guest! (LoginRegister)


Post Reply 
Setting up mail with external dns
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Setting up mail with external dns
I use theese entries - very simple...
Code:
@... SOA...

  1D IN NS ns1.external....
  1D IN NS ns2.external....
  1D IN MX 10 <ispcp-server-hostname>.
  1D IN TXT "v=spf1 a mx a:<ispcp-server-hostname> ~all"
  1D IN A <ispcp-server-ip>

www 1D IN CNAME <ispcp-server-hostname>.
mail   1D IN CNAME <ispcp-server-hostname>.
*      1D IN CNAME <ispcp-server-hostname>.

And disable bind on ispcp (also set bind to "no" in the ispcp config)

/J
11-25-2012 08:02 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Setting up mail with external dns - Haros - 11-24-2012, 10:43 AM
RE: Setting up mail with external dns - joximu - 11-25-2012 08:02 AM

Forum Jump:


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