From the manual: --- If you mark "Default MX" each zone (in this example "domain.tld") created by the DNS-Manager will get an A record of the form mail A 192.168.0.100 as well as an MX record of the form MX 10 mail.domain.tld. --- Ok, I've marked "Default MX" but I get this result: Code: www MX 10 my_primary_domain.com. customer_domain.com. A 1.2.3.4 www A 1.2.3.4 instead of (if I understand well): Code: MX 10 mailcustomer_domain.com. mail A 1.2.3.4 customer_domain.com. A 1.2.3.4 www A 1.2.3.4
It does work in the DNS manager, but the mail.domain.tld option is only implemented in the DNS manager, not the web manager part.
Try to add a primary DNS record in DNS manager and you know what i mean The functionality you are talking about is part of the DNS-Manager module.
OK, I understand now But my problem is still there... I think that implement this feature for web manager part will be not simple, then... is there a way to change the template of the web manager part DNS? If yes, I think I'll need a variable containing the customer's domain name too...
I think a better way would be to include it in the in the ispconfig_isp_web.lib.php class. But as you already guessed, the programming is not that simple.