
23rd August 2005, 19:43
|
|
Junior Member
|
|
Join Date: Aug 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
default DNS record template
Hello, How do I add records the the default dns record?
I.E.
I want the MX ftp. mail. webmail. and such added in when I create a domain.
I tried adding it to the following file.
/root/ispconfig/isp/conf/named.conf.master
//// MAKE MANUAL ENTRIES BELOW THIS LINE! ////
ftp A ftp.{DOMAIN}
----
that did not work. The help is appriciated.
|

23rd August 2005, 21:30
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,071
Thanks: 697
Thanked 4,249 Times in 3,261 Posts
|
|
Quote:
|
Originally Posted by jnoble
Hello, How do I add records the the default dns record?
I.E.
I want the MX ftp. mail. webmail. and such added in when I create a domain.
I tried adding it to the following file.
/root/ispconfig/isp/conf/named.conf.master
//// MAKE MANUAL ENTRIES BELOW THIS LINE! ////
ftp A ftp.{DOMAIN}
----
that did not work. The help is appriciated.
|
If you want to make entries in the template, that should be parsed like the {DOMAIN} placeholder, they must be above the line
//// MAKE MANUAL ENTRIES BELOW THIS LINE! ////.
But they wont show up in the interface and may be added accidently twice. The correct way would be to extend the PHP scripts, in this case the script:
/home/admispconfig/lib/classes/ispconfig_isp_isp_dns.lib.php
In line 231 - 291 you can see how the default MX is added when "Default MX" is activated under Management > Server > Settings
|

23rd August 2005, 22:27
|
|
Junior Member
|
|
Join Date: Aug 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
thank you
Thank you, Ill edit the php and post the new code here for anyone else that wants it.
the file is actually
/home/admispconfig/ispconfig/lib/classes/ispconfig_isp_dns.lib.php
There was and extra _isp in the original
Last edited by jnoble; 23rd August 2005 at 23:41.
Reason: correction of file name
|

30th August 2005, 19:29
|
|
Junior Member
|
|
Join Date: Aug 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
adding in default dns records
Hello Falko, I know your on vacation, but ill post this here, and hope you see it when you get back.
I am not good enough in php to clone the code for all the other records that I (and probabaly others) would want, could we or I talk you into writing a block for ftp, mail, and such for us?
and I think the option of having them checking in the ad site page by default would be good
Thanks
James
|

31st August 2005, 07:58
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,071
Thanks: 697
Thanked 4,249 Times in 3,261 Posts
|
|
Quote:
|
Originally Posted by jnoble
Hello Falko, I know your on vacation, but ill post this here, and hope you see it when you get back.
I am not good enough in php to clone the code for all the other records that I (and probabaly others) would want, could we or I talk you into writing a block for ftp, mail, and such for us?
and I think the option of having them checking in the ad site page by default would be good
Thanks
James
|
Hi James,
please post this to the feature request forum if you want to see this as feature in the next versions.
Till
I know ist not easy to handle the data, permission and dependency tables correctly when adding DNS records in ISPConfig as i programmed this part.
|

31st August 2005, 22:53
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,685
Thanks: 1,899
Thanked 2,600 Times in 2,449 Posts
|
|
Quote:
|
Originally Posted by jnoble
Hello Falko, I know your on vacation, but ill post this here, and hope you see it when you get back.
I am not good enough in php to clone the code for all the other records that I (and probabaly others) would want, could we or I talk you into writing a block for ftp, mail, and such for us?
and I think the option of having them checking in the ad site page by default would be good
Thanks
James
|
I've just sent you a PM.
|

28th March 2006, 16:33
|
|
Junior Member
|
|
Join Date: Dec 2005
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
How to modify the code?
Hello,
Most of webhosting customers expect to use predefined hostnames for various tasks such as ftp.domain.com for ftp'ing, mail.domain.com for pop3 and smtp. I searched various posts how to automate this while creating a new site, but it is not so obvious in the code where to start modifying and where to end about the dns records.
Any help will be appreciated,
|

28th March 2006, 19:41
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,685
Thanks: 1,899
Thanked 2,600 Times in 2,449 Posts
|
|
If you want to change the source code of ISPConfig, then you should have a look at /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_web.lib.php.
|

28th March 2006, 22:12
|
|
Junior Member
|
|
Join Date: Dec 2005
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Source comments all in German
I appreciate your responses, but it is next to impossible to figure out anything in this source code, all the comments are in German,
i am looking in the code for existence of 'www' string so i can duplicate it but unsuccesful. And I also think the same records have to be entered in multiple tables ?
|

29th March 2006, 13:18
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,071
Thanks: 697
Thanked 4,249 Times in 3,261 Posts
|
|
Quote:
|
Originally Posted by timehost
I appreciate your responses, but it is next to impossible to figure out anything in this source code, all the comments are in German,
|
The packages was originall developed only by projektfarm GmbH from germany. We translate the comments to english step by step when we change the files.
Quote:
|
i am looking in the code for existence of 'www' string so i can duplicate it but unsuccesful. And I also think the same records have to be entered in multiple tables ?
|
There are several tables from the DNS-Manager involved. have a look at the lines 1029 - 1069 in the file that falko mentioned.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 23:55.
|
Recent comments
7 hours 30 min ago
8 hours 29 min ago
12 hours 16 min ago
13 hours 30 min ago
17 hours 7 min ago
1 day 22 min ago
1 day 9 hours ago
1 day 10 hours ago
2 days 1 hour ago
2 days 4 hours ago