ISPConfig3 changing hostname..

Discussion in 'Tips/Tricks/Mods' started by albegior, Sep 19, 2012.

  1. albegior

    albegior New Member

    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
     
  2. falko

    falko Super Moderator Howtoforge Staff

    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
     
    DonMcCoy likes this.
  3. touro411

    touro411 New Member


    Hello,

    that's all? I needn't anything configure in ISPCONFIG?
     

Share This Page