Hello all! I need to change the HOSTANAME of my server from server001.isp.net to server002.isp.com I'm using ISPconfig 3.0.4.6 in Debian 6. Someone can help me? Best regards Alberto
Create an A record for server002.isp.com, and then replace server001.isp.com with server002.isp.com in /etc/hosts and your Postfix configuration. Then set the new hostname like this: Code: echo server002.isp.com > /etc/hostname /etc/init.d/hostname.sh start