Hi people! I have been trying to solve my dns problems with ispconfig and I think I'm about to go crazy... I have a server1.mydomain.com with ispconfig2, with dns stablished at registrars as ns1 and ns2. Both of them point at my ispconfig server. Now, my first domain domain1.com has various a entries, one of which is webmail. When you type in that address it redirects you to server1.mydomain.com:81/roundcubemail The thing is that there is no folder in domain1.com with a file that creates the redirection, and I don't know were does this come from... I am trying to replicate the same with the other domains without success, if I type an A record it says that you are accessing a shared IP, and if I type it as a cname pointing to roundcube, doesn't do anything and keeps showing as if it was an A record... I'm going crazy, I've searched all through the posts and haven't found anything... I've restarted named, checked the config files... don't know what else to look for Thx Nissy
A redirection of that type can never be caused by dns, so you do not have a dns problem. Check your apache configuration files if there is a alias for webmail configured somewhere. You should also check the .htaccess file of the website.
Thanks for your tip, but my problem is (for the new domain domain2.com), why does the webmail host answer to a A record that no longer exists when now all there is is a cname record called webmail?? I created an A record pointing to the server, it answered saying "this is a shared ip" so I deleted it completely and created a cname. Now, it keeps answering "this is a shared ip", when it should be either redirecting or doing nothing, but the server should not be answering in any case... I have checked the bind config file for that domain and it shows the cname, not the A record... Why is that?? Nissy