Yes, I already changed it.
/home/admispconfig/ispconfig/lib/config.inc.php:
Code:
if(isset($_SERVER['HTTP_HOST'])){
$go_info["server"]["server_url"] = 'https://'.$_SERVER['HTTP_HOST'];
} else {
$go_info["server"]["server_url"] = "https://www.newdomain.tld:81";
}
In an older thread (see above) Till told someone to change these files:
Quote:
|
/etc/hostname, /etc/mailname, /etc/postfix/main.cf, /etc/hosts, /home/admispconfig/ispconfig/lib/config.inc.php
|
All those files have the new domain or server name in them. Now we can also exclude that nameservers haven' t reflected the domain changes yet. Reverse dns is set for my ip. Traceroute to my ip address returns mail.newdomain.tld .
Unfortunately the redirection is still in place.