PDA

View Full Version : Hostname/domain in initial installation


Commdude
19th March 2006, 00:54
In a recent post I read that, during installation, the hostname/domain for ISPConfig should be different than an intended virtual host. I did not see that in either the FC4 Perfect setup nor the ISPConfig manual. What problems will this cause, and can I change that in Server Settings in the management menu, or do I have to do a reinstall?

Cirox
19th March 2006, 01:51
Hi,

just use a technical domain for your ispconfig box. That means you just use the technical domain for /etc/hostname /hostname and postfix ;-) in $mydomain and you should not add a web with this domain.

you can change this, you dont need to reinstall all ....

greetings cirox

Commdude
19th March 2006, 02:14
Hi,

just use a technical domain for your ispconfig box. That means you just use the technical domain for /etc/hostname /hostname and postfix ;-) in $mydomain and you should not add a web with this domain.

you can change this, you dont need to reinstall all ....

greetings cirox

I think I understand what you're saying. I do have another IP with a .net domain. I think I changed that in the ISPConfig server settings. I'll have to see if I can find those other files and check what's in there. In that case, the tech domain will be the actual mailserver for all domains?

falko
19th March 2006, 14:34
The mailserver for a domain is what is specified in that domain's MX record. If the MX record points to your server, then your server is the mailserver for the domain.

Commdude
19th March 2006, 19:52
The mailserver for a domain is what is specified in that domain's MX record. If the MX record points to your server, then your server is the mailserver for the domain.

Understood. So I assume that the hostname/domain as initially configured during the FC4 install would be that server.

till
19th March 2006, 23:18
Understood. So I assume that the hostname/domain as initially configured during the FC4 install would be that server.

Thtas correct. If you want to chnage this, you will have to modify /etc/hostname too:

echo server1.example.com > /etc/hostname
/bin/hostname -F /etc/hostname

where server1.example.com is your technical domain.