Difference between revisions of "SME Server talk:Documentation:Administration Manual:Chapter13"

From SME Server
Jump to navigationJump to search
(Replaced content with " http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter13#E-mail This chapter needs some brief explanatory text about the ssmtp section. [[User:Ra...")
Line 1: Line 1:
This para under Hostnames and addresses needs to be changed to as shown [[Bugzilla: 6297]]
 
===Hostnames and addresses===
 
 
 
"Current Image" don't copy text this to wiki
 
 
====Modify Hostname====
 
 
Using the Hostnames Panel. Suppose, for example, your company's web site was hosted at some other location, such as on your ISP's web servers. If you wanted "www.mycompany.xxx" to point to your ISP's server, you would modify the entry here by clicking the "Modify..." link next to "www". The image below shows the screen in which you would perform the task:
 
 
 
"Current Image" don't copy text this to wiki
 
 
 
You would first change the location to "Remote" and then enter the IP address or Fully Qualified Domain Name (FQDN) of your ISP's server in the field marked "IP Address or FQDN". See [[Bugzilla: 6297]]
 
 
=====Rename Server=====
 
If you were to rename a SME server (eg. myserver.mydomain.com) for any reason, you would go to the server console (logged in as admin) and choose configure the server and change the name and then reboot. However, the various parts of the server listed in server-manager (Hostnames and addresses) would still show the old name and would not be able to be deleted. See [[Bugzilla 5953]]
 
 
To remove old entries:
 
 
db hosts delprop myserver.mydomain.com static
 
 
To check:
 
 
db hosts show
 
 
====Creating New Hostnames====
 
 
Creating new hostnames simply involves selecting one of the links at the top of the Hostnames and addresses panel and filling out the appropriate fields.
 
 
Note that if your system is configured with any virtual domains, you will have the choice of the domain in which you want to create the hostname. This allows you, for instance, to have "www.tofu-dog.com" pointing to one IP address and "www.mycompany.xxx" pointing to a completely separate IP address.
 
 
The hostnames you can create on this panel fall into three categories and are available from the drop box "Location":
 
 
Self:  Additional names for your server: For instance, you might want to set up "intranet.mycompany.xxx" to point to your server. All you do here is enter the hostname and, if appropriate, choose the domain for the hostname.
 
 
Remote: As mentioned in the example earlier, you might want to point a hostname such as "www" to a remote system. While "www" is created by default, you can create other names such as "home", "research", or any other appropriate name. In the form, you simply enter the hostname, choose the domain, and enter the remote IP address or FQDN.
 
 
Local: This screen is a bit more complicated because you have more options. At a basic level, you can create a hostname in a domain that points to another computer on your local network. To do this, just type in the hostname and enter the IP address in the "Local IP" field. For instance, you might want "research" to point to a computer system inside your network.
 
 
Where this gets complicated is when you want "research.mycompany.xxx" to be accessible both inside and outside your local network. The challenge is that your local IP addresses are only accessible inside your network. For that reason, the target computer system will need to have two network interface cards - one connected to the internal network and one connected to the external network.
 
 
{{Note box|At this stage, one cannot create a Hostname under local using a FQDN. However, it is possible to point to a local machine entering the FQDN of this machine as "remote" if this FQDN is valid.}}
 
 
 
   
 
   
 
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter13#E-mail
 
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter13#E-mail

Revision as of 02:18, 18 January 2013

http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter13#E-mail

This chapter needs some brief explanatory text about the ssmtp section.

RayMitchell 15:08, 25 March 2008 (MDT)